Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49,439 | 3,002,850,363 | IssuesEvent | 2015-07-24 19:39:05 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | Can not set break point in my own code. | bug imported Priority-Medium | _From [wuxiangz...@gmail.com](https://code.google.com/u/108868846619846911289/) on May 11, 2012 03:13:55_
1 Set one break point in my own code of function a() of my class ClassA.
2 Use powermock to mock ClassA
3 Run JUnit using debug function in Eclipse.
4 There will be error dialog box:can not find line number in CGLIB generated class definition.
5 Ignore this error, then my break point will never work.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=385_ | 1.0 | Can not set break point in my own code. - _From [wuxiangz...@gmail.com](https://code.google.com/u/108868846619846911289/) on May 11, 2012 03:13:55_
1 Set one break point in my own code of function a() of my class ClassA.
2 Use powermock to mock ClassA
3 Run JUnit using debug function in Eclipse.
4 There will be error dialog box:can not find line number in CGLIB generated class definition.
5 Ignore this error, then my break point will never work.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=385_ | priority | can not set break point in my own code from on may set one break point in my own code of function a of my class classa use powermock to mock classa run junit using debug function in eclipse there will be error dialog box can not find line number in cglib generated class definition ignore this error then my break point will never work original issue | 1 |
253,159 | 8,052,174,202 | IssuesEvent | 2018-08-01 18:26:43 | Extum/flarum-ext-material | https://api.github.com/repos/Extum/flarum-ext-material | closed | [Material Icons] Icon sizes should be made better | bug help wanted icons priority: medium | **Describe the bug**
Material icons currently active are not sized well as Font Awesome icons.
**To Reproduce**
Steps to reproduce the behavior:
1. See error
**Expected behavior**
All icons should be resized depending on their location and required size.
**Screenshots**



**Environment (please complete the following information):**
- OS: macOS Mojave
- Browser: firefox | 1.0 | [Material Icons] Icon sizes should be made better - **Describe the bug**
Material icons currently active are not sized well as Font Awesome icons.
**To Reproduce**
Steps to reproduce the behavior:
1. See error
**Expected behavior**
All icons should be resized depending on their location and required size.
**Screenshots**



**Environment (please complete the following information):**
- OS: macOS Mojave
- Browser: firefox | priority | icon sizes should be made better describe the bug material icons currently active are not sized well as font awesome icons to reproduce steps to reproduce the behavior see error expected behavior all icons should be resized depending on their location and required size screenshots environment please complete the following information os macos mojave browser firefox | 1 |
421,393 | 12,256,539,504 | IssuesEvent | 2020-05-06 12:16:40 | hotosm/tasking-manager | https://api.github.com/repos/hotosm/tasking-manager | closed | Capitalization Issue With Turkish Characters | Component: Frontend Priority: Medium Status: Review needed Type: Bug | There are two versions of the letter "i" in Turkish: "i" and "ı"
For the Turkish interface, the letter "i" should be capitalized as "İ", and the letter "ı" should be capitalized as "I" | 1.0 | Capitalization Issue With Turkish Characters - There are two versions of the letter "i" in Turkish: "i" and "ı"
For the Turkish interface, the letter "i" should be capitalized as "İ", and the letter "ı" should be capitalized as "I" | priority | capitalization issue with turkish characters there are two versions of the letter i in turkish i and ı for the turkish interface the letter i should be capitalized as i̇ and the letter ı should be capitalized as i | 1 |
258,193 | 8,165,910,530 | IssuesEvent | 2018-08-25 01:40:28 | minio/minio | https://api.github.com/repos/minio/minio | closed | API: ListObjectsV1: error file access denied | priority: medium | When uploading Docker images to the registry I get the following message:
`error parsing HTTP 403 response body: unexpected end of JSON input: ""`
When checking the Minio logs I see the following errors:
```
PI: ListObjectsV1(bucket=docker-registry)
Time: 08:59:17 UTC 05/08/2018
RemoteHost: 10.44.96.7:51634
UserAgent: aws-sdk-go/1.1.0 (go1.6.4; linux; amd64)
Error: file access denied
1: cmd/fs-v1-helpers.go:222:cmd.fsStatDir()
2: cmd/fs-v1.go:566:cmd.(*FSObjects).getObjectInfo()
3: cmd/fs-v1.go:1009:cmd.(*FSObjects).ListObjects.func1()
4: cmd/fs-v1.go:1046:cmd.(*FSObjects).ListObjects()
5: cmd/bucket-handlers-listobjects.go:156:cmd.(ObjectLayer).ListObjects-fm()
6: cmd/bucket-handlers-listobjects.go:163:cmd.objectAPIHandlers.ListObjectsV1Handler()
7: cmd/api-router.go:95:cmd.(objectAPIHandlers).ListObjectsV1Handler-fm()
8: net/http/server.go:1947:http.HandlerFunc.ServeHTTP()
```
I have set the policy to `public` for the bucket, but that doesn't help.
## Expected Behavior
Expected behaviour is that the Docker image is uploaded sucessfully
## Current Behavior
Current issue is listing is apparently not possible.
## Your Environment
* Version used (`minio version`): Docker image `minio/minio:RELEASE.2018-05-04T23-13-12Z`
* Environment name and version (e.g. nginx 1.9.1): Docker Registry: `registry:2.5.2`
* Server type and version: Rancher OS version 1.3.0
| 1.0 | API: ListObjectsV1: error file access denied - When uploading Docker images to the registry I get the following message:
`error parsing HTTP 403 response body: unexpected end of JSON input: ""`
When checking the Minio logs I see the following errors:
```
PI: ListObjectsV1(bucket=docker-registry)
Time: 08:59:17 UTC 05/08/2018
RemoteHost: 10.44.96.7:51634
UserAgent: aws-sdk-go/1.1.0 (go1.6.4; linux; amd64)
Error: file access denied
1: cmd/fs-v1-helpers.go:222:cmd.fsStatDir()
2: cmd/fs-v1.go:566:cmd.(*FSObjects).getObjectInfo()
3: cmd/fs-v1.go:1009:cmd.(*FSObjects).ListObjects.func1()
4: cmd/fs-v1.go:1046:cmd.(*FSObjects).ListObjects()
5: cmd/bucket-handlers-listobjects.go:156:cmd.(ObjectLayer).ListObjects-fm()
6: cmd/bucket-handlers-listobjects.go:163:cmd.objectAPIHandlers.ListObjectsV1Handler()
7: cmd/api-router.go:95:cmd.(objectAPIHandlers).ListObjectsV1Handler-fm()
8: net/http/server.go:1947:http.HandlerFunc.ServeHTTP()
```
I have set the policy to `public` for the bucket, but that doesn't help.
## Expected Behavior
Expected behaviour is that the Docker image is uploaded sucessfully
## Current Behavior
Current issue is listing is apparently not possible.
## Your Environment
* Version used (`minio version`): Docker image `minio/minio:RELEASE.2018-05-04T23-13-12Z`
* Environment name and version (e.g. nginx 1.9.1): Docker Registry: `registry:2.5.2`
* Server type and version: Rancher OS version 1.3.0
| priority | api error file access denied when uploading docker images to the registry i get the following message error parsing http response body unexpected end of json input when checking the minio logs i see the following errors pi bucket docker registry time utc remotehost useragent aws sdk go linux error file access denied cmd fs helpers go cmd fsstatdir cmd fs go cmd fsobjects getobjectinfo cmd fs go cmd fsobjects listobjects cmd fs go cmd fsobjects listobjects cmd bucket handlers listobjects go cmd objectlayer listobjects fm cmd bucket handlers listobjects go cmd objectapihandlers cmd api router go cmd objectapihandlers fm net http server go http handlerfunc servehttp i have set the policy to public for the bucket but that doesn t help expected behavior expected behaviour is that the docker image is uploaded sucessfully current behavior current issue is listing is apparently not possible your environment version used minio version docker image minio minio release environment name and version e g nginx docker registry registry server type and version rancher os version | 1 |
479,182 | 13,792,413,139 | IssuesEvent | 2020-10-09 13:35:21 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | closed | Prepare Omen condition: issues with the Outcome section | Medium priority QA Passed bug | 1. Currently, when an outcome value is too long, the text is hidden from a user (see the video)
https://drive.google.com/file/d/17cj8Cn1CB-9vw5aDcyydNKP_ts0DKpNg/view
So, it would be nice to add a tooltip with an outcome text OR to implement a line break when an outcome value is too long
2. It would be nice not to allow to save an outcome if it contains only one 'space' (it is displayed like an empty one)
3. Edit outcome: it is allowed to save an empty value

4. It is allowed to fill in the outcomes section with the same answers
 | 1.0 | Prepare Omen condition: issues with the Outcome section - 1. Currently, when an outcome value is too long, the text is hidden from a user (see the video)
https://drive.google.com/file/d/17cj8Cn1CB-9vw5aDcyydNKP_ts0DKpNg/view
So, it would be nice to add a tooltip with an outcome text OR to implement a line break when an outcome value is too long
2. It would be nice not to allow to save an outcome if it contains only one 'space' (it is displayed like an empty one)
3. Edit outcome: it is allowed to save an empty value

4. It is allowed to fill in the outcomes section with the same answers
 | priority | prepare omen condition issues with the outcome section currently when an outcome value is too long the text is hidden from a user see the video so it would be nice to add a tooltip with an outcome text or to implement a line break when an outcome value is too long it would be nice not to allow to save an outcome if it contains only one space it is displayed like an empty one edit outcome it is allowed to save an empty value it is allowed to fill in the outcomes section with the same answers | 1 |
513,012 | 14,914,277,734 | IssuesEvent | 2021-01-22 15:13:02 | apluslms/a-plus-rst-tools | https://api.github.com/repos/apluslms/a-plus-rst-tools | closed | The styles of the code-block directive have some inconsistencies. | area: UX student area: UX teacher effort: hours experience: beginner priority: medium type: bug | The width of the code-block directives differs when the caption is added and also when the line numbers are added. In addition, code blocks with long lines do not adjust automatically when the line numbers are added.

When using `use_wide_column = True` there are also some other issues related to the width of the code-blocks.

| 1.0 | The styles of the code-block directive have some inconsistencies. - The width of the code-block directives differs when the caption is added and also when the line numbers are added. In addition, code blocks with long lines do not adjust automatically when the line numbers are added.

When using `use_wide_column = True` there are also some other issues related to the width of the code-blocks.

| priority | the styles of the code block directive have some inconsistencies the width of the code block directives differs when the caption is added and also when the line numbers are added in addition code blocks with long lines do not adjust automatically when the line numbers are added when using use wide column true there are also some other issues related to the width of the code blocks | 1 |
16,455 | 2,615,116,311 | IssuesEvent | 2015-03-01 05:41:21 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | contacts-cmdline-sample | auto-migrated Priority-Medium Type-Sample | ```
Which API (e.g. Google Calendar Data API)?
Google Contacts Data API
Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?
Java 6
External references, such as API reference guide?
http://code.google.com/apis/gdata/docs/2.0/basics.html
Please provide any additional information below.
```
Original issue reported on code.google.com by `yan...@google.com` on 14 Sep 2010 at 10:03 | 1.0 | contacts-cmdline-sample - ```
Which API (e.g. Google Calendar Data API)?
Google Contacts Data API
Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6)?
Java 6
External references, such as API reference guide?
http://code.google.com/apis/gdata/docs/2.0/basics.html
Please provide any additional information below.
```
Original issue reported on code.google.com by `yan...@google.com` on 14 Sep 2010 at 10:03 | priority | contacts cmdline sample which api e g google calendar data api google contacts data api java environments e g android app engine java java external references such as api reference guide please provide any additional information below original issue reported on code google com by yan google com on sep at | 1 |
178,500 | 6,609,494,789 | IssuesEvent | 2017-09-19 14:42:39 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | billing sources: Passthroughs not working | Priority: Medium Status: In progress | Passthroughs defined in billing sources does not seems to work.
They seems to need to manually be added to the passthroughs configuration. | 1.0 | billing sources: Passthroughs not working - Passthroughs defined in billing sources does not seems to work.
They seems to need to manually be added to the passthroughs configuration. | priority | billing sources passthroughs not working passthroughs defined in billing sources does not seems to work they seems to need to manually be added to the passthroughs configuration | 1 |
692,767 | 23,748,209,871 | IssuesEvent | 2022-08-31 17:57:53 | nokotan/siv3d-studio | https://api.github.com/repos/nokotan/siv3d-studio | closed | Favicon を変える | priority: medium | - priority: medium
VSCode のロゴではなく Siv3D のロゴにする?
アイコンファイル、必要な形式を言ってくれれば用意します。

| 1.0 | Favicon を変える - - priority: medium
VSCode のロゴではなく Siv3D のロゴにする?
アイコンファイル、必要な形式を言ってくれれば用意します。

| priority | favicon を変える priority medium vscode のロゴではなく のロゴにする? アイコンファイル、必要な形式を言ってくれれば用意します。 | 1 |
626,587 | 19,828,871,852 | IssuesEvent | 2022-01-20 09:52:51 | epam/Indigo | https://api.github.com/repos/epam/Indigo | closed | Query atom properties disappear from the structure after converting in Extended SMILES-format | Medium priority | **Steps to reproduce:**
1. Execute /v2/indigo/convert
output_format: "chemical/x-chemaxon-cxsmiles",
struct: [struct.txt](https://github.com/epam/Indigo/files/7588620/struct.txt)
**Expected Result:**
Response is structure that contains information about query atom properties in format:
```
rb:atomIndex1:value,atomIndex2:value
s:atomIndex1:value,atomIndex2:value
u:atomIndex1,atomIndex2,atomIndex3
```
sourse: https://docs.chemaxon.com/display/docs/chemaxon-extended-smiles-and-smarts-cxsmiles-and-cxsmarts.md
**Actual Result:**
Response is structure that doesn't contain information about query atom properties | 1.0 | Query atom properties disappear from the structure after converting in Extended SMILES-format - **Steps to reproduce:**
1. Execute /v2/indigo/convert
output_format: "chemical/x-chemaxon-cxsmiles",
struct: [struct.txt](https://github.com/epam/Indigo/files/7588620/struct.txt)
**Expected Result:**
Response is structure that contains information about query atom properties in format:
```
rb:atomIndex1:value,atomIndex2:value
s:atomIndex1:value,atomIndex2:value
u:atomIndex1,atomIndex2,atomIndex3
```
sourse: https://docs.chemaxon.com/display/docs/chemaxon-extended-smiles-and-smarts-cxsmiles-and-cxsmarts.md
**Actual Result:**
Response is structure that doesn't contain information about query atom properties | priority | query atom properties disappear from the structure after converting in extended smiles format steps to reproduce execute indigo convert output format chemical x chemaxon cxsmiles struct expected result response is structure that contains information about query atom properties in format rb value value s value value u sourse actual result response is structure that doesn t contain information about query atom properties | 1 |
514,476 | 14,939,888,584 | IssuesEvent | 2021-01-25 17:31:21 | bounswe/bounswe2020group4 | https://api.github.com/repos/bounswe/bounswe2020group4 | closed | (BKND) Banned user informing email | Backend Coding Effort: Medium Priority: High | Sending an email to a banned user feature will be added to admin service.
Deadline
25.01.2021
| 1.0 | (BKND) Banned user informing email - Sending an email to a banned user feature will be added to admin service.
Deadline
25.01.2021
| priority | bknd banned user informing email sending an email to a banned user feature will be added to admin service deadline | 1 |
192,419 | 6,849,808,887 | IssuesEvent | 2017-11-13 23:40:36 | json-schema-org/json-schema-spec | https://api.github.com/repos/json-schema-org/json-schema-spec | opened | equivalent to or a sub-path of the request URI? | hypermedia Priority: Medium Type: Question Type: Security | From the Hyper-Schema Security Considerations:
> When link relation of "self" is used to denote a full representation of an
object, the user agent SHOULD NOT consider the representation to be the
authoritative representation of the resource denoted by the target URI if
the target URI is not equivalent to or a sub-path of the URI used to request
the resource representation which contains the target URI with the "self"
link.
Does anyone understand the "sub-path" part of this? It seems a bit related to the old [`pathStart`](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#section-4.5) keyword. I can't find anything in RFCs 3986, 4287 (where "self" was first defined), 7230, or 7231 that indicates anything special about URI "sub-path"s, with respect to "self" links or otherwise.
@awwright do you have any idea what this was about? @Julian? | 1.0 | equivalent to or a sub-path of the request URI? - From the Hyper-Schema Security Considerations:
> When link relation of "self" is used to denote a full representation of an
object, the user agent SHOULD NOT consider the representation to be the
authoritative representation of the resource denoted by the target URI if
the target URI is not equivalent to or a sub-path of the URI used to request
the resource representation which contains the target URI with the "self"
link.
Does anyone understand the "sub-path" part of this? It seems a bit related to the old [`pathStart`](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#section-4.5) keyword. I can't find anything in RFCs 3986, 4287 (where "self" was first defined), 7230, or 7231 that indicates anything special about URI "sub-path"s, with respect to "self" links or otherwise.
@awwright do you have any idea what this was about? @Julian? | priority | equivalent to or a sub path of the request uri from the hyper schema security considerations when link relation of self is used to denote a full representation of an object the user agent should not consider the representation to be the authoritative representation of the resource denoted by the target uri if the target uri is not equivalent to or a sub path of the uri used to request the resource representation which contains the target uri with the self link does anyone understand the sub path part of this it seems a bit related to the old keyword i can t find anything in rfcs where self was first defined or that indicates anything special about uri sub path s with respect to self links or otherwise awwright do you have any idea what this was about julian | 1 |
138,012 | 5,326,285,806 | IssuesEvent | 2017-02-15 03:26:59 | google/error-prone | https://api.github.com/repos/google/error-prone | closed | Warn/Error on InputStreamReader.InputStreamReader(InputStream in) and OutputStreamWriter.OutputStreamWriter(OutputStream out) | migrated Priority-Medium Type-NewCheck | _[Original issue](https://code.google.com/p/error-prone/issues/detail?id=171) created by **gladfelter@google.com** on 2013-08-09 at 09:49 PM_
---
And any other constructors/factory methods that rely on platform-default encoding/decoding. That is almost never what you want in production code. You normally know what character set the input data is in and it is rare in production code that f(platform) is surjective on desired encoding.
| 1.0 | Warn/Error on InputStreamReader.InputStreamReader(InputStream in) and OutputStreamWriter.OutputStreamWriter(OutputStream out) - _[Original issue](https://code.google.com/p/error-prone/issues/detail?id=171) created by **gladfelter@google.com** on 2013-08-09 at 09:49 PM_
---
And any other constructors/factory methods that rely on platform-default encoding/decoding. That is almost never what you want in production code. You normally know what character set the input data is in and it is rare in production code that f(platform) is surjective on desired encoding.
| priority | warn error on inputstreamreader inputstreamreader inputstream in and outputstreamwriter outputstreamwriter outputstream out created by gladfelter google com on at pm and any other constructors factory methods that rely on platform default encoding decoding that is almost never what you want in production code you normally know what character set the input data is in and it is rare in production code that f platform is surjective on desired encoding | 1 |
536,246 | 15,706,543,000 | IssuesEvent | 2021-03-26 17:34:24 | medic/cht-core | https://api.github.com/repos/medic/cht-core | opened | SMS recipients might not be mapped correctly when using places as subjects | Priority: 2 - Medium Type: Bug | **Describe the bug**
TBD
**To Reproduce**
TBD
**Expected behavior**
Recipients should be mapped correctly.
**Environment**
- App: api, sentinel
- Version: 3.11
**Additional context**
I had forgotten to change this in the never ending list of changes to support places in SMS workflows.
| 1.0 | SMS recipients might not be mapped correctly when using places as subjects - **Describe the bug**
TBD
**To Reproduce**
TBD
**Expected behavior**
Recipients should be mapped correctly.
**Environment**
- App: api, sentinel
- Version: 3.11
**Additional context**
I had forgotten to change this in the never ending list of changes to support places in SMS workflows.
| priority | sms recipients might not be mapped correctly when using places as subjects describe the bug tbd to reproduce tbd expected behavior recipients should be mapped correctly environment app api sentinel version additional context i had forgotten to change this in the never ending list of changes to support places in sms workflows | 1 |
140,120 | 5,397,332,574 | IssuesEvent | 2017-02-27 14:25:27 | pmem/issues | https://api.github.com/repos/pmem/issues | opened | pmempool transform remote: it is possible to add remote replicas that containing the same part | Exposure: Medium OS: Linux Priority: 3 medium Type: Bug | Consider following pool.set file:
```
PMEMPOOLSET
10M /root/part1
```
following target.set file:
```
PMEMPOOLSET
10M /root/part1
REPLICA 127.0.0.1 remotePool.set_0
REPLICA 127.0.0.1 remotePool.set_1
```
following remotePool.set_0 file:
```
PMEMPOOLSET
10M /root/part2
```
and following remotePool.set_1 file:
```
PMEMPOOLSET
10M /root/part2
```
create pool.set by pmempool create obj
Call: `pmempool transform pool.set target.set`
Exit code is 0 (should be 1). Part is created.
When we call: `pmempool info target.set`
The output is:
```
error: opening poolset failed
obj_pool_target.set: Device or resource busy
```
Found on: 1.2+wtp1-286-gcbaad18 | 1.0 | pmempool transform remote: it is possible to add remote replicas that containing the same part - Consider following pool.set file:
```
PMEMPOOLSET
10M /root/part1
```
following target.set file:
```
PMEMPOOLSET
10M /root/part1
REPLICA 127.0.0.1 remotePool.set_0
REPLICA 127.0.0.1 remotePool.set_1
```
following remotePool.set_0 file:
```
PMEMPOOLSET
10M /root/part2
```
and following remotePool.set_1 file:
```
PMEMPOOLSET
10M /root/part2
```
create pool.set by pmempool create obj
Call: `pmempool transform pool.set target.set`
Exit code is 0 (should be 1). Part is created.
When we call: `pmempool info target.set`
The output is:
```
error: opening poolset failed
obj_pool_target.set: Device or resource busy
```
Found on: 1.2+wtp1-286-gcbaad18 | priority | pmempool transform remote it is possible to add remote replicas that containing the same part consider following pool set file pmempoolset root following target set file pmempoolset root replica remotepool set replica remotepool set following remotepool set file pmempoolset root and following remotepool set file pmempoolset root create pool set by pmempool create obj call pmempool transform pool set target set exit code is should be part is created when we call pmempool info target set the output is error opening poolset failed obj pool target set device or resource busy found on | 1 |
626,898 | 19,846,206,059 | IssuesEvent | 2022-01-21 06:45:32 | ut-issl/c2a-core | https://api.github.com/repos/ut-issl/c2a-core | opened | PH_add 系の返り値がバラバラ | good first issue priority::medium | ## 概要
PH_add_ 系の返り値がバラバラ なので統一したい
## 詳細
https://github.com/ut-issl/c2a-core/blob/ae105ab79dd1121e0c0bcc0c855318c21c9b05ef/TlmCmd/packet_handler.c#L84
PH_add ~ 系の関数が返り値が成功した場合
* PH_add_gs_cmd_: `PH_SUCCESS`
* PH_add_tl_cmd_: `PH_TLC_REGISTERD`
* PH_analyze_block_cmd_: `PH_BC_REGISTERED`
* PH_add_rt_cmd_: `PH_REGISTERED`
* PH_add_utl_cmd_: `PH_TLC_REGISTERD`
と多様性に溢れている。全部 PH_SUCCESS に揃えたい。また、PH_analyze_block_cmd_ もadd_block_cmd_ に揃えたい。
## close条件
直したら
| 1.0 | PH_add 系の返り値がバラバラ - ## 概要
PH_add_ 系の返り値がバラバラ なので統一したい
## 詳細
https://github.com/ut-issl/c2a-core/blob/ae105ab79dd1121e0c0bcc0c855318c21c9b05ef/TlmCmd/packet_handler.c#L84
PH_add ~ 系の関数が返り値が成功した場合
* PH_add_gs_cmd_: `PH_SUCCESS`
* PH_add_tl_cmd_: `PH_TLC_REGISTERD`
* PH_analyze_block_cmd_: `PH_BC_REGISTERED`
* PH_add_rt_cmd_: `PH_REGISTERED`
* PH_add_utl_cmd_: `PH_TLC_REGISTERD`
と多様性に溢れている。全部 PH_SUCCESS に揃えたい。また、PH_analyze_block_cmd_ もadd_block_cmd_ に揃えたい。
## close条件
直したら
| priority | ph add 系の返り値がバラバラ 概要 ph add 系の返り値がバラバラ なので統一したい 詳細 ph add 系の関数が返り値が成功した場合 ph add gs cmd ph success ph add tl cmd ph tlc registerd ph analyze block cmd ph bc registered ph add rt cmd ph registered ph add utl cmd ph tlc registerd と多様性に溢れている。全部 ph success に揃えたい。また、ph analyze block cmd もadd block cmd に揃えたい。 close条件 直したら | 1 |
245,848 | 7,891,795,093 | IssuesEvent | 2018-06-28 13:18:45 | NHSLeadership/moodle-theme_nightingale | https://api.github.com/repos/NHSLeadership/moodle-theme_nightingale | closed | Answer box not constrained by container in lesson on HLM Campus | Priority: Medium Status: Completed Type: Bug | https://hlmfacilitators.nhsx.uk/mod/lesson/view.php?id=2285&pageid=122

The short answer / essay box is not constrained by the content container and runs off the edge of the screen. Should fill the content column. | 1.0 | Answer box not constrained by container in lesson on HLM Campus - https://hlmfacilitators.nhsx.uk/mod/lesson/view.php?id=2285&pageid=122

The short answer / essay box is not constrained by the content container and runs off the edge of the screen. Should fill the content column. | priority | answer box not constrained by container in lesson on hlm campus the short answer essay box is not constrained by the content container and runs off the edge of the screen should fill the content column | 1 |
722,100 | 24,849,763,733 | IssuesEvent | 2022-10-26 18:58:02 | sourceplusplus/sourceplusplus | https://api.github.com/repos/sourceplusplus/sourceplusplus | closed | More control over live variable depth/size | a:feature to:live-instrument of:medium-effort in:ecosystem with:moderate-priority | Sometimes when debugging with a breakpoint, one may find what is causing an issue, but be unable view a certain desired variable due to max depth or max size restrictions. Allowing the developer to choose a certain variable, or field on that variable (or something deeper in the variable tree) in the IDE, and have the breakpoint include data on that variable further than the maximum depth (maybe allow the developer to input the depth). This allows for superficial variable information by default (as it is now), but more detailed information when debugging a specific bug. | 1.0 | More control over live variable depth/size - Sometimes when debugging with a breakpoint, one may find what is causing an issue, but be unable view a certain desired variable due to max depth or max size restrictions. Allowing the developer to choose a certain variable, or field on that variable (or something deeper in the variable tree) in the IDE, and have the breakpoint include data on that variable further than the maximum depth (maybe allow the developer to input the depth). This allows for superficial variable information by default (as it is now), but more detailed information when debugging a specific bug. | priority | more control over live variable depth size sometimes when debugging with a breakpoint one may find what is causing an issue but be unable view a certain desired variable due to max depth or max size restrictions allowing the developer to choose a certain variable or field on that variable or something deeper in the variable tree in the ide and have the breakpoint include data on that variable further than the maximum depth maybe allow the developer to input the depth this allows for superficial variable information by default as it is now but more detailed information when debugging a specific bug | 1 |
22,176 | 2,645,765,987 | IssuesEvent | 2015-03-13 02:01:48 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | closed | Bad drawing with Firefox 3.0.3 | 1 star bug imported Priority-Medium | _From [angelo.g...@gmail.com](https://code.google.com/u/102211139050524540092/) on October 07, 2008 05:26:55_
What steps will reproduce the problem? 1. Simply try to draw a button What is the expected output? What do you see instead? Button text is drawed in bottom right corner.
If you try to resize the button, it takes no effect.
Same for all other components. What version of the product are you using? On what operating system? Pencil version is 1.0.3
Firefox version is 3.0.3
O.S. is Window Vista
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=60_ | 1.0 | Bad drawing with Firefox 3.0.3 - _From [angelo.g...@gmail.com](https://code.google.com/u/102211139050524540092/) on October 07, 2008 05:26:55_
What steps will reproduce the problem? 1. Simply try to draw a button What is the expected output? What do you see instead? Button text is drawed in bottom right corner.
If you try to resize the button, it takes no effect.
Same for all other components. What version of the product are you using? On what operating system? Pencil version is 1.0.3
Firefox version is 3.0.3
O.S. is Window Vista
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=60_ | priority | bad drawing with firefox from on october what steps will reproduce the problem simply try to draw a button what is the expected output what do you see instead button text is drawed in bottom right corner if you try to resize the button it takes no effect same for all other components what version of the product are you using on what operating system pencil version is firefox version is o s is window vista original issue | 1 |
522,693 | 15,165,771,498 | IssuesEvent | 2021-02-12 15:29:28 | NeuraLegion/nexploit-cli | https://api.github.com/repos/NeuraLegion/nexploit-cli | closed | "configure" without GUI | Priority: medium Type: enhancement | Currently, when we run the `configure` option, the only way to execute the tests is via a web interface at `localhost`(port-forwarding), but when there is no such option (i.e server access via terminal only) we cannot perform this critical diagnostic.
The required flow of testing should be similar to the current `configure` command, just in text form.
```bash
$ nexploit-cli configure --nogui
Welcome to the NexPloit Network Testing wizard!
Note: To run the test, you will require a 'Repeater ID' and an 'Repeater Token' with the correct scopes.
If you are running the configuration as part of a POC, both of these should have been sent to you via your sales contact.
Please enter your Repeater ID: <ID>
Please enter your Repeater API Token: <TOKEN>
--
Starting EXTERNAL communication diagnostics:
Validating that the connection to amq.nexploit.app at port 5672 is open… [Success|Failed]
Validating that the connection to nexploit.app at port 443 is open… [Success|Failed]
Verifying provided Token and Repeater ID… [Success|Failed]
EXTERNAL communication diagnostics completed.
--
Next step is to validate the connection to your INTERNAL (local) target application(s).
Please enter the target URLs to test (separated by commas): <URL1>, <URL2>, <URL3>
--
Starting INTERNAL communication diagnostics:
Trying to reach <URL1>... [Success|Failed]
Trying to reach <URL2>... [Success|Failed]
Trying to reach <URL3>... [Success|Failed]
EXTERNAL communication diagnostics completed.
1 out of 3 URLs could not be reached.
--
Communication diagnostics done.
```
Possible errors:
<table>
<tr>
<td><strong>Test</strong>
</td>
<td><strong>Text</strong>
</td>
<td><strong>Error Message</strong>
</td>
</tr>
<tr>
<td>TCP test
</td>
<td>Validating that the connection to <strong>amq.nexploit.app</strong> at <strong>port 5672</strong> is open
</td>
<td>Connection to <strong>amq.nexploit.app:5672</strong> is blocked, please verify that the machine on which the Repeater is installed can reach the remote server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
<tr>
<td>HTTPS client test
</td>
<td>Validating that the connection to <strong>nexploit.app</strong> at <strong>port 443</strong> is open
</td>
<td>Connection to <strong>nexploit.app:443 </strong>is blocked, please verify that the machine on which the Repeater is installed can reach the remote server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
<tr>
<td>Auth details validation
<p>
(API call)
</td>
<td>Verifying provided <strong>Token</strong> and <strong>Repeater ID</strong>
</td>
<td>Invalid <strong>Token</strong> or <strong>Repeater ID</strong>, please make sure you are using the correct details provided to you.
<p>
If you need further assistance, please reach out to your NeuraLegion technical support contact.
</td>
</tr>
<tr>
<td>Access to local target
</td>
<td>Trying to reach <strong><url></strong>
</td>
<td><strong><span style="text-decoration:underline;">Error:</span></strong>
<p>
Connection to <strong>{{url}}</strong> is blocked, please verify that the machine on which the Repeater is installed can reach the target server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
</table>
| 1.0 | "configure" without GUI - Currently, when we run the `configure` option, the only way to execute the tests is via a web interface at `localhost`(port-forwarding), but when there is no such option (i.e server access via terminal only) we cannot perform this critical diagnostic.
The required flow of testing should be similar to the current `configure` command, just in text form.
```bash
$ nexploit-cli configure --nogui
Welcome to the NexPloit Network Testing wizard!
Note: To run the test, you will require a 'Repeater ID' and an 'Repeater Token' with the correct scopes.
If you are running the configuration as part of a POC, both of these should have been sent to you via your sales contact.
Please enter your Repeater ID: <ID>
Please enter your Repeater API Token: <TOKEN>
--
Starting EXTERNAL communication diagnostics:
Validating that the connection to amq.nexploit.app at port 5672 is open… [Success|Failed]
Validating that the connection to nexploit.app at port 443 is open… [Success|Failed]
Verifying provided Token and Repeater ID… [Success|Failed]
EXTERNAL communication diagnostics completed.
--
Next step is to validate the connection to your INTERNAL (local) target application(s).
Please enter the target URLs to test (separated by commas): <URL1>, <URL2>, <URL3>
--
Starting INTERNAL communication diagnostics:
Trying to reach <URL1>... [Success|Failed]
Trying to reach <URL2>... [Success|Failed]
Trying to reach <URL3>... [Success|Failed]
EXTERNAL communication diagnostics completed.
1 out of 3 URLs could not be reached.
--
Communication diagnostics done.
```
Possible errors:
<table>
<tr>
<td><strong>Test</strong>
</td>
<td><strong>Text</strong>
</td>
<td><strong>Error Message</strong>
</td>
</tr>
<tr>
<td>TCP test
</td>
<td>Validating that the connection to <strong>amq.nexploit.app</strong> at <strong>port 5672</strong> is open
</td>
<td>Connection to <strong>amq.nexploit.app:5672</strong> is blocked, please verify that the machine on which the Repeater is installed can reach the remote server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
<tr>
<td>HTTPS client test
</td>
<td>Validating that the connection to <strong>nexploit.app</strong> at <strong>port 443</strong> is open
</td>
<td>Connection to <strong>nexploit.app:443 </strong>is blocked, please verify that the machine on which the Repeater is installed can reach the remote server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
<tr>
<td>Auth details validation
<p>
(API call)
</td>
<td>Verifying provided <strong>Token</strong> and <strong>Repeater ID</strong>
</td>
<td>Invalid <strong>Token</strong> or <strong>Repeater ID</strong>, please make sure you are using the correct details provided to you.
<p>
If you need further assistance, please reach out to your NeuraLegion technical support contact.
</td>
</tr>
<tr>
<td>Access to local target
</td>
<td>Trying to reach <strong><url></strong>
</td>
<td><strong><span style="text-decoration:underline;">Error:</span></strong>
<p>
Connection to <strong>{{url}}</strong> is blocked, please verify that the machine on which the Repeater is installed can reach the target server.
<p>
Possible reasons for communication failure:
<ul>
<li> Outbound communication to the host is blocked by a Firewall or network settings
</li>
</ul>
</td>
</tr>
</table>
| priority | configure without gui currently when we run the configure option the only way to execute the tests is via a web interface at localhost port forwarding but when there is no such option i e server access via terminal only we cannot perform this critical diagnostic the required flow of testing should be similar to the current configure command just in text form bash nexploit cli configure nogui welcome to the nexploit network testing wizard note to run the test you will require a repeater id and an repeater token with the correct scopes if you are running the configuration as part of a poc both of these should have been sent to you via your sales contact please enter your repeater id please enter your repeater api token starting external communication diagnostics validating that the connection to amq nexploit app at port is open… validating that the connection to nexploit app at port is open… verifying provided token and repeater id… external communication diagnostics completed next step is to validate the connection to your internal local target application s please enter the target urls to test separated by commas starting internal communication diagnostics trying to reach trying to reach trying to reach external communication diagnostics completed out of urls could not be reached communication diagnostics done possible errors test text error message tcp test validating that the connection to amq nexploit app at port is open connection to amq nexploit app is blocked please verify that the machine on which the repeater is installed can reach the remote server possible reasons for communication failure outbound communication to the host is blocked by a firewall or network settings https client test validating that the connection to nexploit app at port is open connection to nexploit app is blocked please verify that the machine on which the repeater is installed can reach the remote server possible reasons for communication failure outbound communication to the host is blocked by a firewall or network settings auth details validation api call verifying provided token and repeater id invalid token or repeater id please make sure you are using the correct details provided to you if you need further assistance please reach out to your neuralegion technical support contact access to local target trying to reach lt url error connection to url is blocked please verify that the machine on which the repeater is installed can reach the target server possible reasons for communication failure outbound communication to the host is blocked by a firewall or network settings | 1 |
55,811 | 3,074,912,952 | IssuesEvent | 2015-08-20 10:21:57 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | reopened | Дизайн табов | Component-UI enhancement imported Maintainability Priority-Medium Usability | _From [avgust.m...@gmail.com](https://code.google.com/u/114150837111940798320/) on January 09, 2011 20:39:46_
Можно было бы сделать дизайн табов вроде этого.
**Attachment:** [Снимок.PNG](http://code.google.com/p/flylinkdc/issues/detail?id=285)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=285_ | 1.0 | Дизайн табов - _From [avgust.m...@gmail.com](https://code.google.com/u/114150837111940798320/) on January 09, 2011 20:39:46_
Можно было бы сделать дизайн табов вроде этого.
**Attachment:** [Снимок.PNG](http://code.google.com/p/flylinkdc/issues/detail?id=285)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=285_ | priority | дизайн табов from on january можно было бы сделать дизайн табов вроде этого attachment original issue | 1 |
29,500 | 2,716,243,689 | IssuesEvent | 2015-04-10 17:53:41 | CruxFramework/crux | https://api.github.com/repos/CruxFramework/crux | closed | Use buttons to edit grid's record | enhancement imported Milestone-M14-C3 Priority-Medium TargetVersion-5.2.0 | _From [wes...@triggolabs.com](https://code.google.com/u/114691046055037037756/) on July 11, 2014 15:49:33_
Would be great if we could choose between edit a record by clicking it or using buttons inside a column. Three buttons are enough: edit,save and cancel.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=420_ | 1.0 | Use buttons to edit grid's record - _From [wes...@triggolabs.com](https://code.google.com/u/114691046055037037756/) on July 11, 2014 15:49:33_
Would be great if we could choose between edit a record by clicking it or using buttons inside a column. Three buttons are enough: edit,save and cancel.
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=420_ | priority | use buttons to edit grid s record from on july would be great if we could choose between edit a record by clicking it or using buttons inside a column three buttons are enough edit save and cancel original issue | 1 |
4,441 | 2,552,049,889 | IssuesEvent | 2015-02-02 14:48:51 | sympy/sympy | https://api.github.com/repos/sympy/sympy | closed | laplace_transform(sinh(w*t)*cosh(w*t), t, s) | bug imported Integration Polynomial Priority: Medium Simplify valid | ```
from sympy import *
t = symbols('t', real=True, positive=True)
w = symbols('w', real=True)
s = symbols('s')
F, _, _ = laplace_transform(sinh(w*t)*cosh(w*t), t, s)
assert F == w/(s**2 - 4*w**2)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-f60b9c78c600> in <module>()
2 w = symbols('w', real=True)
3 s = symbols('s')
----> 4 F, _, _ = laplace_transform(sinh(w*t)*cosh(w*t), t, s)
5 assert F == w/(s**2 - 4*w**2)
6
/home/pape/sympy/sympy/integrals/transforms.pyc in laplace_transform(f, t, s, **hints)
1117 hankel_transform, inverse_hankel_transform
1118 """
-> 1119 return LaplaceTransform(f, t, s).doit(**hints)
1120
1121
/home/pape/sympy/sympy/integrals/transforms.pyc in doit(self, **hints)
117 try:
118 return self._compute_transform(self.function,
--> 119 self.function_variable, self.transform_variable, **hints)
120 except IntegralTransformError:
121 pass
/home/pape/sympy/sympy/integrals/transforms.pyc in _compute_transform(self, f, t, s, **hints)
1058
1059 def _compute_transform(self, f, t, s, **hints):
-> 1060 return _laplace_transform(f, t, s, **hints)
1061
1062 def _as_integral(self, f, t, s):
/home/pape/sympy/sympy/integrals/transforms.pyc in wrapper(*args, **kwargs)
195 def wrapper(*args, **kwargs):
196 noconds = kwargs.pop('noconds', default)
--> 197 res = func(*args, **kwargs)
198 if noconds:
199 return res[0]
/home/pape/sympy/sympy/integrals/transforms.pyc in _laplace_transform(f, t, s_, simplify)
956
957 if not F.has(Integral):
--> 958 return _simplify(F.subs(s, s_), simplify), -oo, True
959
960 if not F.is_Piecewise:
/home/pape/sympy/sympy/integrals/transforms.pyc in _simplify(expr, doit)
170 from sympy import powdenest, piecewise_fold
171 if doit:
--> 172 return simplify(powdenest(piecewise_fold(expr), polar=True))
173 return expr
174
/home/pape/sympy/sympy/simplify/simplify.pyc in simplify(expr, ratio, measure, fu)
3674 expr = bottom_up(expr, lambda w: w.normal())
3675 expr = Mul(*powsimp(expr).as_content_primitive())
-> 3676 _e = cancel(expr)
3677 expr1 = shorter(_e, _mexpand(_e).cancel()) # issue 6829 3678 expr2 = shorter(together(expr, deep=True), together(expr1, deep=True))
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6070 continue
6071 try:
-> 6072 reps.append((e, cancel(e)))
6073 pot.skip() # this was handled successfully
6074 except NotImplementedError:
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6070 continue
6071 try:
-> 6072 reps.append((e, cancel(e)))
6073 pot.skip() # this was handled successfully
6074 except NotImplementedError:
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6037 return f
6038 f = factor_terms(f, radical=True)
-> 6039 p, q = f.as_numer_denom()
6040
6041 elif len(f) == 2:
AttributeError: 'And' object has no attribute 'as_numer_denom'
```
Original issue for #7173: http://code.google.com/p/sympy/issues/detail?id=4074
Original author: https://code.google.com/u/118279007905392951376/
| 1.0 | laplace_transform(sinh(w*t)*cosh(w*t), t, s) - ```
from sympy import *
t = symbols('t', real=True, positive=True)
w = symbols('w', real=True)
s = symbols('s')
F, _, _ = laplace_transform(sinh(w*t)*cosh(w*t), t, s)
assert F == w/(s**2 - 4*w**2)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-2-f60b9c78c600> in <module>()
2 w = symbols('w', real=True)
3 s = symbols('s')
----> 4 F, _, _ = laplace_transform(sinh(w*t)*cosh(w*t), t, s)
5 assert F == w/(s**2 - 4*w**2)
6
/home/pape/sympy/sympy/integrals/transforms.pyc in laplace_transform(f, t, s, **hints)
1117 hankel_transform, inverse_hankel_transform
1118 """
-> 1119 return LaplaceTransform(f, t, s).doit(**hints)
1120
1121
/home/pape/sympy/sympy/integrals/transforms.pyc in doit(self, **hints)
117 try:
118 return self._compute_transform(self.function,
--> 119 self.function_variable, self.transform_variable, **hints)
120 except IntegralTransformError:
121 pass
/home/pape/sympy/sympy/integrals/transforms.pyc in _compute_transform(self, f, t, s, **hints)
1058
1059 def _compute_transform(self, f, t, s, **hints):
-> 1060 return _laplace_transform(f, t, s, **hints)
1061
1062 def _as_integral(self, f, t, s):
/home/pape/sympy/sympy/integrals/transforms.pyc in wrapper(*args, **kwargs)
195 def wrapper(*args, **kwargs):
196 noconds = kwargs.pop('noconds', default)
--> 197 res = func(*args, **kwargs)
198 if noconds:
199 return res[0]
/home/pape/sympy/sympy/integrals/transforms.pyc in _laplace_transform(f, t, s_, simplify)
956
957 if not F.has(Integral):
--> 958 return _simplify(F.subs(s, s_), simplify), -oo, True
959
960 if not F.is_Piecewise:
/home/pape/sympy/sympy/integrals/transforms.pyc in _simplify(expr, doit)
170 from sympy import powdenest, piecewise_fold
171 if doit:
--> 172 return simplify(powdenest(piecewise_fold(expr), polar=True))
173 return expr
174
/home/pape/sympy/sympy/simplify/simplify.pyc in simplify(expr, ratio, measure, fu)
3674 expr = bottom_up(expr, lambda w: w.normal())
3675 expr = Mul(*powsimp(expr).as_content_primitive())
-> 3676 _e = cancel(expr)
3677 expr1 = shorter(_e, _mexpand(_e).cancel()) # issue 6829 3678 expr2 = shorter(together(expr, deep=True), together(expr1, deep=True))
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6070 continue
6071 try:
-> 6072 reps.append((e, cancel(e)))
6073 pot.skip() # this was handled successfully
6074 except NotImplementedError:
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6070 continue
6071 try:
-> 6072 reps.append((e, cancel(e)))
6073 pot.skip() # this was handled successfully
6074 except NotImplementedError:
/home/pape/sympy/sympy/polys/polytools.pyc in cancel(f, *gens, **args)
6037 return f
6038 f = factor_terms(f, radical=True)
-> 6039 p, q = f.as_numer_denom()
6040
6041 elif len(f) == 2:
AttributeError: 'And' object has no attribute 'as_numer_denom'
```
Original issue for #7173: http://code.google.com/p/sympy/issues/detail?id=4074
Original author: https://code.google.com/u/118279007905392951376/
| priority | laplace transform sinh w t cosh w t t s from sympy import t symbols t real true positive true w symbols w real true s symbols s f laplace transform sinh w t cosh w t t s assert f w s w attributeerror traceback most recent call last in w symbols w real true s symbols s f laplace transform sinh w t cosh w t t s assert f w s w home pape sympy sympy integrals transforms pyc in laplace transform f t s hints hankel transform inverse hankel transform return laplacetransform f t s doit hints home pape sympy sympy integrals transforms pyc in doit self hints try return self compute transform self function self function variable self transform variable hints except integraltransformerror pass home pape sympy sympy integrals transforms pyc in compute transform self f t s hints def compute transform self f t s hints return laplace transform f t s hints def as integral self f t s home pape sympy sympy integrals transforms pyc in wrapper args kwargs def wrapper args kwargs noconds kwargs pop noconds default res func args kwargs if noconds return res home pape sympy sympy integrals transforms pyc in laplace transform f t s simplify if not f has integral return simplify f subs s s simplify oo true if not f is piecewise home pape sympy sympy integrals transforms pyc in simplify expr doit from sympy import powdenest piecewise fold if doit return simplify powdenest piecewise fold expr polar true return expr home pape sympy sympy simplify simplify pyc in simplify expr ratio measure fu expr bottom up expr lambda w w normal expr mul powsimp expr as content primitive e cancel expr shorter e mexpand e cancel issue shorter together expr deep true together deep true home pape sympy sympy polys polytools pyc in cancel f gens args continue try reps append e cancel e pot skip this was handled successfully except notimplementederror home pape sympy sympy polys polytools pyc in cancel f gens args continue try reps append e cancel e pot skip this was handled successfully except notimplementederror home pape sympy sympy polys polytools pyc in cancel f gens args return f f factor terms f radical true p q f as numer denom elif len f attributeerror and object has no attribute as numer denom original issue for original author | 1 |
266,527 | 8,368,949,585 | IssuesEvent | 2018-10-04 15:57:55 | bitrockteam/signature | https://api.github.com/repos/bitrockteam/signature | closed | usage on Apple Mail | Priority: Medium Status: Available Type: Maintenance | The company image at the end of the signature has two main issues:
- white background - it would be better to have a transparent background

- doesn't show when pasting the signature on Mail app (plus the typography seems to be slightly lighter and different)

| 1.0 | usage on Apple Mail - The company image at the end of the signature has two main issues:
- white background - it would be better to have a transparent background

- doesn't show when pasting the signature on Mail app (plus the typography seems to be slightly lighter and different)

| priority | usage on apple mail the company image at the end of the signature has two main issues white background it would be better to have a transparent background doesn t show when pasting the signature on mail app plus the typography seems to be slightly lighter and different | 1 |
593,203 | 17,949,998,504 | IssuesEvent | 2021-09-12 14:43:55 | EFREI-Horizon/HorizonBot | https://api.github.com/repos/EFREI-Horizon/HorizonBot | closed | Génération automatique de Google Forms (sondages) | status: won't do priority: low type: feature difficulty: medium scope: general features | - Commande pour générer un form à partir de commandes et de templates
- Notification automatique dans le channel sondages ou en privé pour proposer de le remplir | 1.0 | Génération automatique de Google Forms (sondages) - - Commande pour générer un form à partir de commandes et de templates
- Notification automatique dans le channel sondages ou en privé pour proposer de le remplir | priority | génération automatique de google forms sondages commande pour générer un form à partir de commandes et de templates notification automatique dans le channel sondages ou en privé pour proposer de le remplir | 1 |
599,367 | 18,272,206,165 | IssuesEvent | 2021-10-04 14:51:57 | GEWIS/gewisweb | https://api.github.com/repos/GEWIS/gewisweb | closed | Subdecision ordering not working due to not renamed function | Type: Bug Priority: Medium For: Backend Status: Confirmed | eb4de6dc176fb439598745bce7496e081d29f302 renamed `getSubDecisionsUploadOrdered` to `getOrderedSubdecisions`, however, this was not reflected in the view it is used in:
https://github.com/GEWIS/gewisweb/blob/4c626dacd25116e536cb89a9924f575658d2b019/module/Decision/view/decision/organ/show.phtml#L33 | 1.0 | Subdecision ordering not working due to not renamed function - eb4de6dc176fb439598745bce7496e081d29f302 renamed `getSubDecisionsUploadOrdered` to `getOrderedSubdecisions`, however, this was not reflected in the view it is used in:
https://github.com/GEWIS/gewisweb/blob/4c626dacd25116e536cb89a9924f575658d2b019/module/Decision/view/decision/organ/show.phtml#L33 | priority | subdecision ordering not working due to not renamed function renamed getsubdecisionsuploadordered to getorderedsubdecisions however this was not reflected in the view it is used in | 1 |
718,830 | 24,732,949,927 | IssuesEvent | 2022-10-20 19:15:38 | wp-media/imagify-plugin | https://api.github.com/repos/wp-media/imagify-plugin | closed | WebP is not resized to defined size | type: bug optimization effort [XS] priority: medium module: convert webp | When using image resizing in Imagify, original image is resized to defined value, but WebP stays in original size (width/height).
**To Reproduce**
1. Go to Imagify Settings and make sure Resizing and WebP creation options are active
2. Add new Media (or optimize existing) - make sure it is larger in width (so it get resized)
3. Check original image and WebP dimensions. WebP will not be resized.
**Expected behavior**
WebP should be resized as same as the original format image.
**Screenshots**
<img width="1414" alt="Screen Shot 2020-10-09 at 11 16 25 AM" src="https://user-images.githubusercontent.com/7384779/95565982-3d164400-0a21-11eb-9171-6e2deb3f18b4.png">
| 1.0 | WebP is not resized to defined size - When using image resizing in Imagify, original image is resized to defined value, but WebP stays in original size (width/height).
**To Reproduce**
1. Go to Imagify Settings and make sure Resizing and WebP creation options are active
2. Add new Media (or optimize existing) - make sure it is larger in width (so it get resized)
3. Check original image and WebP dimensions. WebP will not be resized.
**Expected behavior**
WebP should be resized as same as the original format image.
**Screenshots**
<img width="1414" alt="Screen Shot 2020-10-09 at 11 16 25 AM" src="https://user-images.githubusercontent.com/7384779/95565982-3d164400-0a21-11eb-9171-6e2deb3f18b4.png">
| priority | webp is not resized to defined size when using image resizing in imagify original image is resized to defined value but webp stays in original size width height to reproduce go to imagify settings and make sure resizing and webp creation options are active add new media or optimize existing make sure it is larger in width so it get resized check original image and webp dimensions webp will not be resized expected behavior webp should be resized as same as the original format image screenshots img width alt screen shot at am src | 1 |
531,637 | 15,501,581,572 | IssuesEvent | 2021-03-11 10:42:59 | KusinVitamin/Projekt-Hemsida | https://api.github.com/repos/KusinVitamin/Projekt-Hemsida | closed | 14. Skapa databas schema | Priority: Medium | # Att göra
1. -[x] Skriva schema för databas
2. -[x] Skapa databas enligt schema | 1.0 | 14. Skapa databas schema - # Att göra
1. -[x] Skriva schema för databas
2. -[x] Skapa databas enligt schema | priority | skapa databas schema att göra skriva schema för databas skapa databas enligt schema | 1 |
753,682 | 26,358,071,150 | IssuesEvent | 2023-01-11 11:13:55 | codersforcauses/wadl | https://api.github.com/repos/codersforcauses/wadl | opened | Update Institutions | frontend difficulty::medium priority::low | ## Basic Information
**[Give a brief summary of what the issue is about]**
- Needs form fields for school email and school phone number on both modals
- Change unordered list to use the table component (look at tournaments table for example)
- Include Email and Number on the table columns
- Make sure create and edit modals still work (look at tournaments table for example if any problems - their is currently a PR for that branch ) | 1.0 | Update Institutions - ## Basic Information
**[Give a brief summary of what the issue is about]**
- Needs form fields for school email and school phone number on both modals
- Change unordered list to use the table component (look at tournaments table for example)
- Include Email and Number on the table columns
- Make sure create and edit modals still work (look at tournaments table for example if any problems - their is currently a PR for that branch ) | priority | update institutions basic information needs form fields for school email and school phone number on both modals change unordered list to use the table component look at tournaments table for example include email and number on the table columns make sure create and edit modals still work look at tournaments table for example if any problems their is currently a pr for that branch | 1 |
627,894 | 19,916,539,257 | IssuesEvent | 2022-01-25 23:35:58 | authzed/spicedb | https://api.github.com/repos/authzed/spicedb | opened | Canonicalize cache keys for shared subproblems | priority/2 medium area/perf area/dispatch | It's quite common to share a single role amongst the definition for multiple permissions, for example:
```
definition org {
relation admin: user
permission delete = admin
permission update = admin
permission manage_billing = admin
permission invite_user = admin
}
```
Right now each one of those permissions will encode the permission name in its dispatch cache key and will get a separate subproblem cache. For performance reasons, these should all be canonicalized to share a cache-key and sub-problem. | 1.0 | Canonicalize cache keys for shared subproblems - It's quite common to share a single role amongst the definition for multiple permissions, for example:
```
definition org {
relation admin: user
permission delete = admin
permission update = admin
permission manage_billing = admin
permission invite_user = admin
}
```
Right now each one of those permissions will encode the permission name in its dispatch cache key and will get a separate subproblem cache. For performance reasons, these should all be canonicalized to share a cache-key and sub-problem. | priority | canonicalize cache keys for shared subproblems it s quite common to share a single role amongst the definition for multiple permissions for example definition org relation admin user permission delete admin permission update admin permission manage billing admin permission invite user admin right now each one of those permissions will encode the permission name in its dispatch cache key and will get a separate subproblem cache for performance reasons these should all be canonicalized to share a cache key and sub problem | 1 |
595,106 | 18,059,772,549 | IssuesEvent | 2021-09-20 12:48:49 | AY2122S1-CS2103-W14-4/tp | https://api.github.com/repos/AY2122S1-CS2103-W14-4/tp | opened | Create events | type.Story priority.Medium | As a user, I can create events as a type of task so that I can keep track of tasks that occur at a specified time (eg. tutorials, exams). | 1.0 | Create events - As a user, I can create events as a type of task so that I can keep track of tasks that occur at a specified time (eg. tutorials, exams). | priority | create events as a user i can create events as a type of task so that i can keep track of tasks that occur at a specified time eg tutorials exams | 1 |
593,178 | 17,949,570,145 | IssuesEvent | 2021-09-12 13:16:08 | EFREI-Horizon/HorizonBot | https://api.github.com/repos/EFREI-Horizon/HorizonBot | opened | Logs | priority: medium type: feature difficulty: easy | ### Avoir un système de logging propre à HorizonBot
Les logs pertinents à conserver sont:
- Join/Leave du serveur (avec lien d'invitation) => pour avoir des indices sur l'origine de potentiels trolls
- Join/Leave de voice channel => pour faire des statistiques sur la présence aux cours, la durée des cours, etc.
- Messages postés (et les modifications/suppressions de messages) => nécessaire pour prouver une mauvaise conduite dans les chats
- Reactions ajoutées/retirées => utile en cas de mauvaise manipulation de reaction roles, en cas d'insulte via une réaction, etc.
- Renommages => en cas de renommages insultants
- Changements de rôles => utile pour identifier des mauvaises manipulations et des problèmes avec les reactions roles..
- Bans/kicks => pour éviter les abus du staff & avoir un historique rapidement accessibles des bans/kicks
### Proposition:
Une table "Activity" avec 5 colonnes: timestamp, type, context, content, flags
timestamp: timestamp de l'activité
type: dans l'ordre par rapport à la liste au dessus: GuildJoin, GuildLeave, VoiceJoin, VoiceLeave, MsgPost, MsgEdit, MsgDel, ReactionAdd, ReactionRemove, Rename, Role, Ban, Kick
context: pour les différents types:
GuildJoin: id utilisateur
GuildLeave: id utilisateur
VoiceJoin: id channel joint
VoiceLeave: id channel quitté
MsgPost: liste: id message, id channel
MsgEdit: liste: id message, id channel
MsgDel: liste: id message, id channel
ReactionAdd: id message, id channel
ReactionRemove: id message
Rename: id utilisateur
Role: liste: id utilisateur, id role
Ban: liste: id utilisateur banni, id utilisateur qui a banni
Kick: liste: id utilisateur kické, id utilisateur qui a kické
content: pour les différents types:
GuildJoin: lien d'invitation
GuildLeave: snapshot de l'état de l'utilisateur au moment de quitter (objet: surnom, liste des rôles, temps resté sur le serveur...)
VoiceJoin: réf vers le channel joint
VoiceLeave: réf vers le channel quitté
MsgPost: message posté
MsgEdit: nouveau message (après édit)
MsgDel: message au moment du delete
ReactionAdd: emoji
ReactionRemove: emoji
Rename: nouveau nom
Role: raison de l'obtention du rôle (reaction role, id d'un membre staff qui a ajouté le rôle...)
Ban: message de ban
Kick: message de kick
flags: liste des flags de l'activité (suspecte, importante, etc.) pour simplifier l'indexation des activités remarquables | 1.0 | Logs - ### Avoir un système de logging propre à HorizonBot
Les logs pertinents à conserver sont:
- Join/Leave du serveur (avec lien d'invitation) => pour avoir des indices sur l'origine de potentiels trolls
- Join/Leave de voice channel => pour faire des statistiques sur la présence aux cours, la durée des cours, etc.
- Messages postés (et les modifications/suppressions de messages) => nécessaire pour prouver une mauvaise conduite dans les chats
- Reactions ajoutées/retirées => utile en cas de mauvaise manipulation de reaction roles, en cas d'insulte via une réaction, etc.
- Renommages => en cas de renommages insultants
- Changements de rôles => utile pour identifier des mauvaises manipulations et des problèmes avec les reactions roles..
- Bans/kicks => pour éviter les abus du staff & avoir un historique rapidement accessibles des bans/kicks
### Proposition:
Une table "Activity" avec 5 colonnes: timestamp, type, context, content, flags
timestamp: timestamp de l'activité
type: dans l'ordre par rapport à la liste au dessus: GuildJoin, GuildLeave, VoiceJoin, VoiceLeave, MsgPost, MsgEdit, MsgDel, ReactionAdd, ReactionRemove, Rename, Role, Ban, Kick
context: pour les différents types:
GuildJoin: id utilisateur
GuildLeave: id utilisateur
VoiceJoin: id channel joint
VoiceLeave: id channel quitté
MsgPost: liste: id message, id channel
MsgEdit: liste: id message, id channel
MsgDel: liste: id message, id channel
ReactionAdd: id message, id channel
ReactionRemove: id message
Rename: id utilisateur
Role: liste: id utilisateur, id role
Ban: liste: id utilisateur banni, id utilisateur qui a banni
Kick: liste: id utilisateur kické, id utilisateur qui a kické
content: pour les différents types:
GuildJoin: lien d'invitation
GuildLeave: snapshot de l'état de l'utilisateur au moment de quitter (objet: surnom, liste des rôles, temps resté sur le serveur...)
VoiceJoin: réf vers le channel joint
VoiceLeave: réf vers le channel quitté
MsgPost: message posté
MsgEdit: nouveau message (après édit)
MsgDel: message au moment du delete
ReactionAdd: emoji
ReactionRemove: emoji
Rename: nouveau nom
Role: raison de l'obtention du rôle (reaction role, id d'un membre staff qui a ajouté le rôle...)
Ban: message de ban
Kick: message de kick
flags: liste des flags de l'activité (suspecte, importante, etc.) pour simplifier l'indexation des activités remarquables | priority | logs avoir un système de logging propre à horizonbot les logs pertinents à conserver sont join leave du serveur avec lien d invitation pour avoir des indices sur l origine de potentiels trolls join leave de voice channel pour faire des statistiques sur la présence aux cours la durée des cours etc messages postés et les modifications suppressions de messages nécessaire pour prouver une mauvaise conduite dans les chats reactions ajoutées retirées utile en cas de mauvaise manipulation de reaction roles en cas d insulte via une réaction etc renommages en cas de renommages insultants changements de rôles utile pour identifier des mauvaises manipulations et des problèmes avec les reactions roles bans kicks pour éviter les abus du staff avoir un historique rapidement accessibles des bans kicks proposition une table activity avec colonnes timestamp type context content flags timestamp timestamp de l activité type dans l ordre par rapport à la liste au dessus guildjoin guildleave voicejoin voiceleave msgpost msgedit msgdel reactionadd reactionremove rename role ban kick context pour les différents types guildjoin id utilisateur guildleave id utilisateur voicejoin id channel joint voiceleave id channel quitté msgpost liste id message id channel msgedit liste id message id channel msgdel liste id message id channel reactionadd id message id channel reactionremove id message rename id utilisateur role liste id utilisateur id role ban liste id utilisateur banni id utilisateur qui a banni kick liste id utilisateur kické id utilisateur qui a kické content pour les différents types guildjoin lien d invitation guildleave snapshot de l état de l utilisateur au moment de quitter objet surnom liste des rôles temps resté sur le serveur voicejoin réf vers le channel joint voiceleave réf vers le channel quitté msgpost message posté msgedit nouveau message après édit msgdel message au moment du delete reactionadd emoji reactionremove emoji rename nouveau nom role raison de l obtention du rôle reaction role id d un membre staff qui a ajouté le rôle ban message de ban kick message de kick flags liste des flags de l activité suspecte importante etc pour simplifier l indexation des activités remarquables | 1 |
254,188 | 8,070,996,306 | IssuesEvent | 2018-08-06 11:42:42 | FlowzPlatform/Sprint-User-Story-Board | https://api.github.com/repos/FlowzPlatform/Sprint-User-Story-Board | closed | Uploader-[feature]-Progress Bar display when import start | Medium Priority uploader - progress bar | ### SUMMARY: customer can view his uploaded data progress on uploader portal
----
### Prerequisite:
- uploaded status update by JobQueue
### User Story Description:
As a customer, i see progress of importing
### Acceptance Criteria:
1. based on importing data progress should be display
| 1.0 | Uploader-[feature]-Progress Bar display when import start - ### SUMMARY: customer can view his uploaded data progress on uploader portal
----
### Prerequisite:
- uploaded status update by JobQueue
### User Story Description:
As a customer, i see progress of importing
### Acceptance Criteria:
1. based on importing data progress should be display
| priority | uploader progress bar display when import start summary customer can view his uploaded data progress on uploader portal prerequisite uploaded status update by jobqueue user story description as a customer i see progress of importing acceptance criteria based on importing data progress should be display | 1 |
399,836 | 11,761,459,911 | IssuesEvent | 2020-03-13 21:55:43 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | Notifications - missing hosts with webhook notification | component:api priority:medium state:needs_devel type:bug | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We have around 400 hosts in the inventory, however, the notification webhook endpoint receives notification about only around 40-50 hosts. (Sometimes it's working fine reporting all the hosts.)
##### ENVIRONMENT
* AWX version: 6.1.0.0 (Same problem with 6.0.0.0)
* AWX install method: docker on linux (official image from docker hub)
* Ansible version: 2.8.2
* Operating System: Centos7
* Web Browser: Chrome
##### STEPS TO REPRODUCE
- Create a webhook notification
- Start a job (or job-flow), enable notifications.
##### EXPECTED RESULTS
Report from all the hosts in JSON format
##### ACTUAL RESULTS
Most of the times only partial host list in the report, sometimes full list. Differs in a job-flow, some jobs reporting about all hosts, some only about a few)
Workflow with 2 jobs:
Number of hosts, on which the job ran (reported in AWX): 438
Number of hosts reported on the webhook script: 53
##### ADDITIONAL INFORMATION
I also have the same problem with 6.0.0.0 and 6.1.0.0
I tried with different users, with standalon jobs or woth flows, also with different playbooks, the problem looks pretty consistent.
Thx
| 1.0 | Notifications - missing hosts with webhook notification - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
We have around 400 hosts in the inventory, however, the notification webhook endpoint receives notification about only around 40-50 hosts. (Sometimes it's working fine reporting all the hosts.)
##### ENVIRONMENT
* AWX version: 6.1.0.0 (Same problem with 6.0.0.0)
* AWX install method: docker on linux (official image from docker hub)
* Ansible version: 2.8.2
* Operating System: Centos7
* Web Browser: Chrome
##### STEPS TO REPRODUCE
- Create a webhook notification
- Start a job (or job-flow), enable notifications.
##### EXPECTED RESULTS
Report from all the hosts in JSON format
##### ACTUAL RESULTS
Most of the times only partial host list in the report, sometimes full list. Differs in a job-flow, some jobs reporting about all hosts, some only about a few)
Workflow with 2 jobs:
Number of hosts, on which the job ran (reported in AWX): 438
Number of hosts reported on the webhook script: 53
##### ADDITIONAL INFORMATION
I also have the same problem with 6.0.0.0 and 6.1.0.0
I tried with different users, with standalon jobs or woth flows, also with different playbooks, the problem looks pretty consistent.
Thx
| priority | notifications missing hosts with webhook notification issue type bug report summary we have around hosts in the inventory however the notification webhook endpoint receives notification about only around hosts sometimes it s working fine reporting all the hosts environment awx version same problem with awx install method docker on linux official image from docker hub ansible version operating system web browser chrome steps to reproduce create a webhook notification start a job or job flow enable notifications expected results report from all the hosts in json format actual results most of the times only partial host list in the report sometimes full list differs in a job flow some jobs reporting about all hosts some only about a few workflow with jobs number of hosts on which the job ran reported in awx number of hosts reported on the webhook script additional information i also have the same problem with and i tried with different users with standalon jobs or woth flows also with different playbooks the problem looks pretty consistent thx | 1 |
588,663 | 17,664,165,352 | IssuesEvent | 2021-08-22 05:30:55 | rocky-linux/os-autoinst-distri-rocky | https://api.github.com/repos/rocky-linux/os-autoinst-distri-rocky | closed | Test suite failure for server_cockpit_basic@64bit on rocky-8.4-dvd-iso-x86_64 | priority: medium type: bug | ## Describe Issue
| Test Suite | server_cockpit_basic@64bit |
|---|---|
| Result | **failed** ( 06:44 minutes ) |
| Scheduled product | `rocky-8.4-dvd-iso-x86_64` |
| Test module | `/var/lib/openqa/share/tests/rocky/tests/server_cockpit_basic.pm` |
| Analysis | *Test died: no candidate needle with tag(s) `cockpit_services_entry` matched*<br>Missing Needle Match for tag 'cockpit_services_entry' |
## Planned Action
- Adding needle `rocky-cockpit_services_entry-<datestamp>` should resolve
- Likely will need needle sequence created | 1.0 | Test suite failure for server_cockpit_basic@64bit on rocky-8.4-dvd-iso-x86_64 - ## Describe Issue
| Test Suite | server_cockpit_basic@64bit |
|---|---|
| Result | **failed** ( 06:44 minutes ) |
| Scheduled product | `rocky-8.4-dvd-iso-x86_64` |
| Test module | `/var/lib/openqa/share/tests/rocky/tests/server_cockpit_basic.pm` |
| Analysis | *Test died: no candidate needle with tag(s) `cockpit_services_entry` matched*<br>Missing Needle Match for tag 'cockpit_services_entry' |
## Planned Action
- Adding needle `rocky-cockpit_services_entry-<datestamp>` should resolve
- Likely will need needle sequence created | priority | test suite failure for server cockpit basic on rocky dvd iso describe issue test suite server cockpit basic result failed minutes scheduled product rocky dvd iso test module var lib openqa share tests rocky tests server cockpit basic pm analysis test died no candidate needle with tag s cockpit services entry matched missing needle match for tag cockpit services entry planned action adding needle rocky cockpit services entry should resolve likely will need needle sequence created | 1 |
439,114 | 12,677,626,225 | IssuesEvent | 2020-06-19 08:08:30 | trustwallet/wallet-core | https://api.github.com/repos/trustwallet/wallet-core | closed | Rename TWBitcoinScriptBuildForAddress and Script::buildForAddress | enhancement priority: medium | easier to read: `TWBitcoinScriptLockScriptForAddress` and `Script::lockScriptForAddress` | 1.0 | Rename TWBitcoinScriptBuildForAddress and Script::buildForAddress - easier to read: `TWBitcoinScriptLockScriptForAddress` and `Script::lockScriptForAddress` | priority | rename twbitcoinscriptbuildforaddress and script buildforaddress easier to read twbitcoinscriptlockscriptforaddress and script lockscriptforaddress | 1 |
279,273 | 8,663,196,171 | IssuesEvent | 2018-11-28 16:44:39 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Grid PDF Export with detail template exports only the first page | Bug C: Grid F: PDF Export Kendo1 Priority 1 SEV: Medium | ### Bug report
Ticket ID 1361786
### Reproduction of the problem
The grid exports only the dataItems from its first page when a detailTemplate/detailInit is defined:
[Dojo](https://dojo.telerik.com/@bubblemaster/ELIMuGiG)
### Expected/desired behavior
Since exporting details is a [known limitation](https://docs.telerik.com/kendo-ui/controls/data-management/grid/pdf-export#known-limitations), we should collapse the detail rows and export all pages if `allPages:true` is configured.
### Additional Information
This is the behaviour we see with version 2017.1.223 and before.
[Dojo](https://dojo.telerik.com/@bubblemaster/ELIMuGiG/2)
### Environment
* **Kendo UI version:** 2018.3.1017
| 1.0 | Grid PDF Export with detail template exports only the first page - ### Bug report
Ticket ID 1361786
### Reproduction of the problem
The grid exports only the dataItems from its first page when a detailTemplate/detailInit is defined:
[Dojo](https://dojo.telerik.com/@bubblemaster/ELIMuGiG)
### Expected/desired behavior
Since exporting details is a [known limitation](https://docs.telerik.com/kendo-ui/controls/data-management/grid/pdf-export#known-limitations), we should collapse the detail rows and export all pages if `allPages:true` is configured.
### Additional Information
This is the behaviour we see with version 2017.1.223 and before.
[Dojo](https://dojo.telerik.com/@bubblemaster/ELIMuGiG/2)
### Environment
* **Kendo UI version:** 2018.3.1017
| priority | grid pdf export with detail template exports only the first page bug report ticket id reproduction of the problem the grid exports only the dataitems from its first page when a detailtemplate detailinit is defined expected desired behavior since exporting details is a we should collapse the detail rows and export all pages if allpages true is configured additional information this is the behaviour we see with version and before environment kendo ui version | 1 |
549,665 | 16,097,060,038 | IssuesEvent | 2021-04-27 02:28:49 | otasoft/otasoft-api | https://api.github.com/repos/otasoft/otasoft-api | closed | customer/create add offer to favourites functionality | enhancement help wanted medium priority no-issue-activity | ## Feature Request
## Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I have an issue when [...] -->
## Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. Add any considered drawbacks. -->
_As a User I would like to have an option to add offer to favourites so that I can keep track of the offers that I am considering._
There should be a REST controller route handler and GraphQL mutation that will take the data from the client (user ID, offer ID) and send it to the corresponding microservice (customer). UserID can be sent as a parameter but it can also be taken from the JWT Token (in this case, auth microservice will be used). Currently there is no favourites array in the customer so it has to be created for each user.
This is a feature only for logged in users. Not logged in users will have to use a "Add to Wishlist" functionality that can be developed on the frontend side (in local memory)
1. Request is sent to the API Gateway (Both REST and GraphQL)
2. Data Validation in gateway
3. Data is sent to the corresponding microservice (customer)
4. Correct data flow is developed (controller -> service -> command -> command handler)
5. Customer record in DB (favourites array) is updated with the offer ID
6. A response message is returned to the user (i.e. "Offer with ID successfully added to favourites")
7. In case of errors, appriopriate exception is thrown.
* If you have time and energy you could also develop a feature "Get Customer Favourites" that will return an array of Offer IDs that Customer added as favourites.
## Teachability, Documentation, Adoption, Migration Strategy
<!-- If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design? -->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. --> | 1.0 | customer/create add offer to favourites functionality - ## Feature Request
## Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I have an issue when [...] -->
## Describe the solution you'd like
<!-- A clear and concise description of what you want to happen. Add any considered drawbacks. -->
_As a User I would like to have an option to add offer to favourites so that I can keep track of the offers that I am considering._
There should be a REST controller route handler and GraphQL mutation that will take the data from the client (user ID, offer ID) and send it to the corresponding microservice (customer). UserID can be sent as a parameter but it can also be taken from the JWT Token (in this case, auth microservice will be used). Currently there is no favourites array in the customer so it has to be created for each user.
This is a feature only for logged in users. Not logged in users will have to use a "Add to Wishlist" functionality that can be developed on the frontend side (in local memory)
1. Request is sent to the API Gateway (Both REST and GraphQL)
2. Data Validation in gateway
3. Data is sent to the corresponding microservice (customer)
4. Correct data flow is developed (controller -> service -> command -> command handler)
5. Customer record in DB (favourites array) is updated with the offer ID
6. A response message is returned to the user (i.e. "Offer with ID successfully added to favourites")
7. In case of errors, appriopriate exception is thrown.
* If you have time and energy you could also develop a feature "Get Customer Favourites" that will return an array of Offer IDs that Customer added as favourites.
## Teachability, Documentation, Adoption, Migration Strategy
<!-- If you can, explain how users will be able to use this and possibly write out a version the docs. Maybe a screenshot or design? -->
## What is the motivation / use case for changing the behavior?
<!-- Describe the motivation or the concrete use case. --> | priority | customer create add offer to favourites functionality feature request is your feature request related to a problem please describe describe the solution you d like as a user i would like to have an option to add offer to favourites so that i can keep track of the offers that i am considering there should be a rest controller route handler and graphql mutation that will take the data from the client user id offer id and send it to the corresponding microservice customer userid can be sent as a parameter but it can also be taken from the jwt token in this case auth microservice will be used currently there is no favourites array in the customer so it has to be created for each user this is a feature only for logged in users not logged in users will have to use a add to wishlist functionality that can be developed on the frontend side in local memory request is sent to the api gateway both rest and graphql data validation in gateway data is sent to the corresponding microservice customer correct data flow is developed controller service command command handler customer record in db favourites array is updated with the offer id a response message is returned to the user i e offer with id successfully added to favourites in case of errors appriopriate exception is thrown if you have time and energy you could also develop a feature get customer favourites that will return an array of offer ids that customer added as favourites teachability documentation adoption migration strategy what is the motivation use case for changing the behavior | 1 |
644,320 | 20,974,012,811 | IssuesEvent | 2022-03-28 13:50:48 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | opened | Bug: Total Tests Count per Sender is Wrong | bug experience Medium Priority | ## Problem statement
Report: 709db410-5325-4508-8c49-dbbac4c12427 is an example. On reportstream.cdc.gov, select CA-DPH and Daily data. This report id was created on 3/26/22 2:15a. The count for Facility: JRS Laboratory is 9. The actual count is 11.
## Things know
N/A
## Acceptance criteria
- [x] Total test shown per Facility matches the count of the Facility's HL7 messages in the batch HL7 file.
## To do
- [x] ??
| 1.0 | Bug: Total Tests Count per Sender is Wrong - ## Problem statement
Report: 709db410-5325-4508-8c49-dbbac4c12427 is an example. On reportstream.cdc.gov, select CA-DPH and Daily data. This report id was created on 3/26/22 2:15a. The count for Facility: JRS Laboratory is 9. The actual count is 11.
## Things know
N/A
## Acceptance criteria
- [x] Total test shown per Facility matches the count of the Facility's HL7 messages in the batch HL7 file.
## To do
- [x] ??
| priority | bug total tests count per sender is wrong problem statement report is an example on reportstream cdc gov select ca dph and daily data this report id was created on the count for facility jrs laboratory is the actual count is things know n a acceptance criteria total test shown per facility matches the count of the facility s messages in the batch file to do | 1 |
18,791 | 2,616,005,734 | IssuesEvent | 2015-03-02 00:50:04 | jasonhall/bwapi | https://api.github.com/repos/jasonhall/bwapi | closed | Automate Menu | auto-migrated Priority-Medium Type-Enhancement | ```
OK. I'm not sure what kind of automated menu system we're looking for, but
I know for a fact that we can skip all menus and go directly into a match.
The cheat code "ophelia" in the command line tells us this.
We could write a random map chooser from a list of preset maps (in a file),
and present an option to automatically select player's race and opponent's
race.
I have a list of menu IDs somewhere to automatically skip to a menu screen
as well.
```
Original issue reported on code.google.com by `AHeinerm` on 23 Oct 2009 at 2:48 | 1.0 | Automate Menu - ```
OK. I'm not sure what kind of automated menu system we're looking for, but
I know for a fact that we can skip all menus and go directly into a match.
The cheat code "ophelia" in the command line tells us this.
We could write a random map chooser from a list of preset maps (in a file),
and present an option to automatically select player's race and opponent's
race.
I have a list of menu IDs somewhere to automatically skip to a menu screen
as well.
```
Original issue reported on code.google.com by `AHeinerm` on 23 Oct 2009 at 2:48 | priority | automate menu ok i m not sure what kind of automated menu system we re looking for but i know for a fact that we can skip all menus and go directly into a match the cheat code ophelia in the command line tells us this we could write a random map chooser from a list of preset maps in a file and present an option to automatically select player s race and opponent s race i have a list of menu ids somewhere to automatically skip to a menu screen as well original issue reported on code google com by aheinerm on oct at | 1 |
102,155 | 4,151,316,406 | IssuesEvent | 2016-06-15 20:12:50 | EyeSeeTea/EDSApp | https://api.github.com/repos/EyeSeeTea/EDSApp | closed | Adherence: Change date field to date format | priority - medium type - content | In the Adherence module - Can we change the "Record Date" column to be an actual date format, rather than an open text field? | 1.0 | Adherence: Change date field to date format - In the Adherence module - Can we change the "Record Date" column to be an actual date format, rather than an open text field? | priority | adherence change date field to date format in the adherence module can we change the record date column to be an actual date format rather than an open text field | 1 |
659,763 | 21,940,794,034 | IssuesEvent | 2022-05-23 17:52:49 | Helioviewer-Project/helioviewer.org | https://api.github.com/repos/Helioviewer-Project/helioviewer.org | opened | SPoCA feature outlines are not being shown for recent SPoCA detections | bug? priority: medium | SPoCA features should have a shape attached which shows the the shape of the feature detected by SPoCA. The 2012 image below shows these features

but the 2022 image does not

| 1.0 | SPoCA feature outlines are not being shown for recent SPoCA detections - SPoCA features should have a shape attached which shows the the shape of the feature detected by SPoCA. The 2012 image below shows these features

but the 2022 image does not

| priority | spoca feature outlines are not being shown for recent spoca detections spoca features should have a shape attached which shows the the shape of the feature detected by spoca the image below shows these features but the image does not | 1 |
336,734 | 10,196,060,427 | IssuesEvent | 2019-08-12 19:45:30 | GeoDaCenter/geoda | https://api.github.com/repos/GeoDaCenter/geoda | closed | Table Data : allow infinity and undefined | Milestone-Release_Future OpSys-All Priority-Medium Type-Enhancement auto-migrated | ```
Oct 28, 2009
It would seem to be useful to allow for infinity or undefined in numeric
data. This could be particularly useful for handling divide-by-zero or
network distance calculations. For the network distance calculation, we
could possibly avoid infinity by disallowing certain calculations on
disconnected graphs.
Update Mar 5, 2013: As of 1.2 we do handle undefined. Due to limitation in
DBF, it is not possible to distinguish between infinity and undefined.
```
Original issue reported on code.google.com by `mmcc...@gmail.com` on 5 Mar 2013 at 5:44
| 1.0 | Table Data : allow infinity and undefined - ```
Oct 28, 2009
It would seem to be useful to allow for infinity or undefined in numeric
data. This could be particularly useful for handling divide-by-zero or
network distance calculations. For the network distance calculation, we
could possibly avoid infinity by disallowing certain calculations on
disconnected graphs.
Update Mar 5, 2013: As of 1.2 we do handle undefined. Due to limitation in
DBF, it is not possible to distinguish between infinity and undefined.
```
Original issue reported on code.google.com by `mmcc...@gmail.com` on 5 Mar 2013 at 5:44
| priority | table data allow infinity and undefined oct it would seem to be useful to allow for infinity or undefined in numeric data this could be particularly useful for handling divide by zero or network distance calculations for the network distance calculation we could possibly avoid infinity by disallowing certain calculations on disconnected graphs update mar as of we do handle undefined due to limitation in dbf it is not possible to distinguish between infinity and undefined original issue reported on code google com by mmcc gmail com on mar at | 1 |
85,480 | 3,690,935,766 | IssuesEvent | 2016-02-25 21:54:07 | liias/aerosol-genesis-simulator | https://api.github.com/repos/liias/aerosol-genesis-simulator | closed | Func. Testing 2: multiple simulations (10h) | auto-migrated Priority-Medium Type-Other | ```
Test multiple simulation cycles.
```
Original issue reported on code.google.com by `Killho...@gmail.com` on 18 Sep 2012 at 5:38 | 1.0 | Func. Testing 2: multiple simulations (10h) - ```
Test multiple simulation cycles.
```
Original issue reported on code.google.com by `Killho...@gmail.com` on 18 Sep 2012 at 5:38 | priority | func testing multiple simulations test multiple simulation cycles original issue reported on code google com by killho gmail com on sep at | 1 |
409,589 | 11,965,217,306 | IssuesEvent | 2020-04-05 22:29:16 | TalonBraveInfo/Invasion | https://api.github.com/repos/TalonBraveInfo/Invasion | closed | VGUI cursor not being displayed on panels in the world | bug confirmed priority-medium | Any panels placed in the world, either on objects or placed via Hammer, don't display the mouse cursor when interacting. | 1.0 | VGUI cursor not being displayed on panels in the world - Any panels placed in the world, either on objects or placed via Hammer, don't display the mouse cursor when interacting. | priority | vgui cursor not being displayed on panels in the world any panels placed in the world either on objects or placed via hammer don t display the mouse cursor when interacting | 1 |
16,002 | 2,611,536,075 | IssuesEvent | 2015-02-27 06:05:55 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | IceGun: Segfault when freezing water, with rqBlurryLand enabled | auto-migrated Priority-Medium ReleaseBug-0.9.19 ReleaseBug-0.9.20 | ```
:(
```
Original issue reported on code.google.com by `sheepyluva` on 21 Jan 2014 at 7:29 | 1.0 | IceGun: Segfault when freezing water, with rqBlurryLand enabled - ```
:(
```
Original issue reported on code.google.com by `sheepyluva` on 21 Jan 2014 at 7:29 | priority | icegun segfault when freezing water with rqblurryland enabled original issue reported on code google com by sheepyluva on jan at | 1 |
676,309 | 23,122,183,184 | IssuesEvent | 2022-07-27 23:07:54 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | Add micro-benchmark tool for psql | kind/bug area/docdb priority/medium | Jira Link: [DB-1682](https://yugabyte.atlassian.net/browse/DB-1682)
We have yb_load_test_tool which lets us generate load against a cql/redis table. We should also support psql for this kind of tool | 1.0 | Add micro-benchmark tool for psql - Jira Link: [DB-1682](https://yugabyte.atlassian.net/browse/DB-1682)
We have yb_load_test_tool which lets us generate load against a cql/redis table. We should also support psql for this kind of tool | priority | add micro benchmark tool for psql jira link we have yb load test tool which lets us generate load against a cql redis table we should also support psql for this kind of tool | 1 |
213,520 | 7,254,277,880 | IssuesEvent | 2018-02-16 10:19:45 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | JJWDesign for Google Map - Add to Target List Keeps Processing | Fix Proposed Medium Priority Resolved: Next Release bug | Hi everyone,
have you ever try to Add Map results to a Target List?
I found it working as expected on a 7.6.3 instance, but on a 7.6.5,7.7.7 or a 7.8.5 instances
when i click here:

the `tagetListResult `
message is sticked and i get this error on browser console:
```
Uncaught TypeError: Cannot read property 'message' of null
at Object.<anonymous> (index.php?module=jjwg_Maps&action=map_markers&uid=9d955123-f2b4-ea38-0db0-594116ae0d11%2Cedadcf7a-f2fe-3a2d-8d66-55af4e2ad11f%2Cc4d190a1-d16b-e6fb-9bcb-59673e963f22%2C259cf028-b558-bc21-3b67-5835c38d51c5%2Cee772b2a-3144-a782-5154-56ced0fc477c%2C8d461407-6bcc-aa91-a2d6-5874b0840bb6%2Cda9ad17c-2148-b852-ea92-56ceddba4252%2C581495c5-77d7-ec92-085b-56cedcd08689%2C95f6ad74-9a11-cba5-80da-593922fac087%2Cf0050b34-83d5-1ca5-4330-5835b92fef84%2Cade5eb87-ff3f-971d-1647-5835c05babb3%2Ca1f8d29f-c2ac-808e-c054-56efd6a58c65%2Cadb7a420-38bb-ac1e-d473-57175110408d%2C25c50942-7785-e4fb-96a3-56cedc36b42c%2Cee6508cf-591e-57fd-e2ac-56cedcaa4401%2C93dc30ea-6fec-37a0-d7c0-5967265d52c8%2C43ae6883-83d5-a0a2-ee0d-569e0b3a2441%2C9f870878-7a6b-fccb-9307-56cede39fd89%2Cab61bc30-6691-22ab-2e3d-59410e55359d%2C102af555-aad2-3a5e-57c8-56ceda3d8219&display_module=Accounts¤t_post=session:809)
at k (jquery-1.8.0.min.js:2)
at Object.fireWith [as resolveWith] (jquery-1.8.0.min.js:2)
at y (jquery-1.8.0.min.js:2)
```
#### Issue
Message "Processing" is sticked even if the process is completed.
#### Expected Behavior
On a 7.6.3 it works well:



#### Actual Behavior

#### Possible Fix
in /modules/jjwg_Maps/views/view.map_markers.php
#### Your Environment
SuiteCRM 7.6.5, 7.7.7 or a 7.8.5 instance.
I can't test it on suitecrm demo (7.9.7) because the Geo Engine gives a white screen.
| 1.0 | JJWDesign for Google Map - Add to Target List Keeps Processing - Hi everyone,
have you ever try to Add Map results to a Target List?
I found it working as expected on a 7.6.3 instance, but on a 7.6.5,7.7.7 or a 7.8.5 instances
when i click here:

the `tagetListResult `
message is sticked and i get this error on browser console:
```
Uncaught TypeError: Cannot read property 'message' of null
at Object.<anonymous> (index.php?module=jjwg_Maps&action=map_markers&uid=9d955123-f2b4-ea38-0db0-594116ae0d11%2Cedadcf7a-f2fe-3a2d-8d66-55af4e2ad11f%2Cc4d190a1-d16b-e6fb-9bcb-59673e963f22%2C259cf028-b558-bc21-3b67-5835c38d51c5%2Cee772b2a-3144-a782-5154-56ced0fc477c%2C8d461407-6bcc-aa91-a2d6-5874b0840bb6%2Cda9ad17c-2148-b852-ea92-56ceddba4252%2C581495c5-77d7-ec92-085b-56cedcd08689%2C95f6ad74-9a11-cba5-80da-593922fac087%2Cf0050b34-83d5-1ca5-4330-5835b92fef84%2Cade5eb87-ff3f-971d-1647-5835c05babb3%2Ca1f8d29f-c2ac-808e-c054-56efd6a58c65%2Cadb7a420-38bb-ac1e-d473-57175110408d%2C25c50942-7785-e4fb-96a3-56cedc36b42c%2Cee6508cf-591e-57fd-e2ac-56cedcaa4401%2C93dc30ea-6fec-37a0-d7c0-5967265d52c8%2C43ae6883-83d5-a0a2-ee0d-569e0b3a2441%2C9f870878-7a6b-fccb-9307-56cede39fd89%2Cab61bc30-6691-22ab-2e3d-59410e55359d%2C102af555-aad2-3a5e-57c8-56ceda3d8219&display_module=Accounts¤t_post=session:809)
at k (jquery-1.8.0.min.js:2)
at Object.fireWith [as resolveWith] (jquery-1.8.0.min.js:2)
at y (jquery-1.8.0.min.js:2)
```
#### Issue
Message "Processing" is sticked even if the process is completed.
#### Expected Behavior
On a 7.6.3 it works well:



#### Actual Behavior

#### Possible Fix
in /modules/jjwg_Maps/views/view.map_markers.php
#### Your Environment
SuiteCRM 7.6.5, 7.7.7 or a 7.8.5 instance.
I can't test it on suitecrm demo (7.9.7) because the Geo Engine gives a white screen.
| priority | jjwdesign for google map add to target list keeps processing hi everyone have you ever try to add map results to a target list i found it working as expected on a instance but on a or a instances when i click here the tagetlistresult message is sticked and i get this error on browser console uncaught typeerror cannot read property message of null at object index php module jjwg maps action map markers uid fccb display module accounts current post session at k jquery min js at object firewith jquery min js at y jquery min js issue message processing is sticked even if the process is completed expected behavior on a it works well actual behavior possible fix in modules jjwg maps views view map markers php your environment suitecrm or a instance i can t test it on suitecrm demo because the geo engine gives a white screen | 1 |
384,029 | 11,382,262,317 | IssuesEvent | 2020-01-29 01:05:59 | CSIRO-enviro-informatics/asgs-dataset | https://api.github.com/repos/CSIRO-enviro-informatics/asgs-dataset | closed | Convert ASGS data to use simplified/aligned version of the ontology | Priority: Medium enhancement | https://github.com/CSIRO-enviro-informatics/loci.cat/wiki/Simplifying-the-initial-ontologies describes a simplification of the ASGS datasets to match a more unified Loc-I ontology pattern. The goal is to simplify/harmonize the SPARQL queries.
The transformations required are illustrated by-example as follows.
Original form:
```
<http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000>
rdf:type asgs:MeshBlock ;
rdf:type geo:Feature ;
asgs:category "Primary Production" ;
asgs:mbCode2016 "20663970000" ;
geox:hasAreaM2 [
data:value 58387600.000000007450580596923828125 ;
ns21:crs <http://www.opengis.net/def/crs/EPSG/0/3577> ;
] ;
geox:hasAreaM2 [
data:value 95157257.606680378 ;
ns21:crs <http://www.opengis.net/def/crs/EPSG/0/3857> ;
] ;
reg:register <http://linked.data.gov.au/dataset/asgs2016/meshblock/> ;
geo:hasGeometry [
rdf:type geo:Geometry ;
geo:asGML """<gml:MultiSurface ..."""^^geo:gmlLiteral ;
] ;
.
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801>
rdf:type asgs:StatisticalAreaLevel1 ;
rdf:type geo:Feature ;
asgs:isStatisticalAreaLevel1Of <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> ;
asgs:sa1Maincode2016 "20503108801" ;
asgs:statisticalArea1Sa111DigitCode "20503108801" ;
.
```
Preferred form
1. `asgs:category` → `dcterms:type` whose object is a URI denoting a concept
2. `asgs:mbCode2016` etc → `dcterms:identifier` with a specific literal datatype
3. `asgs:isStatisticalAreaLevel1Of` etc → `geo:sfContains` and add matching `geo:sfWithin` for the inverse case
4. `reg:register` → `loci:isMemberOf` and inverse
5. type of geometry is explicit _or_ geometry is externalized
```
<http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000>
rdf:type asgs:MeshBlock ;
rdf:type asgs:Feature ;
rdf:type geo:Feature ;
geox:hasAreaM2 [
data:value 58387600.000000007450580596923828125 ;
qb4st:crs <http://www.opengis.net/def/crs/EPSG/0/3577> ;
] ;
geox:hasAreaM2 [
data:value 95157257.606680378 ;
qb4st:crs <http://www.opengis.net/def/crs/EPSG/0/3857> ;
] ;
loci:isMemberOf <http://linked.data.gov.au/dataset/asgs2016/meshblock/> ;
dcterms:identifier "20663970000"^^asgs-id:mbCode2016 ;
dcterms:type asgs-cat:primary-production ;
geo:hasGeometry [
rdf:type sf:MultiSurface ;
geo:asGML """<gml:MultiSurface ..."""^^geo:gmlLiteral ;
] ;
geo:hasGeometry <http://gds.loci.cat/geometry/asgs16_mb/20663970000> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/stateorterritory/2> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801> ;
.
<http://linked.data.gov.au/dataset/asgs2016/meshblock/> a loci:Dataset , a rdf:Bag ;
rdfs:member <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> .
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801>
a asgs:Feature ;
a asgs:StatisticalAreaLevel1 ;
a geo:Feature ;
loci:isMemberOf <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/> ;
dcterms:identifier "20503108801"^^asgs-id:sa1Maincode2016 ;
dcterms:identifier "20503108801"^^asgs-id:statisticalArea1Sa111DigitCode ;
geo:hasGeometry <http://gds.loci.cat/geometry/asgs16_sa1/20503108801> ;
geo:sfContains <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/stateorterritory/2> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel2/205031088> ;
.
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/> a loci:Dataset , a rdf:Bag ;
rdfs:member <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801> .
``` | 1.0 | Convert ASGS data to use simplified/aligned version of the ontology - https://github.com/CSIRO-enviro-informatics/loci.cat/wiki/Simplifying-the-initial-ontologies describes a simplification of the ASGS datasets to match a more unified Loc-I ontology pattern. The goal is to simplify/harmonize the SPARQL queries.
The transformations required are illustrated by-example as follows.
Original form:
```
<http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000>
rdf:type asgs:MeshBlock ;
rdf:type geo:Feature ;
asgs:category "Primary Production" ;
asgs:mbCode2016 "20663970000" ;
geox:hasAreaM2 [
data:value 58387600.000000007450580596923828125 ;
ns21:crs <http://www.opengis.net/def/crs/EPSG/0/3577> ;
] ;
geox:hasAreaM2 [
data:value 95157257.606680378 ;
ns21:crs <http://www.opengis.net/def/crs/EPSG/0/3857> ;
] ;
reg:register <http://linked.data.gov.au/dataset/asgs2016/meshblock/> ;
geo:hasGeometry [
rdf:type geo:Geometry ;
geo:asGML """<gml:MultiSurface ..."""^^geo:gmlLiteral ;
] ;
.
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801>
rdf:type asgs:StatisticalAreaLevel1 ;
rdf:type geo:Feature ;
asgs:isStatisticalAreaLevel1Of <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> ;
asgs:sa1Maincode2016 "20503108801" ;
asgs:statisticalArea1Sa111DigitCode "20503108801" ;
.
```
Preferred form
1. `asgs:category` → `dcterms:type` whose object is a URI denoting a concept
2. `asgs:mbCode2016` etc → `dcterms:identifier` with a specific literal datatype
3. `asgs:isStatisticalAreaLevel1Of` etc → `geo:sfContains` and add matching `geo:sfWithin` for the inverse case
4. `reg:register` → `loci:isMemberOf` and inverse
5. type of geometry is explicit _or_ geometry is externalized
```
<http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000>
rdf:type asgs:MeshBlock ;
rdf:type asgs:Feature ;
rdf:type geo:Feature ;
geox:hasAreaM2 [
data:value 58387600.000000007450580596923828125 ;
qb4st:crs <http://www.opengis.net/def/crs/EPSG/0/3577> ;
] ;
geox:hasAreaM2 [
data:value 95157257.606680378 ;
qb4st:crs <http://www.opengis.net/def/crs/EPSG/0/3857> ;
] ;
loci:isMemberOf <http://linked.data.gov.au/dataset/asgs2016/meshblock/> ;
dcterms:identifier "20663970000"^^asgs-id:mbCode2016 ;
dcterms:type asgs-cat:primary-production ;
geo:hasGeometry [
rdf:type sf:MultiSurface ;
geo:asGML """<gml:MultiSurface ..."""^^geo:gmlLiteral ;
] ;
geo:hasGeometry <http://gds.loci.cat/geometry/asgs16_mb/20663970000> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/stateorterritory/2> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801> ;
.
<http://linked.data.gov.au/dataset/asgs2016/meshblock/> a loci:Dataset , a rdf:Bag ;
rdfs:member <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> .
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801>
a asgs:Feature ;
a asgs:StatisticalAreaLevel1 ;
a geo:Feature ;
loci:isMemberOf <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/> ;
dcterms:identifier "20503108801"^^asgs-id:sa1Maincode2016 ;
dcterms:identifier "20503108801"^^asgs-id:statisticalArea1Sa111DigitCode ;
geo:hasGeometry <http://gds.loci.cat/geometry/asgs16_sa1/20503108801> ;
geo:sfContains <http://linked.data.gov.au/dataset/asgs2016/meshblock/20663970000> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/stateorterritory/2> ;
geo:sfWithin <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel2/205031088> ;
.
<http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/> a loci:Dataset , a rdf:Bag ;
rdfs:member <http://linked.data.gov.au/dataset/asgs2016/statisticalarealevel1/20503108801> .
``` | priority | convert asgs data to use simplified aligned version of the ontology describes a simplification of the asgs datasets to match a more unified loc i ontology pattern the goal is to simplify harmonize the sparql queries the transformations required are illustrated by example as follows original form rdf type asgs meshblock rdf type geo feature asgs category primary production asgs geox data value crs geox data value crs reg register geo hasgeometry rdf type geo geometry geo asgml gml multisurface geo gmlliteral rdf type asgs rdf type geo feature asgs asgs asgs preferred form asgs category → dcterms type whose object is a uri denoting a concept asgs etc → dcterms identifier with a specific literal datatype asgs etc → geo sfcontains and add matching geo sfwithin for the inverse case reg register → loci ismemberof and inverse type of geometry is explicit or geometry is externalized rdf type asgs meshblock rdf type asgs feature rdf type geo feature geox data value crs geox data value crs loci ismemberof dcterms identifier asgs id dcterms type asgs cat primary production geo hasgeometry rdf type sf multisurface geo asgml gml multisurface geo gmlliteral geo hasgeometry geo sfwithin geo sfwithin a loci dataset a rdf bag rdfs member a asgs feature a asgs a geo feature loci ismemberof dcterms identifier asgs id dcterms identifier asgs id geo hasgeometry geo sfcontains geo sfwithin geo sfwithin a loci dataset a rdf bag rdfs member | 1 |
166,270 | 6,301,520,589 | IssuesEvent | 2017-07-21 08:22:53 | metoppv/improver | https://api.github.com/repos/metoppv/improver | opened | Adaptive neighbourhood infrastructure | Category: User Story Priority: Medium | As the product owner I would like to be able to define appropriate neighbourhood sizes at every grid square on-the-fly so that they are more appropriate for the weather of the day
Related issues: Epic #134
This issue will set up the infrastructure to compare each member against every other member for multiple forecast lead times. That is 66 comparisons for 12 members, which will produce a cube with x,y,n, (t) dimensions with x,y being the grid squares in the horizontal, n being the number of comparisons (66 for 12 members) and t being the forecast lead time.
Acceptance criteria:
* CLI to run the algorithm developed in #199
* Tests for the CLI
* Suite task to use the CLI.
| 1.0 | Adaptive neighbourhood infrastructure - As the product owner I would like to be able to define appropriate neighbourhood sizes at every grid square on-the-fly so that they are more appropriate for the weather of the day
Related issues: Epic #134
This issue will set up the infrastructure to compare each member against every other member for multiple forecast lead times. That is 66 comparisons for 12 members, which will produce a cube with x,y,n, (t) dimensions with x,y being the grid squares in the horizontal, n being the number of comparisons (66 for 12 members) and t being the forecast lead time.
Acceptance criteria:
* CLI to run the algorithm developed in #199
* Tests for the CLI
* Suite task to use the CLI.
| priority | adaptive neighbourhood infrastructure as the product owner i would like to be able to define appropriate neighbourhood sizes at every grid square on the fly so that they are more appropriate for the weather of the day related issues epic this issue will set up the infrastructure to compare each member against every other member for multiple forecast lead times that is comparisons for members which will produce a cube with x y n t dimensions with x y being the grid squares in the horizontal n being the number of comparisons for members and t being the forecast lead time acceptance criteria cli to run the algorithm developed in tests for the cli suite task to use the cli | 1 |
450,718 | 13,018,473,458 | IssuesEvent | 2020-07-26 17:31:11 | topcoder-platform/u-bahn-app | https://api.github.com/repos/topcoder-platform/u-bahn-app | closed | Distance in the bottom of "Edit profile" popup is wide compared to CUSTOM ATTRIBUTES | bug medium priority | **Reproduction Steps:**
1. Open the application
2. On "Search" tab, click on "Edit" icon then observe distance in the bottom of "Edit profile" popup
**Screenshot/screencast:**
https://drive.google.com/drive/folders/1i2BjLn0DJJ8ZSWNKD93yRrDLCDoTWVVS?fbclid=IwAR2pD3gYGvZcsncY7T4ewgF1IEi-61WkcDjy_Rs7N6WIH86KnWvGCSpOFdU
**Actual Result:** Distance in the bottom of "Edit profile" popup is wide compared to CUSTOM ATTRIBUTES
**Expected Result:** Should expand area for CUSTOM ATTRIBUTES and Distance in the bottom of "Edit profile" popup will be small
**Device/OS:** Laptop | Windows 10 (64bit)
**Browser Information:** IE11 , Google Chrome 83.0.4103.116, Firefox 78.0.2 | 1.0 | Distance in the bottom of "Edit profile" popup is wide compared to CUSTOM ATTRIBUTES - **Reproduction Steps:**
1. Open the application
2. On "Search" tab, click on "Edit" icon then observe distance in the bottom of "Edit profile" popup
**Screenshot/screencast:**
https://drive.google.com/drive/folders/1i2BjLn0DJJ8ZSWNKD93yRrDLCDoTWVVS?fbclid=IwAR2pD3gYGvZcsncY7T4ewgF1IEi-61WkcDjy_Rs7N6WIH86KnWvGCSpOFdU
**Actual Result:** Distance in the bottom of "Edit profile" popup is wide compared to CUSTOM ATTRIBUTES
**Expected Result:** Should expand area for CUSTOM ATTRIBUTES and Distance in the bottom of "Edit profile" popup will be small
**Device/OS:** Laptop | Windows 10 (64bit)
**Browser Information:** IE11 , Google Chrome 83.0.4103.116, Firefox 78.0.2 | priority | distance in the bottom of edit profile popup is wide compared to custom attributes reproduction steps open the application on search tab click on edit icon then observe distance in the bottom of edit profile popup screenshot screencast actual result distance in the bottom of edit profile popup is wide compared to custom attributes expected result should expand area for custom attributes and distance in the bottom of edit profile popup will be small device os laptop windows browser information google chrome firefox | 1 |
763,125 | 26,746,163,956 | IssuesEvent | 2023-01-30 16:07:53 | Unity-Technologies/com.unity.netcode.gameobjects | https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects | closed | Custom messages are not processed when sending to oneself | type:bug priority:medium stat:backlog stat:imported | **Describe the bug**
Custom messages are ignored on the host when the receiving ID is the host itself.
**To Reproduce**
1. Start hosting.
2. Register a custom message handler with a `Debug.Log("I expect to see this!");`
3. Send a custom message to `NetworkManager.Singleton.ServerClientId`.
**Actual outcome**
The log message will not appear. The custom message from client ID 0 to client ID 0 (itself) was ignored.
**Expected outcome**
Since the host is both a client and a server I expect it to process all custom messages. It makes testing with a single client & server in 1 window much easier.
**Environment (please complete the following information):**
- OS: Windows 10
- Unity Version: 2022.1.0b1.2470
- Netcode Version: v1.0.0-pre3
| 1.0 | Custom messages are not processed when sending to oneself - **Describe the bug**
Custom messages are ignored on the host when the receiving ID is the host itself.
**To Reproduce**
1. Start hosting.
2. Register a custom message handler with a `Debug.Log("I expect to see this!");`
3. Send a custom message to `NetworkManager.Singleton.ServerClientId`.
**Actual outcome**
The log message will not appear. The custom message from client ID 0 to client ID 0 (itself) was ignored.
**Expected outcome**
Since the host is both a client and a server I expect it to process all custom messages. It makes testing with a single client & server in 1 window much easier.
**Environment (please complete the following information):**
- OS: Windows 10
- Unity Version: 2022.1.0b1.2470
- Netcode Version: v1.0.0-pre3
| priority | custom messages are not processed when sending to oneself describe the bug custom messages are ignored on the host when the receiving id is the host itself to reproduce start hosting register a custom message handler with a debug log i expect to see this send a custom message to networkmanager singleton serverclientid actual outcome the log message will not appear the custom message from client id to client id itself was ignored expected outcome since the host is both a client and a server i expect it to process all custom messages it makes testing with a single client server in window much easier environment please complete the following information os windows unity version netcode version | 1 |
69,523 | 3,305,010,474 | IssuesEvent | 2015-11-04 01:07:36 | cs2103aug2015-w09-4j/main | https://api.github.com/repos/cs2103aug2015-w09-4j/main | closed | A user can be reminded that a time slot has been taken if he tries to add a task | priority.medium type.story | so that the user will not experience time clashes due to poor planning | 1.0 | A user can be reminded that a time slot has been taken if he tries to add a task - so that the user will not experience time clashes due to poor planning | priority | a user can be reminded that a time slot has been taken if he tries to add a task so that the user will not experience time clashes due to poor planning | 1 |
484,110 | 13,934,487,011 | IssuesEvent | 2020-10-22 10:05:54 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Exclude JS From Defer via Admin Panel | community feature request module: file optimization priority: medium | When working even on a moderately complicated website's often times there is a JS file that needs to be excluded from being combined. Often times a JS is also in need of being excluded from defer but the current method is a bit cumbersome.
Currently, if I run into an issue with defer / combine I have to exclude the file from being combined in the admin panel. Then I need to exclude the file from being deferred via PHP. This is a bit annoying when attempting to diagnose what JS needs to be excluded.
For instance, I am working on a site powered by WP Job Manager / Listify I need to exclude many files from combine AND defer to help determine what the problem child is. But being able to do half of the ignoring from the admin panel and the rest requiring me to add via PHP is becoming a bit tedious.
There is already an area to exclude both inline JS as well as files but being able to exclude JS files from defer in a similar fashion would make this substantially easier.
I also don't think this option should be merged into the existing "Excluded JavaScript Files" option for a couple of reasons. Many times a file can still be minified but just isn't able to be deferred. On the flip side, many times a JS file can be deferred but it can't be merged (oftentimes this happens with 3rd party JS). | 1.0 | Exclude JS From Defer via Admin Panel - When working even on a moderately complicated website's often times there is a JS file that needs to be excluded from being combined. Often times a JS is also in need of being excluded from defer but the current method is a bit cumbersome.
Currently, if I run into an issue with defer / combine I have to exclude the file from being combined in the admin panel. Then I need to exclude the file from being deferred via PHP. This is a bit annoying when attempting to diagnose what JS needs to be excluded.
For instance, I am working on a site powered by WP Job Manager / Listify I need to exclude many files from combine AND defer to help determine what the problem child is. But being able to do half of the ignoring from the admin panel and the rest requiring me to add via PHP is becoming a bit tedious.
There is already an area to exclude both inline JS as well as files but being able to exclude JS files from defer in a similar fashion would make this substantially easier.
I also don't think this option should be merged into the existing "Excluded JavaScript Files" option for a couple of reasons. Many times a file can still be minified but just isn't able to be deferred. On the flip side, many times a JS file can be deferred but it can't be merged (oftentimes this happens with 3rd party JS). | priority | exclude js from defer via admin panel when working even on a moderately complicated website s often times there is a js file that needs to be excluded from being combined often times a js is also in need of being excluded from defer but the current method is a bit cumbersome currently if i run into an issue with defer combine i have to exclude the file from being combined in the admin panel then i need to exclude the file from being deferred via php this is a bit annoying when attempting to diagnose what js needs to be excluded for instance i am working on a site powered by wp job manager listify i need to exclude many files from combine and defer to help determine what the problem child is but being able to do half of the ignoring from the admin panel and the rest requiring me to add via php is becoming a bit tedious there is already an area to exclude both inline js as well as files but being able to exclude js files from defer in a similar fashion would make this substantially easier i also don t think this option should be merged into the existing excluded javascript files option for a couple of reasons many times a file can still be minified but just isn t able to be deferred on the flip side many times a js file can be deferred but it can t be merged oftentimes this happens with party js | 1 |
792,867 | 27,976,064,896 | IssuesEvent | 2023-03-25 15:49:18 | AY2223S2-CS2113T-T09-1/tp | https://api.github.com/repos/AY2223S2-CS2113T-T09-1/tp | closed | Filter command -in -out flags | bug priority:Medium severity:Low | filter -in -out will provide the outflow. This input should be considered wrong | 1.0 | Filter command -in -out flags - filter -in -out will provide the outflow. This input should be considered wrong | priority | filter command in out flags filter in out will provide the outflow this input should be considered wrong | 1 |
397,182 | 11,724,887,235 | IssuesEvent | 2020-03-10 11:52:43 | deora-earth/rosebudDAO | https://api.github.com/repos/deora-earth/rosebudDAO | closed | New Dashboard Button | 02 Medium Priority enhancement | describe content
scope - what do you mean by this - what is affected by this change | 1.0 | New Dashboard Button - describe content
scope - what do you mean by this - what is affected by this change | priority | new dashboard button describe content scope what do you mean by this what is affected by this change | 1 |
160,522 | 6,099,205,400 | IssuesEvent | 2017-06-20 09:29:54 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | Generic code can cause attempts to use constructors for unrelated types to fail | Medium Priority Static[T] | the code
``` nimrod
type TMatrix[N,M: static[int], T] = object
data: array[0..M*N-1, T]
type TMat4f = TMatrix[4,4,float32]
type TVec3f = TMatrix[1,3,float32]
type TVec4f = TMatrix[1,4,float32]
type TVec[N: static[int]; T] = TMatrix[N,1,T]
proc dot*(a, b: TVec): TVec.T =
#assert(a.data.len == b.data.len)
for i in 1..a.data.len:
result += a.data[i-1] * b.data[i-1]
proc row*(a: TMatrix; i: int): auto =
result = TVec[TMatrix.M, TMatrix.T]()
for idx in 1..TMatrix.M:
result.data[idx-1] = a.data[(TMatrix.N * (idx-1)) + (i-1)]
proc col*(a: TMatrix; j: int): auto =
result = TVec[TMatrix.N, TMatrix.T]()
for idx in 1..TMatrix.N:
result.data[idx] = a.data[(TMatrix.N * (j-1)) + (idx-1)]
proc mul*(a: TMat4f; b: TMat4f): TMat4f =
for i in 1..4:
for j in 1..4:
result.data[(4 * (j-1)) + (i-1)] = dot(row(a,i), col(b,j))
var test = TVec4f(data: [1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32])
```
fails with the error
```
tconstruct.nim(24, 17) Error: internal error: genObjConstr
No stack traceback available
```
if test is changed to be a TVec3f then the code works, but it fails again if a mul proc is defined for TMat3f
| 1.0 | Generic code can cause attempts to use constructors for unrelated types to fail - the code
``` nimrod
type TMatrix[N,M: static[int], T] = object
data: array[0..M*N-1, T]
type TMat4f = TMatrix[4,4,float32]
type TVec3f = TMatrix[1,3,float32]
type TVec4f = TMatrix[1,4,float32]
type TVec[N: static[int]; T] = TMatrix[N,1,T]
proc dot*(a, b: TVec): TVec.T =
#assert(a.data.len == b.data.len)
for i in 1..a.data.len:
result += a.data[i-1] * b.data[i-1]
proc row*(a: TMatrix; i: int): auto =
result = TVec[TMatrix.M, TMatrix.T]()
for idx in 1..TMatrix.M:
result.data[idx-1] = a.data[(TMatrix.N * (idx-1)) + (i-1)]
proc col*(a: TMatrix; j: int): auto =
result = TVec[TMatrix.N, TMatrix.T]()
for idx in 1..TMatrix.N:
result.data[idx] = a.data[(TMatrix.N * (j-1)) + (idx-1)]
proc mul*(a: TMat4f; b: TMat4f): TMat4f =
for i in 1..4:
for j in 1..4:
result.data[(4 * (j-1)) + (i-1)] = dot(row(a,i), col(b,j))
var test = TVec4f(data: [1.0'f32, 1.0'f32, 1.0'f32, 1.0'f32])
```
fails with the error
```
tconstruct.nim(24, 17) Error: internal error: genObjConstr
No stack traceback available
```
if test is changed to be a TVec3f then the code works, but it fails again if a mul proc is defined for TMat3f
| priority | generic code can cause attempts to use constructors for unrelated types to fail the code nimrod type tmatrix t object data array type tmatrix type tmatrix type tmatrix type tvec t tmatrix proc dot a b tvec tvec t assert a data len b data len for i in a data len result a data b data proc row a tmatrix i int auto result tvec for idx in tmatrix m result data a data proc col a tmatrix j int auto result tvec for idx in tmatrix n result data a data proc mul a b for i in for j in result data dot row a i col b j var test data fails with the error tconstruct nim error internal error genobjconstr no stack traceback available if test is changed to be a then the code works but it fails again if a mul proc is defined for | 1 |
579,884 | 17,199,766,957 | IssuesEvent | 2021-07-17 01:55:56 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | logger: Filesystem backend doesn't work except for first time boot | area: Logging bug priority: medium | **Describe the bug**
After activating `LOG_BACKEND_FS`, `CONFIG_FILE_SYSTEM_LITTLEFS` and their dependencies, it worked as expected on the very first time boot (clean storage partition).
The problem is after rebooting the board, nothing new got saved to the log file created from the first time boot nor a new file created. as if logging to filesystem is completely stopped.
**What have you tried to diagnose or workaround this issue?**
I tried to do some debugging, and I found that adding `fs_seek(&file, 0, FS_SEEK_END);` just before https://github.com/zephyrproject-rtos/zephyr/blob/882600834e80d2d3d5db4e61d72f63a8bd997fcc/subsys/logging/log_backend_fs.c#L177 make things work. but I think this is not the right way to do it.
After adding the workaround above, makes the logging backend create a new file on each reboot, instead of appending to the old one till it reaches the `CONFIG_LOG_BACKEND_FS_FILE_SIZE`. that also breaks the limit `CONFIG_LOG_BACKEND_FS_FILES_LIMIT`, I end up getting 3 files after 3 or more reboots
```
log.0000
log.000x
log.000(x+1)
```
**To Reproduce**
Steps to reproduce the behavior:
1. replace the content of `zephyr\samples\hello_world\src\main.c` with the following sample code:
```
#include <zephyr.h>
#include <sys/printk.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG);
void main(void)
{
int x = 0;
while (x < 20)
{
k_sleep(K_MSEC(200));
LOG_INF("Hello World! %s %d", CONFIG_BOARD, x++);
}
}
```
2. west build -b stm32f769i_disco ./samples/hello_world
3. `west build -b stm32f769i_disco -t menuconfig` and use the attached .config below
4. flash
**Expected behavior**
A clear and concise description of what you expected to happen.
**Impact**
showstopper
**Environment (please complete the following information):**
- Board STM32F769i_Disco
- Windows
- Zephyr SDK
- main@https://github.com/zephyrproject-rtos/zephyr/commit/882600834e80d2d3d5db4e61d72f63a8bd997fcc
**Additional context**
<details>
<summary>My .config</summary>
```
CONFIG_GPIO=y
# CONFIG_SPI is not set
# CONFIG_I2C is not set
# CONFIG_KSCAN is not set
# CONFIG_WIFI is not set
# CONFIG_MODEM is not set
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BOARD="stm32f769i_disco"
CONFIG_SOC="stm32f769xx"
CONFIG_SOC_SERIES="stm32f7"
CONFIG_NUM_IRQS=110
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=216000000
CONFIG_HEAP_MEM_POOL_SIZE=256
CONFIG_ROM_START_OFFSET=0
# CONFIG_WATCHDOG is not set
# CONFIG_UART_NS16550 is not set
# CONFIG_PM is not set
# CONFIG_PM_DEVICE is not set
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_CLOCK_CONTROL=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
CONFIG_BUILD_OUTPUT_HEX=y
# CONFIG_FPU is not set
CONFIG_FLASH_SIZE=2048
CONFIG_FLASH_BASE_ADDRESS=0x8000000
# CONFIG_GPIO_MCUX is not set
# CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
# CONFIG_TINYCRYPT is not set
CONFIG_PINMUX_INIT_PRIORITY=45
CONFIG_SERIAL=y
# CONFIG_UART_PL011 is not set
CONFIG_CLOCK_CONTROL_STM32_CUBE=y
CONFIG_UART_STM32=y
CONFIG_GPIO_STM32=y
CONFIG_PINMUX_STM32=y
# CONFIG_SRAM_VECTOR_TABLE is not set
#
# Modules
#
#
# Available modules.
#
#
# hal_nordic (D:githubzephyrmoduleshalnordic)
#
CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
# end of hal_nordic (D:githubzephyrmoduleshalnordic)
#
# loramac-node (D:githubzephyrmoduleslibloramac-node)
#
CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
# CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
# end of loramac-node (D:githubzephyrmoduleslibloramac-node)
#
# lz4 (D:githubzephyrmodulesliblz4)
#
CONFIG_ZEPHYR_LZ4_MODULE=y
# CONFIG_LZ4 is not set
# end of lz4 (D:githubzephyrmodulesliblz4)
#
# mbedtls (D:githubzephyrmodulescryptombedtls)
#
CONFIG_ZEPHYR_MBEDTLS_MODULE=y
# CONFIG_MBEDTLS is not set
# end of mbedtls (D:githubzephyrmodulescryptombedtls)
#
# nanopb (D:githubzephyrmoduleslibnanopb)
#
CONFIG_ZEPHYR_NANOPB_MODULE=y
# CONFIG_NANOPB is not set
# end of nanopb (D:githubzephyrmoduleslibnanopb)
#
# sof (D:githubzephyrmodulesaudiosof)
#
# CONFIG_DEBUG is not set
CONFIG_ZEPHYR_SOF_MODULE=y
# end of sof (D:githubzephyrmodulesaudiosof)
#
# tensorflow (D:githubzephyrmoduleslibtensorflow)
#
# CONFIG_TENSORFLOW_LITE_MICRO is not set
CONFIG_ZEPHYR_TENSORFLOW_MODULE=y
# end of tensorflow (D:githubzephyrmoduleslibtensorflow)
#
# TraceRecorder (D:githubzephyrmodulesdebugTraceRecorder)
#
CONFIG_ZEPHYR_TRACERECORDER_MODULE=y
# end of TraceRecorder (D:githubzephyrmodulesdebugTraceRecorder)
#
# trusted-firmware-m (D:githubzephyrmodulesteetfm)
#
CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
# end of trusted-firmware-m (D:githubzephyrmodulesteetfm)
#
# Optional modules. Make sure they're installed, via the project manifest.
#
# CONFIG_CANOPENNODE is not set
# CONFIG_CIVETWEB is not set
CONFIG_HAS_CMSIS_CORE=y
CONFIG_HAS_CMSIS_CORE_M=y
# CONFIG_LIBMETAL is not set
# CONFIG_HAS_MEC_HAL is not set
# CONFIG_OPENAMP is not set
# CONFIG_SOF is not set
CONFIG_HAS_STM32CUBE=y
CONFIG_USE_STM32_HAL_QSPI=y
CONFIG_USE_STM32_LL_UTILS=y
# CONFIG_MIPI_SYST_LIB is not set
# CONFIG_TINYCBOR is not set
# CONFIG_MCUBOOT_BOOTUTIL_LIB is not set
#
# Unavailable modules, please install those via the project manifest.
#
# end of Modules
CONFIG_BOARD_STM32F769I_DISCO=y
#
# Board Options
#
# end of Board Options
# CONFIG_SOC_SERIES_BEETLE is not set
# CONFIG_SOC_SERIES_ARM_DESIGNSTART is not set
# CONFIG_SOC_SERIES_MPS2 is not set
# CONFIG_SOC_SERIES_MPS3 is not set
# CONFIG_SOC_SERIES_MUSCA_B1 is not set
# CONFIG_SOC_SERIES_MUSCA_S1 is not set
# CONFIG_SOC_SERIES_SAMD20 is not set
# CONFIG_SOC_SERIES_SAMD21 is not set
# CONFIG_SOC_SERIES_SAMD51 is not set
# CONFIG_SOC_SERIES_SAME51 is not set
# CONFIG_SOC_SERIES_SAME53 is not set
# CONFIG_SOC_SERIES_SAME54 is not set
# CONFIG_SOC_SERIES_SAMR21 is not set
# CONFIG_SOC_SERIES_SAM3X is not set
# CONFIG_SOC_SERIES_SAM4E is not set
# CONFIG_SOC_SERIES_SAM4L is not set
# CONFIG_SOC_SERIES_SAM4S is not set
# CONFIG_SOC_SERIES_SAME70 is not set
# CONFIG_SOC_SERIES_SAMV71 is not set
# CONFIG_SOC_SERIES_VALKYRIE is not set
# CONFIG_SOC_SERIES_VIPER is not set
# CONFIG_SOC_SERIES_PSOC62 is not set
# CONFIG_SOC_SERIES_PSOC63 is not set
# CONFIG_SOC_SERIES_XMC_4XXX is not set
# CONFIG_SOC_SERIES_MEC1501X is not set
# CONFIG_SOC_SERIES_MEC1701X is not set
# CONFIG_SOC_SERIES_NRF51X is not set
# CONFIG_SOC_SERIES_NRF52X is not set
# CONFIG_SOC_SERIES_NRF53X is not set
# CONFIG_SOC_SERIES_NRF91X is not set
# CONFIG_SOC_SERIES_M48X is not set
# CONFIG_SOC_SERIES_NPCX7 is not set
# CONFIG_SOC_SERIES_NPCX9 is not set
# CONFIG_SOC_SERIES_IMX_6X_M4 is not set
# CONFIG_SOC_SERIES_IMX7_M4 is not set
# CONFIG_SOC_SERIES_IMX8MM_M4 is not set
# CONFIG_SOC_SERIES_IMX_RT6XX is not set
# CONFIG_SOC_SERIES_IMX_RT is not set
# CONFIG_SOC_SERIES_KINETIS_K2X is not set
# CONFIG_SOC_SERIES_KINETIS_K6X is not set
# CONFIG_SOC_SERIES_KINETIS_K8X is not set
# CONFIG_SOC_SERIES_KINETIS_KE1XF is not set
# CONFIG_SOC_SERIES_KINETIS_KL2X is not set
# CONFIG_SOC_SERIES_KINETIS_KV5X is not set
# CONFIG_SOC_SERIES_KINETIS_KWX is not set
# CONFIG_SOC_SERIES_LPC11U6X is not set
# CONFIG_SOC_SERIES_LPC54XXX is not set
# CONFIG_SOC_SERIES_LPC55XXX is not set
# CONFIG_SOC_EOS_S3 is not set
# CONFIG_SOC_SERIES_RCAR_GEN3 is not set
# CONFIG_SOC_SERIES_EFM32GG11B is not set
# CONFIG_SOC_SERIES_EFM32HG is not set
# CONFIG_SOC_SERIES_EFM32JG12B is not set
# CONFIG_SOC_SERIES_EFM32PG12B is not set
# CONFIG_SOC_SERIES_EFM32PG1B is not set
# CONFIG_SOC_SERIES_EFM32WG is not set
# CONFIG_SOC_SERIES_EFR32BG13P is not set
# CONFIG_SOC_SERIES_EFR32FG13P is not set
# CONFIG_SOC_SERIES_EFR32FG1P is not set
# CONFIG_SOC_SERIES_EFR32MG12P is not set
# CONFIG_SOC_SERIES_EFR32MG21 is not set
# CONFIG_SOC_SERIES_STM32F0X is not set
# CONFIG_SOC_SERIES_STM32F1X is not set
# CONFIG_SOC_SERIES_STM32F2X is not set
# CONFIG_SOC_SERIES_STM32F3X is not set
# CONFIG_SOC_SERIES_STM32F4X is not set
CONFIG_SOC_SERIES_STM32F7X=y
# CONFIG_SOC_SERIES_STM32G0X is not set
# CONFIG_SOC_SERIES_STM32G4X is not set
# CONFIG_SOC_SERIES_STM32H7X is not set
# CONFIG_SOC_SERIES_STM32L0X is not set
# CONFIG_SOC_SERIES_STM32L1X is not set
# CONFIG_SOC_SERIES_STM32L4X is not set
# CONFIG_SOC_SERIES_STM32L5X is not set
# CONFIG_SOC_SERIES_STM32MP1X is not set
# CONFIG_SOC_SERIES_STM32WBX is not set
# CONFIG_SOC_SERIES_STM32WLX is not set
# CONFIG_SOC_TI_LM3S6965 is not set
# CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set
# CONFIG_SOC_SERIES_CC32XX is not set
# CONFIG_SOC_SERIES_MSP432P4XX is not set
# CONFIG_SOC_XILINX_ZYNQMP_RPU is not set
#
# Hardware Configuration
#
CONFIG_CPU_HAS_ARM_MPU=y
CONFIG_HAS_SWO=y
CONFIG_SOC_FAMILY="st_stm32"
CONFIG_SOC_FAMILY_STM32=y
# CONFIG_STM32_BACKUP_SRAM is not set
# CONFIG_SOC_STM32F723XX is not set
# CONFIG_SOC_STM32F745XX is not set
# CONFIG_SOC_STM32F746XX is not set
# CONFIG_SOC_STM32F756XX is not set
# CONFIG_SOC_STM32F767XX is not set
CONFIG_SOC_STM32F769XX=y
# CONFIG_SOC_LOG_LEVEL_OFF is not set
# CONFIG_SOC_LOG_LEVEL_ERR is not set
# CONFIG_SOC_LOG_LEVEL_WRN is not set
CONFIG_SOC_LOG_LEVEL_INF=y
# CONFIG_SOC_LOG_LEVEL_DBG is not set
CONFIG_SOC_LOG_LEVEL=3
# end of Hardware Configuration
#
# ARM Options
#
CONFIG_ARCH="arm"
CONFIG_CPU_CORTEX=y
# CONFIG_CODE_DATA_RELOCATION is not set
# CONFIG_CODE_DATA_RELOCATION_SRAM is not set
CONFIG_CPU_CORTEX_M=y
CONFIG_ISA_THUMB2=y
CONFIG_ASSEMBLER_ISA_THUMB2=y
CONFIG_COMPILER_ISA_THUMB2=y
CONFIG_STACK_ALIGN_DOUBLE_WORD=y
# CONFIG_RUNTIME_NMI is not set
# CONFIG_PLATFORM_SPECIFIC_INIT is not set
CONFIG_FAULT_DUMP=2
CONFIG_ARM_STACK_PROTECTION=y
CONFIG_CPU_CORTEX_M7=y
CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
CONFIG_CPU_CORTEX_M_HAS_DWT=y
CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
CONFIG_CPU_CORTEX_M_HAS_VTOR=y
CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
CONFIG_ARMV7_M_ARMV8_M_FP=y
#
# ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
#
CONFIG_GEN_ISR_TABLES=y
# CONFIG_ZERO_LATENCY_IRQS is not set
# CONFIG_SW_VECTOR_RELAY is not set
# CONFIG_CORTEX_M_DWT is not set
CONFIG_TEST_EXTRA_STACKSIZE=0
# end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
# CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
# CONFIG_NULL_POINTER_EXCEPTION_DETECTION_MPU is not set
CONFIG_GEN_IRQ_VECTOR_TABLE=y
CONFIG_ARM_MPU=y
CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
CONFIG_MPU_STACK_GUARD=y
CONFIG_MPU_ALLOW_FLASH_WRITE=y
# CONFIG_CUSTOM_SECTION_ALIGN is not set
CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
# end of ARM Options
CONFIG_ARM=y
CONFIG_ARCH_IS_SET=y
#
# General Architecture Options
#
# CONFIG_ARCH_LOG_LEVEL_OFF is not set
# CONFIG_ARCH_LOG_LEVEL_ERR is not set
# CONFIG_ARCH_LOG_LEVEL_WRN is not set
CONFIG_ARCH_LOG_LEVEL_INF=y
# CONFIG_ARCH_LOG_LEVEL_DBG is not set
CONFIG_ARCH_LOG_LEVEL=3
# CONFIG_MPU_LOG_LEVEL_OFF is not set
# CONFIG_MPU_LOG_LEVEL_ERR is not set
# CONFIG_MPU_LOG_LEVEL_WRN is not set
CONFIG_MPU_LOG_LEVEL_INF=y
# CONFIG_MPU_LOG_LEVEL_DBG is not set
CONFIG_MPU_LOG_LEVEL=3
CONFIG_SRAM_SIZE=384
CONFIG_SRAM_BASE_ADDRESS=0x20020000
CONFIG_HW_STACK_PROTECTION=y
# CONFIG_USERSPACE is not set
CONFIG_PRIVILEGED_STACK_SIZE=1024
CONFIG_KOBJECT_TEXT_AREA=256
CONFIG_KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT=100
CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=16
CONFIG_GEN_PRIV_STACKS=y
# CONFIG_STACK_GROWS_UP is not set
# CONFIG_NOCACHE_MEMORY is not set
#
# Interrupt Configuration
#
# CONFIG_DYNAMIC_INTERRUPTS is not set
CONFIG_GEN_SW_ISR_TABLE=y
CONFIG_ARCH_SW_ISR_TABLE_ALIGN=0
CONFIG_GEN_IRQ_START_VECTOR=0
# CONFIG_EXTRA_EXCEPTION_INFO is not set
# end of Interrupt Configuration
# CONFIG_INIT_ARCH_HW_AT_BOOT is not set
# end of General Architecture Options
CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
CONFIG_ARCH_HAS_TIMING_FUNCTIONS=y
CONFIG_ARCH_HAS_STACK_PROTECTION=y
CONFIG_ARCH_HAS_USERSPACE=y
CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT=y
CONFIG_ARCH_HAS_NOCACHE_MEMORY_SUPPORT=y
CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
CONFIG_ARCH_SUPPORTS_COREDUMP=y
CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y
CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y
CONFIG_ARCH_HAS_THREAD_ABORT=y
CONFIG_CPU_HAS_FPU=y
CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION=y
CONFIG_CPU_HAS_MPU=y
CONFIG_MPU=y
CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT=y
CONFIG_SRAM_REGION_PERMISSIONS=y
#
# Floating Point Options
#
# end of Floating Point Options
#
# Cache Options
#
# CONFIG_CACHE_MANAGEMENT is not set
# end of Cache Options
CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
#
# General Kernel Options
#
# CONFIG_KERNEL_LOG_LEVEL_OFF is not set
# CONFIG_KERNEL_LOG_LEVEL_ERR is not set
# CONFIG_KERNEL_LOG_LEVEL_WRN is not set
CONFIG_KERNEL_LOG_LEVEL_INF=y
# CONFIG_KERNEL_LOG_LEVEL_DBG is not set
CONFIG_KERNEL_LOG_LEVEL=3
CONFIG_MULTITHREADING=y
CONFIG_NUM_COOP_PRIORITIES=16
CONFIG_NUM_PREEMPT_PRIORITIES=15
CONFIG_MAIN_THREAD_PRIORITY=0
CONFIG_COOP_ENABLED=y
CONFIG_PREEMPT_ENABLED=y
CONFIG_PRIORITY_CEILING=-127
CONFIG_NUM_METAIRQ_PRIORITIES=0
# CONFIG_SCHED_DEADLINE is not set
# CONFIG_SCHED_CPU_MASK is not set
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_IDLE_STACK_SIZE=320
CONFIG_ISR_STACK_SIZE=2048
CONFIG_THREAD_STACK_INFO=y
# CONFIG_THREAD_CUSTOM_DATA is not set
CONFIG_ERRNO=y
CONFIG_SCHED_DUMB=y
# CONFIG_SCHED_SCALABLE is not set
# CONFIG_SCHED_MULTIQ is not set
# CONFIG_WAITQ_SCALABLE is not set
CONFIG_WAITQ_DUMB=y
#
# Kernel Debugging and Metrics
#
# CONFIG_INIT_STACKS is not set
CONFIG_BOOT_BANNER=y
CONFIG_BOOT_DELAY=0
# CONFIG_THREAD_MONITOR is not set
# CONFIG_THREAD_NAME is not set
# CONFIG_THREAD_RUNTIME_STATS is not set
# end of Kernel Debugging and Metrics
#
# Work Queue Options
#
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
# CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
# end of Work Queue Options
#
# Atomic Operations
#
CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
# end of Atomic Operations
#
# Timer API Options
#
CONFIG_TIMESLICING=y
CONFIG_TIMESLICE_SIZE=0
CONFIG_TIMESLICE_PRIORITY=0
CONFIG_POLL=y
# end of Timer API Options
#
# Other Kernel Object Options
#
# CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
CONFIG_NUM_MBOX_ASYNC_MSGS=10
CONFIG_NUM_PIPE_ASYNC_MSGS=10
CONFIG_KERNEL_MEM_POOL=y
# end of Other Kernel Object Options
CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
CONFIG_SWAP_NONATOMIC=y
CONFIG_SYS_CLOCK_EXISTS=y
CONFIG_TIMEOUT_64BIT=y
CONFIG_XIP=y
#
# Initialization Priorities
#
CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
CONFIG_APPLICATION_INIT_PRIORITY=90
# end of Initialization Priorities
#
# Security Options
#
# end of Security Options
#
# SMP Options
#
CONFIG_MP_NUM_CPUS=1
# end of SMP Options
CONFIG_TICKLESS_KERNEL=y
# end of General Kernel Options
CONFIG_HAS_DTS=y
CONFIG_HAS_DTS_GPIO=y
#
# Device Drivers
#
# CONFIG_IEEE802154 is not set
# CONFIG_LORA is not set
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_1"
CONFIG_CONSOLE=y
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
CONFIG_CONSOLE_HAS_DRIVER=y
# CONFIG_CONSOLE_HANDLER is not set
CONFIG_UART_CONSOLE=y
CONFIG_UART_CONSOLE_INIT_PRIORITY=60
# CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS is not set
# CONFIG_UART_CONSOLE_MCUMGR is not set
# CONFIG_USB_UART_CONSOLE is not set
# CONFIG_RAM_CONSOLE is not set
# CONFIG_IPM_CONSOLE_SENDER is not set
# CONFIG_IPM_CONSOLE_RECEIVER is not set
# CONFIG_UART_PIPE is not set
# CONFIG_UART_MCUMGR is not set
# CONFIG_SEMIHOST_CONSOLE is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
CONFIG_UART_CONSOLE_LOG_LEVEL_INF=y
# CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
CONFIG_UART_CONSOLE_LOG_LEVEL=3
# CONFIG_GSM_MUX is not set
CONFIG_HAS_SEGGER_RTT=y
# CONFIG_USE_SEGGER_RTT is not set
# CONFIG_EC_HOST_CMD_PERIPH is not set
# CONFIG_NET_LOOPBACK is not set
#
# Capabilities
#
CONFIG_SERIAL_HAS_DRIVER=y
CONFIG_SERIAL_SUPPORT_INTERRUPT=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
# CONFIG_UART_LINE_CTRL is not set
# CONFIG_UART_DRV_CMD is not set
#
# Serial Drivers
#
# CONFIG_UART_ALTERA_JTAG is not set
# CONFIG_UART_XLNX_UARTLITE is not set
#
# Interrupt Controllers
#
# CONFIG_SWERV_PIC is not set
# CONFIG_MULTI_LEVEL_INTERRUPTS is not set
CONFIG_EXTI_STM32=y
CONFIG_EXTI_STM32_EXTI0_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI1_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI2_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI3_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI4_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI9_5_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI15_10_IRQ_PRI=0
CONFIG_EXTI_STM32_PVD_IRQ_PRI=0
CONFIG_EXTI_STM32_OTG_FS_WKUP_IRQ_PRI=0
CONFIG_EXTI_STM32_TAMP_STAMP_IRQ_PRI=0
CONFIG_EXTI_STM32_RTC_WKUP_IRQ_PRI=0
CONFIG_EXTI_STM32_LPTIM1_IRQ_PRI=0
# end of Interrupt Controllers
#
# Timer Drivers
#
# CONFIG_SYSTEM_CLOCK_DISABLE is not set
# CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
# CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
CONFIG_TICKLESS_CAPABLE=y
# end of Timer Drivers
# CONFIG_ENTROPY_GENERATOR is not set
# CONFIG_PCIE is not set
# CONFIG_PCIE_ENDPOINT is not set
# CONFIG_GPIO_LOG_LEVEL_OFF is not set
# CONFIG_GPIO_LOG_LEVEL_ERR is not set
# CONFIG_GPIO_LOG_LEVEL_WRN is not set
CONFIG_GPIO_LOG_LEVEL_INF=y
# CONFIG_GPIO_LOG_LEVEL_DBG is not set
CONFIG_GPIO_LOG_LEVEL=3
# CONFIG_GPIO_SHELL is not set
# CONFIG_GPIO_DW is not set
# CONFIG_GPIO_ITE_IT8XXX2 is not set
# CONFIG_GPIO_INTEL is not set
# CONFIG_GPIO_XLNX_AXI is not set
# CONFIG_GPIO_EMUL is not set
# CONFIG_SHARED_IRQ is not set
# CONFIG_I2S is not set
# CONFIG_PWM is not set
CONFIG_PINMUX=y
# CONFIG_PINMUX_ITE_IT8XXX2 is not set
CONFIG_PINMUX_STM32_DEVICE_INITIALIZATION_PRIORITY=2
# CONFIG_ADC is not set
# CONFIG_DAC is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF=y
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
CONFIG_CLOCK_CONTROL_STM32_DEVICE_INIT_PRIORITY=1
CONFIG_CLOCK_STM32_HSE_CLOCK=25000000
CONFIG_CLOCK_CONTROL_STM32_HAS_DTS=y
CONFIG_CLOCK_STM32_MCO1_SRC_NOCLOCK=y
CONFIG_CLOCK_STM32_MCO2_SRC_NOCLOCK=y
# CONFIG_PTP_CLOCK is not set
# CONFIG_IPM is not set
CONFIG_FLASH_HAS_DRIVER_ENABLED=y
CONFIG_FLASH_HAS_PAGE_LAYOUT=y
CONFIG_FLASH_JESD216=y
# CONFIG_FLASH_JESD216_API is not set
CONFIG_FLASH=y
# CONFIG_FLASH_LOG_LEVEL_OFF is not set
# CONFIG_FLASH_LOG_LEVEL_ERR is not set
# CONFIG_FLASH_LOG_LEVEL_WRN is not set
CONFIG_FLASH_LOG_LEVEL_INF=y
# CONFIG_FLASH_LOG_LEVEL_DBG is not set
CONFIG_FLASH_LOG_LEVEL=3
CONFIG_FLASH_SHELL=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_SOC_FLASH_STM32=y
CONFIG_FLASH_STM32_QSPI=y
# CONFIG_FLASH_SIMULATOR is not set
# CONFIG_SENSOR is not set
# CONFIG_COUNTER is not set
# CONFIG_DMA is not set
# CONFIG_USB is not set
# CONFIG_CRYPTO is not set
# CONFIG_DISPLAY is not set
# CONFIG_LED_STRIP is not set
# CONFIG_LED is not set
# CONFIG_CAN is not set
# CONFIG_AUDIO is not set
# CONFIG_NEURAL_NET_ACCEL is not set
# CONFIG_HWINFO is not set
# CONFIG_ESPI is not set
# CONFIG_PS2 is not set
# CONFIG_VIDEO is not set
# CONFIG_EEPROM is not set
# CONFIG_PECI is not set
# CONFIG_PECI_INTERRUPT_DRIVEN is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEMC is not set
# CONFIG_VIRTUALIZATION is not set
# CONFIG_EDAC is not set
# CONFIG_PM_CPU_OPS is not set
#
# Miscellaneous Drivers
#
# end of Miscellaneous Drivers
# CONFIG_DISK_DRIVERS is not set
# CONFIG_CACHE is not set
# end of Device Drivers
#
# C Library
#
CONFIG_MINIMAL_LIBC=y
# CONFIG_NEWLIB_LIBC is not set
# CONFIG_EXTERNAL_LIBC is not set
CONFIG_HAS_NEWLIB_LIBC_NANO=y
CONFIG_MINIMAL_LIBC_MALLOC=y
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0
CONFIG_MINIMAL_LIBC_CALLOC=y
CONFIG_MINIMAL_LIBC_REALLOCARRAY=y
# CONFIG_MINIMAL_LIBC_LL_PRINTF is not set
CONFIG_STDOUT_CONSOLE=y
# end of C Library
#
# Additional libraries
#
# CONFIG_LVGL is not set
#
# OS Support Library
#
# CONFIG_JSON_LIBRARY is not set
CONFIG_RING_BUFFER=y
# CONFIG_BASE64 is not set
# CONFIG_SYS_HEAP_VALIDATE is not set
CONFIG_SYS_HEAP_ALLOC_LOOPS=3
# CONFIG_PRINTK_SYNC is not set
CONFIG_MPSC_PBUF=y
# CONFIG_MPSC_CLEAR_ALLOCATED is not set
# CONFIG_REBOOT is not set
CONFIG_CBPRINTF_COMPLETE=y
# CONFIG_CBPRINTF_NANO is not set
CONFIG_CBPRINTF_FULL_INTEGRAL=y
# CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set
# CONFIG_CBPRINTF_FP_SUPPORT is not set
# CONFIG_CBPRINTF_FP_A_SUPPORT is not set
# CONFIG_CBPRINTF_FP_ALWAYS_A is not set
CONFIG_CBPRINTF_N_SPECIFIER=y
# CONFIG_CBPRINTF_LIBC_SUBSTS is not set
# CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
# CONFIG_CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT is not set
# end of OS Support Library
CONFIG_POSIX_MAX_FDS=4
# CONFIG_POSIX_API is not set
# CONFIG_PTHREAD_IPC is not set
# CONFIG_POSIX_CLOCK is not set
CONFIG_MAX_TIMER_COUNT=5
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_POSIX_FS is not set
# CONFIG_EVENTFD is not set
# CONFIG_OPENAMP_RSC_TABLE is not set
#
# Util libraries
#
CONFIG_FNMATCH=y
# CONFIG_GETOPT is not set
# end of Util libraries
# end of Additional libraries
#
# Sub Systems and OS Services
#
# CONFIG_BT is not set
#
# Controller Area Network (CAN) bus subsystem
#
# CONFIG_ISOTP is not set
# end of Controller Area Network (CAN) bus subsystem
# CONFIG_CONSOLE_SUBSYS is not set
# CONFIG_CPLUSPLUS is not set
#
# System Monitoring Options
#
# CONFIG_THREAD_ANALYZER is not set
# end of System Monitoring Options
#
# Debugging Options
#
# CONFIG_STACK_USAGE is not set
# CONFIG_STACK_SENTINEL is not set
CONFIG_PRINTK=y
CONFIG_EARLY_CONSOLE=y
# CONFIG_ASSERT is not set
# CONFIG_FORCE_NO_ASSERT is not set
CONFIG_ASSERT_VERBOSE=y
# CONFIG_ASSERT_NO_FILE_INFO is not set
# CONFIG_ASSERT_NO_COND_INFO is not set
# CONFIG_ASSERT_NO_MSG_INFO is not set
# CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_OPENOCD_SUPPORT is not set
# CONFIG_DEBUG_THREAD_INFO is not set
# CONFIG_DEBUG_COREDUMP is not set
# end of Debugging Options
# CONFIG_DISK_ACCESS is not set
# CONFIG_EMUL is not set
# CONFIG_CHARACTER_FRAMEBUFFER is not set
#
# File Systems
#
CONFIG_FILE_SYSTEM=y
# CONFIG_FS_LOG_LEVEL_OFF is not set
# CONFIG_FS_LOG_LEVEL_ERR is not set
# CONFIG_FS_LOG_LEVEL_WRN is not set
CONFIG_FS_LOG_LEVEL_INF=y
# CONFIG_FS_LOG_LEVEL_DBG is not set
CONFIG_FS_LOG_LEVEL=3
CONFIG_APP_LINK_WITH_FS=y
CONFIG_FILE_SYSTEM_MAX_TYPES=2
CONFIG_FILE_SYSTEM_MAX_FILE_NAME=-1
CONFIG_FILE_SYSTEM_SHELL=y
# CONFIG_FAT_FILESYSTEM_ELM is not set
CONFIG_FILE_SYSTEM_LITTLEFS=y
#
# LittleFS Settings
#
CONFIG_FS_LITTLEFS_NUM_FILES=4
CONFIG_FS_LITTLEFS_NUM_DIRS=4
CONFIG_FS_LITTLEFS_READ_SIZE=16
CONFIG_FS_LITTLEFS_PROG_SIZE=16
CONFIG_FS_LITTLEFS_CACHE_SIZE=64
CONFIG_FS_LITTLEFS_LOOKAHEAD_SIZE=32
CONFIG_FS_LITTLEFS_BLOCK_CYCLES=512
# end of LittleFS Settings
CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=0
# CONFIG_FCB is not set
# CONFIG_NVS is not set
# end of File Systems
#
# Inter Processor Communication
#
# CONFIG_RPMSG_SERVICE is not set
# end of Inter Processor Communication
# CONFIG_JWT is not set
CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
# CONFIG_LOG2_MODE_DEFERRED is not set
# CONFIG_LOG2_MODE_IMMEDIATE is not set
# CONFIG_LOG_MODE_IMMEDIATE is not set
# CONFIG_LOG_MODE_MINIMAL is not set
# CONFIG_LOG_FRONTEND is not set
#
# Logging levels filtering
#
CONFIG_LOG_RUNTIME_FILTERING=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_LOG_OVERRIDE_LEVEL=0
CONFIG_LOG_MAX_LEVEL=4
# end of Logging levels filtering
#
# Output Formatting
#
#
# Prepend non-hexdump log message with function name
#
# CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
# end of Prepend non-hexdump log message with function name
# CONFIG_LOG_MIPI_SYST_ENABLE is not set
# end of Output Formatting
#
# Processing
#
# CONFIG_LOG_PRINTK is not set
CONFIG_LOG_MODE_OVERFLOW=y
# CONFIG_LOG_BLOCK_IN_THREAD is not set
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10
CONFIG_LOG_PROCESS_THREAD=y
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=2048
CONFIG_LOG_BUFFER_SIZE=1024
CONFIG_LOG_DETECT_MISSED_STRDUP=y
CONFIG_LOG_STRDUP_MAX_STRING=32
CONFIG_LOG_STRDUP_BUF_COUNT=4
# CONFIG_LOG_STRDUP_POOL_PROFILING is not set
# end of Processing
#
# Backends
#
# CONFIG_LOG_BACKEND_UART is not set
# CONFIG_LOG_BACKEND_SWO is not set
CONFIG_LOG_BACKEND_FS=y
CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT=y
CONFIG_LOG_BACKEND_FS_OVERWRITE=y
CONFIG_LOG_BACKEND_FS_FILE_PREFIX="log."
CONFIG_LOG_BACKEND_FS_DIR="/lfs1"
CONFIG_LOG_BACKEND_FS_FILE_SIZE=4096
CONFIG_LOG_BACKEND_FS_FILES_LIMIT=2
# end of Backends
#
# Misc
#
CONFIG_LOG_DOMAIN_ID=0
CONFIG_LOG_CMDS=y
CONFIG_LOG2_USE_VLA=y
# CONFIG_LOG2_ALWAYS_RUNTIME is not set
# CONFIG_LOG2_FMT_SECTION is not set
# end of Misc
#
# Device Management
#
#
# Host command handler subsystem
#
# CONFIG_EC_HOST_CMD is not set
# end of Host command handler subsystem
# CONFIG_MCUMGR is not set
# CONFIG_HAWKBIT is not set
# CONFIG_UPDATEHUB is not set
# CONFIG_OSDP is not set
# end of Device Management
# CONFIG_MODBUS is not set
#
# Networking
#
# CONFIG_NET_BUF is not set
# CONFIG_NETWORKING is not set
# end of Networking
#
# Portability
#
# end of Portability
#
# Power Management
#
# CONFIG_SYS_POWER_MANAGEMENT is not set
# CONFIG_DEVICE_POWER_MANAGEMENT is not set
# end of Power Management
CONFIG_SHELL=y
# CONFIG_SHELL_LOG_LEVEL_OFF is not set
# CONFIG_SHELL_LOG_LEVEL_ERR is not set
# CONFIG_SHELL_LOG_LEVEL_WRN is not set
CONFIG_SHELL_LOG_LEVEL_INF=y
# CONFIG_SHELL_LOG_LEVEL_DBG is not set
CONFIG_SHELL_LOG_LEVEL=3
CONFIG_SHELL_BACKENDS=y
CONFIG_SHELL_BACKEND_SERIAL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=0
CONFIG_SHELL_PROMPT_UART="uart:~$ "
CONFIG_UART_SHELL_ON_DEV_NAME="UART_1"
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=y
CONFIG_SHELL_BACKEND_SERIAL_TX_RING_BUFFER_SIZE=8
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=64
CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_TIMEOUT=100
CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_SIZE=10
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DEFAULT=y
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DBG is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_INF is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_WRN is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_ERR is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_NONE is not set
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL=5
# CONFIG_SHELL_BACKEND_DUMMY is not set
# CONFIG_SHELL_MINIMAL is not set
CONFIG_SHELL_STACK_SIZE=2048
CONFIG_SHELL_BACKSPACE_MODE_DELETE=y
CONFIG_SHELL_CMD_BUFF_SIZE=256
CONFIG_SHELL_PRINTF_BUFF_SIZE=30
CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=80
CONFIG_SHELL_DEFAULT_TERMINAL_HEIGHT=24
CONFIG_SHELL_ARGC_MAX=12
CONFIG_SHELL_TAB=y
CONFIG_SHELL_TAB_AUTOCOMPLETION=y
CONFIG_SHELL_WILDCARD=y
CONFIG_SHELL_ECHO_STATUS=y
# CONFIG_SHELL_START_OBSCURED is not set
CONFIG_SHELL_VT100_COMMANDS=y
CONFIG_SHELL_VT100_COLORS=y
# CONFIG_SHELL_GETOPT is not set
CONFIG_SHELL_METAKEYS=y
CONFIG_SHELL_HELP=y
CONFIG_SHELL_HELP_OPT_PARSE=y
CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=y
CONFIG_SHELL_HISTORY=y
CONFIG_SHELL_HISTORY_BUFFER=512
CONFIG_SHELL_STATS=y
CONFIG_SHELL_CMDS=y
CONFIG_SHELL_CMDS_RESIZE=y
# CONFIG_SHELL_CMDS_SELECT is not set
CONFIG_SHELL_CMD_ROOT=""
CONFIG_SHELL_LOG_BACKEND=y
CONFIG_KERNEL_SHELL=y
CONFIG_DEVICE_SHELL=y
# CONFIG_STATS is not set
# CONFIG_IMG_MANAGER is not set
#
# Random Number Generators
#
# CONFIG_TEST_RANDOM_GENERATOR is not set
# end of Random Number Generators
#
# Storage
#
CONFIG_FLASH_MAP=y
# CONFIG_FLASH_MAP_SHELL is not set
# CONFIG_FLASH_MAP_CUSTOM is not set
# CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
# CONFIG_STREAM_FLASH is not set
# end of Storage
# CONFIG_SETTINGS is not set
# CONFIG_TASK_WDT is not set
#
# Testing
#
# CONFIG_ZTEST is not set
# CONFIG_ZTEST_MOCKING is not set
# CONFIG_TEST is not set
# CONFIG_TEST_USERSPACE is not set
# end of Testing
# CONFIG_TIMING_FUNCTIONS is not set
# CONFIG_TRACING is not set
# end of Sub Systems and OS Services
CONFIG_TOOLCHAIN_GNUARMEMB=y
#
# Build and Link Features
#
#
# Linker Options
#
# CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
CONFIG_LINKER_ORPHAN_SECTION_WARN=y
# CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
CONFIG_HAS_FLASH_LOAD_OFFSET=y
# CONFIG_USE_DT_CODE_PARTITION is not set
CONFIG_FLASH_LOAD_OFFSET=0
CONFIG_FLASH_LOAD_SIZE=0
# CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
CONFIG_KERNEL_ENTRY="__start"
CONFIG_LINKER_SORT_BY_ALIGNMENT=y
CONFIG_SRAM_OFFSET=0
#
# Linker Sections
#
# CONFIG_LINKER_USE_BOOT_SECTION is not set
# CONFIG_LINKER_USE_PINNED_SECTION is not set
# end of Linker Sections
# end of Linker Options
#
# Compiler Options
#
# CONFIG_CODING_GUIDELINE_CHECK is not set
# CONFIG_NATIVE_APPLICATION is not set
CONFIG_SIZE_OPTIMIZATIONS=y
# CONFIG_SPEED_OPTIMIZATIONS is not set
# CONFIG_DEBUG_OPTIMIZATIONS is not set
# CONFIG_NO_OPTIMIZATIONS is not set
CONFIG_COMPILER_COLOR_DIAGNOSTICS=y
CONFIG_COMPILER_OPT=""
# CONFIG_MISRA_SANE is not set
# end of Compiler Options
# CONFIG_ASSERT_ON_ERRORS is not set
# CONFIG_NO_RUNTIME_CHECKS is not set
CONFIG_RUNTIME_ERROR_CHECKS=y
#
# Build Options
#
CONFIG_KERNEL_BIN_NAME="zephyr"
CONFIG_OUTPUT_STAT=y
CONFIG_OUTPUT_DISASSEMBLY=y
# CONFIG_OUTPUT_DISASSEMBLE_ALL is not set
CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
# CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
# CONFIG_BUILD_NO_GAP_FILL is not set
CONFIG_BUILD_OUTPUT_BIN=y
# CONFIG_BUILD_OUTPUT_EXE is not set
# CONFIG_BUILD_OUTPUT_S19 is not set
# CONFIG_BUILD_OUTPUT_UF2 is not set
# CONFIG_BUILD_OUTPUT_STRIPPED is not set
# CONFIG_APPLICATION_DEFINED_SYSCALL is not set
# CONFIG_MAKEFILE_EXPORTS is not set
# end of Build Options
# end of Build and Link Features
#
# Boot Options
#
# CONFIG_IS_BOOTLOADER is not set
# CONFIG_BOOTLOADER_MCUBOOT is not set
# CONFIG_BOOTLOADER_BOSSA is not set
# end of Boot Options
#
# Compatibility
#
CONFIG_COMPAT_INCLUDES=y
# end of Compatibility
```
</details>
| 1.0 | logger: Filesystem backend doesn't work except for first time boot - **Describe the bug**
After activating `LOG_BACKEND_FS`, `CONFIG_FILE_SYSTEM_LITTLEFS` and their dependencies, it worked as expected on the very first time boot (clean storage partition).
The problem is after rebooting the board, nothing new got saved to the log file created from the first time boot nor a new file created. as if logging to filesystem is completely stopped.
**What have you tried to diagnose or workaround this issue?**
I tried to do some debugging, and I found that adding `fs_seek(&file, 0, FS_SEEK_END);` just before https://github.com/zephyrproject-rtos/zephyr/blob/882600834e80d2d3d5db4e61d72f63a8bd997fcc/subsys/logging/log_backend_fs.c#L177 make things work. but I think this is not the right way to do it.
After adding the workaround above, makes the logging backend create a new file on each reboot, instead of appending to the old one till it reaches the `CONFIG_LOG_BACKEND_FS_FILE_SIZE`. that also breaks the limit `CONFIG_LOG_BACKEND_FS_FILES_LIMIT`, I end up getting 3 files after 3 or more reboots
```
log.0000
log.000x
log.000(x+1)
```
**To Reproduce**
Steps to reproduce the behavior:
1. replace the content of `zephyr\samples\hello_world\src\main.c` with the following sample code:
```
#include <zephyr.h>
#include <sys/printk.h>
#include <logging/log.h>
LOG_MODULE_REGISTER(main, LOG_LEVEL_DBG);
void main(void)
{
int x = 0;
while (x < 20)
{
k_sleep(K_MSEC(200));
LOG_INF("Hello World! %s %d", CONFIG_BOARD, x++);
}
}
```
2. west build -b stm32f769i_disco ./samples/hello_world
3. `west build -b stm32f769i_disco -t menuconfig` and use the attached .config below
4. flash
**Expected behavior**
A clear and concise description of what you expected to happen.
**Impact**
showstopper
**Environment (please complete the following information):**
- Board STM32F769i_Disco
- Windows
- Zephyr SDK
- main@https://github.com/zephyrproject-rtos/zephyr/commit/882600834e80d2d3d5db4e61d72f63a8bd997fcc
**Additional context**
<details>
<summary>My .config</summary>
```
CONFIG_GPIO=y
# CONFIG_SPI is not set
# CONFIG_I2C is not set
# CONFIG_KSCAN is not set
# CONFIG_WIFI is not set
# CONFIG_MODEM is not set
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_BOARD="stm32f769i_disco"
CONFIG_SOC="stm32f769xx"
CONFIG_SOC_SERIES="stm32f7"
CONFIG_NUM_IRQS=110
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=216000000
CONFIG_HEAP_MEM_POOL_SIZE=256
CONFIG_ROM_START_OFFSET=0
# CONFIG_WATCHDOG is not set
# CONFIG_UART_NS16550 is not set
# CONFIG_PM is not set
# CONFIG_PM_DEVICE is not set
CONFIG_CORTEX_M_SYSTICK=y
CONFIG_CLOCK_CONTROL=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000
CONFIG_BUILD_OUTPUT_HEX=y
# CONFIG_FPU is not set
CONFIG_FLASH_SIZE=2048
CONFIG_FLASH_BASE_ADDRESS=0x8000000
# CONFIG_GPIO_MCUX is not set
# CONFIG_CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS is not set
# CONFIG_TINYCRYPT is not set
CONFIG_PINMUX_INIT_PRIORITY=45
CONFIG_SERIAL=y
# CONFIG_UART_PL011 is not set
CONFIG_CLOCK_CONTROL_STM32_CUBE=y
CONFIG_UART_STM32=y
CONFIG_GPIO_STM32=y
CONFIG_PINMUX_STM32=y
# CONFIG_SRAM_VECTOR_TABLE is not set
#
# Modules
#
#
# Available modules.
#
#
# hal_nordic (D:githubzephyrmoduleshalnordic)
#
CONFIG_ZEPHYR_HAL_NORDIC_MODULE=y
# end of hal_nordic (D:githubzephyrmoduleshalnordic)
#
# loramac-node (D:githubzephyrmoduleslibloramac-node)
#
CONFIG_ZEPHYR_LORAMAC_NODE_MODULE=y
# CONFIG_HAS_SEMTECH_RADIO_DRIVERS is not set
# end of loramac-node (D:githubzephyrmoduleslibloramac-node)
#
# lz4 (D:githubzephyrmodulesliblz4)
#
CONFIG_ZEPHYR_LZ4_MODULE=y
# CONFIG_LZ4 is not set
# end of lz4 (D:githubzephyrmodulesliblz4)
#
# mbedtls (D:githubzephyrmodulescryptombedtls)
#
CONFIG_ZEPHYR_MBEDTLS_MODULE=y
# CONFIG_MBEDTLS is not set
# end of mbedtls (D:githubzephyrmodulescryptombedtls)
#
# nanopb (D:githubzephyrmoduleslibnanopb)
#
CONFIG_ZEPHYR_NANOPB_MODULE=y
# CONFIG_NANOPB is not set
# end of nanopb (D:githubzephyrmoduleslibnanopb)
#
# sof (D:githubzephyrmodulesaudiosof)
#
# CONFIG_DEBUG is not set
CONFIG_ZEPHYR_SOF_MODULE=y
# end of sof (D:githubzephyrmodulesaudiosof)
#
# tensorflow (D:githubzephyrmoduleslibtensorflow)
#
# CONFIG_TENSORFLOW_LITE_MICRO is not set
CONFIG_ZEPHYR_TENSORFLOW_MODULE=y
# end of tensorflow (D:githubzephyrmoduleslibtensorflow)
#
# TraceRecorder (D:githubzephyrmodulesdebugTraceRecorder)
#
CONFIG_ZEPHYR_TRACERECORDER_MODULE=y
# end of TraceRecorder (D:githubzephyrmodulesdebugTraceRecorder)
#
# trusted-firmware-m (D:githubzephyrmodulesteetfm)
#
CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE=y
# end of trusted-firmware-m (D:githubzephyrmodulesteetfm)
#
# Optional modules. Make sure they're installed, via the project manifest.
#
# CONFIG_CANOPENNODE is not set
# CONFIG_CIVETWEB is not set
CONFIG_HAS_CMSIS_CORE=y
CONFIG_HAS_CMSIS_CORE_M=y
# CONFIG_LIBMETAL is not set
# CONFIG_HAS_MEC_HAL is not set
# CONFIG_OPENAMP is not set
# CONFIG_SOF is not set
CONFIG_HAS_STM32CUBE=y
CONFIG_USE_STM32_HAL_QSPI=y
CONFIG_USE_STM32_LL_UTILS=y
# CONFIG_MIPI_SYST_LIB is not set
# CONFIG_TINYCBOR is not set
# CONFIG_MCUBOOT_BOOTUTIL_LIB is not set
#
# Unavailable modules, please install those via the project manifest.
#
# end of Modules
CONFIG_BOARD_STM32F769I_DISCO=y
#
# Board Options
#
# end of Board Options
# CONFIG_SOC_SERIES_BEETLE is not set
# CONFIG_SOC_SERIES_ARM_DESIGNSTART is not set
# CONFIG_SOC_SERIES_MPS2 is not set
# CONFIG_SOC_SERIES_MPS3 is not set
# CONFIG_SOC_SERIES_MUSCA_B1 is not set
# CONFIG_SOC_SERIES_MUSCA_S1 is not set
# CONFIG_SOC_SERIES_SAMD20 is not set
# CONFIG_SOC_SERIES_SAMD21 is not set
# CONFIG_SOC_SERIES_SAMD51 is not set
# CONFIG_SOC_SERIES_SAME51 is not set
# CONFIG_SOC_SERIES_SAME53 is not set
# CONFIG_SOC_SERIES_SAME54 is not set
# CONFIG_SOC_SERIES_SAMR21 is not set
# CONFIG_SOC_SERIES_SAM3X is not set
# CONFIG_SOC_SERIES_SAM4E is not set
# CONFIG_SOC_SERIES_SAM4L is not set
# CONFIG_SOC_SERIES_SAM4S is not set
# CONFIG_SOC_SERIES_SAME70 is not set
# CONFIG_SOC_SERIES_SAMV71 is not set
# CONFIG_SOC_SERIES_VALKYRIE is not set
# CONFIG_SOC_SERIES_VIPER is not set
# CONFIG_SOC_SERIES_PSOC62 is not set
# CONFIG_SOC_SERIES_PSOC63 is not set
# CONFIG_SOC_SERIES_XMC_4XXX is not set
# CONFIG_SOC_SERIES_MEC1501X is not set
# CONFIG_SOC_SERIES_MEC1701X is not set
# CONFIG_SOC_SERIES_NRF51X is not set
# CONFIG_SOC_SERIES_NRF52X is not set
# CONFIG_SOC_SERIES_NRF53X is not set
# CONFIG_SOC_SERIES_NRF91X is not set
# CONFIG_SOC_SERIES_M48X is not set
# CONFIG_SOC_SERIES_NPCX7 is not set
# CONFIG_SOC_SERIES_NPCX9 is not set
# CONFIG_SOC_SERIES_IMX_6X_M4 is not set
# CONFIG_SOC_SERIES_IMX7_M4 is not set
# CONFIG_SOC_SERIES_IMX8MM_M4 is not set
# CONFIG_SOC_SERIES_IMX_RT6XX is not set
# CONFIG_SOC_SERIES_IMX_RT is not set
# CONFIG_SOC_SERIES_KINETIS_K2X is not set
# CONFIG_SOC_SERIES_KINETIS_K6X is not set
# CONFIG_SOC_SERIES_KINETIS_K8X is not set
# CONFIG_SOC_SERIES_KINETIS_KE1XF is not set
# CONFIG_SOC_SERIES_KINETIS_KL2X is not set
# CONFIG_SOC_SERIES_KINETIS_KV5X is not set
# CONFIG_SOC_SERIES_KINETIS_KWX is not set
# CONFIG_SOC_SERIES_LPC11U6X is not set
# CONFIG_SOC_SERIES_LPC54XXX is not set
# CONFIG_SOC_SERIES_LPC55XXX is not set
# CONFIG_SOC_EOS_S3 is not set
# CONFIG_SOC_SERIES_RCAR_GEN3 is not set
# CONFIG_SOC_SERIES_EFM32GG11B is not set
# CONFIG_SOC_SERIES_EFM32HG is not set
# CONFIG_SOC_SERIES_EFM32JG12B is not set
# CONFIG_SOC_SERIES_EFM32PG12B is not set
# CONFIG_SOC_SERIES_EFM32PG1B is not set
# CONFIG_SOC_SERIES_EFM32WG is not set
# CONFIG_SOC_SERIES_EFR32BG13P is not set
# CONFIG_SOC_SERIES_EFR32FG13P is not set
# CONFIG_SOC_SERIES_EFR32FG1P is not set
# CONFIG_SOC_SERIES_EFR32MG12P is not set
# CONFIG_SOC_SERIES_EFR32MG21 is not set
# CONFIG_SOC_SERIES_STM32F0X is not set
# CONFIG_SOC_SERIES_STM32F1X is not set
# CONFIG_SOC_SERIES_STM32F2X is not set
# CONFIG_SOC_SERIES_STM32F3X is not set
# CONFIG_SOC_SERIES_STM32F4X is not set
CONFIG_SOC_SERIES_STM32F7X=y
# CONFIG_SOC_SERIES_STM32G0X is not set
# CONFIG_SOC_SERIES_STM32G4X is not set
# CONFIG_SOC_SERIES_STM32H7X is not set
# CONFIG_SOC_SERIES_STM32L0X is not set
# CONFIG_SOC_SERIES_STM32L1X is not set
# CONFIG_SOC_SERIES_STM32L4X is not set
# CONFIG_SOC_SERIES_STM32L5X is not set
# CONFIG_SOC_SERIES_STM32MP1X is not set
# CONFIG_SOC_SERIES_STM32WBX is not set
# CONFIG_SOC_SERIES_STM32WLX is not set
# CONFIG_SOC_TI_LM3S6965 is not set
# CONFIG_SOC_SERIES_CC13X2_CC26X2 is not set
# CONFIG_SOC_SERIES_CC32XX is not set
# CONFIG_SOC_SERIES_MSP432P4XX is not set
# CONFIG_SOC_XILINX_ZYNQMP_RPU is not set
#
# Hardware Configuration
#
CONFIG_CPU_HAS_ARM_MPU=y
CONFIG_HAS_SWO=y
CONFIG_SOC_FAMILY="st_stm32"
CONFIG_SOC_FAMILY_STM32=y
# CONFIG_STM32_BACKUP_SRAM is not set
# CONFIG_SOC_STM32F723XX is not set
# CONFIG_SOC_STM32F745XX is not set
# CONFIG_SOC_STM32F746XX is not set
# CONFIG_SOC_STM32F756XX is not set
# CONFIG_SOC_STM32F767XX is not set
CONFIG_SOC_STM32F769XX=y
# CONFIG_SOC_LOG_LEVEL_OFF is not set
# CONFIG_SOC_LOG_LEVEL_ERR is not set
# CONFIG_SOC_LOG_LEVEL_WRN is not set
CONFIG_SOC_LOG_LEVEL_INF=y
# CONFIG_SOC_LOG_LEVEL_DBG is not set
CONFIG_SOC_LOG_LEVEL=3
# end of Hardware Configuration
#
# ARM Options
#
CONFIG_ARCH="arm"
CONFIG_CPU_CORTEX=y
# CONFIG_CODE_DATA_RELOCATION is not set
# CONFIG_CODE_DATA_RELOCATION_SRAM is not set
CONFIG_CPU_CORTEX_M=y
CONFIG_ISA_THUMB2=y
CONFIG_ASSEMBLER_ISA_THUMB2=y
CONFIG_COMPILER_ISA_THUMB2=y
CONFIG_STACK_ALIGN_DOUBLE_WORD=y
# CONFIG_RUNTIME_NMI is not set
# CONFIG_PLATFORM_SPECIFIC_INIT is not set
CONFIG_FAULT_DUMP=2
CONFIG_ARM_STACK_PROTECTION=y
CONFIG_CPU_CORTEX_M7=y
CONFIG_CPU_CORTEX_M_HAS_SYSTICK=y
CONFIG_CPU_CORTEX_M_HAS_DWT=y
CONFIG_CPU_CORTEX_M_HAS_BASEPRI=y
CONFIG_CPU_CORTEX_M_HAS_VTOR=y
CONFIG_CPU_CORTEX_M_HAS_PROGRAMMABLE_FAULT_PRIOS=y
CONFIG_ARMV7_M_ARMV8_M_MAINLINE=y
CONFIG_ARMV7_M_ARMV8_M_FP=y
#
# ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
#
CONFIG_GEN_ISR_TABLES=y
# CONFIG_ZERO_LATENCY_IRQS is not set
# CONFIG_SW_VECTOR_RELAY is not set
# CONFIG_CORTEX_M_DWT is not set
CONFIG_TEST_EXTRA_STACKSIZE=0
# end of ARM Cortex-M0/M0+/M1/M3/M4/M7/M23/M33 options
CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y
# CONFIG_NULL_POINTER_EXCEPTION_DETECTION_DWT is not set
# CONFIG_NULL_POINTER_EXCEPTION_DETECTION_MPU is not set
CONFIG_GEN_IRQ_VECTOR_TABLE=y
CONFIG_ARM_MPU=y
CONFIG_ARM_MPU_REGION_MIN_ALIGN_AND_SIZE=32
CONFIG_MPU_STACK_GUARD=y
CONFIG_MPU_ALLOW_FLASH_WRITE=y
# CONFIG_CUSTOM_SECTION_ALIGN is not set
CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE=32
# end of ARM Options
CONFIG_ARM=y
CONFIG_ARCH_IS_SET=y
#
# General Architecture Options
#
# CONFIG_ARCH_LOG_LEVEL_OFF is not set
# CONFIG_ARCH_LOG_LEVEL_ERR is not set
# CONFIG_ARCH_LOG_LEVEL_WRN is not set
CONFIG_ARCH_LOG_LEVEL_INF=y
# CONFIG_ARCH_LOG_LEVEL_DBG is not set
CONFIG_ARCH_LOG_LEVEL=3
# CONFIG_MPU_LOG_LEVEL_OFF is not set
# CONFIG_MPU_LOG_LEVEL_ERR is not set
# CONFIG_MPU_LOG_LEVEL_WRN is not set
CONFIG_MPU_LOG_LEVEL_INF=y
# CONFIG_MPU_LOG_LEVEL_DBG is not set
CONFIG_MPU_LOG_LEVEL=3
CONFIG_SRAM_SIZE=384
CONFIG_SRAM_BASE_ADDRESS=0x20020000
CONFIG_HW_STACK_PROTECTION=y
# CONFIG_USERSPACE is not set
CONFIG_PRIVILEGED_STACK_SIZE=1024
CONFIG_KOBJECT_TEXT_AREA=256
CONFIG_KOBJECT_DATA_AREA_RESERVE_EXTRA_PERCENT=100
CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=16
CONFIG_GEN_PRIV_STACKS=y
# CONFIG_STACK_GROWS_UP is not set
# CONFIG_NOCACHE_MEMORY is not set
#
# Interrupt Configuration
#
# CONFIG_DYNAMIC_INTERRUPTS is not set
CONFIG_GEN_SW_ISR_TABLE=y
CONFIG_ARCH_SW_ISR_TABLE_ALIGN=0
CONFIG_GEN_IRQ_START_VECTOR=0
# CONFIG_EXTRA_EXCEPTION_INFO is not set
# end of Interrupt Configuration
# CONFIG_INIT_ARCH_HW_AT_BOOT is not set
# end of General Architecture Options
CONFIG_ARCH_HAS_SINGLE_THREAD_SUPPORT=y
CONFIG_ARCH_HAS_TIMING_FUNCTIONS=y
CONFIG_ARCH_HAS_STACK_PROTECTION=y
CONFIG_ARCH_HAS_USERSPACE=y
CONFIG_ARCH_HAS_EXECUTABLE_PAGE_BIT=y
CONFIG_ARCH_HAS_NOCACHE_MEMORY_SUPPORT=y
CONFIG_ARCH_HAS_RAMFUNC_SUPPORT=y
CONFIG_ARCH_HAS_NESTED_EXCEPTION_DETECTION=y
CONFIG_ARCH_SUPPORTS_COREDUMP=y
CONFIG_ARCH_SUPPORTS_ARCH_HW_INIT=y
CONFIG_ARCH_HAS_EXTRA_EXCEPTION_INFO=y
CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE=y
CONFIG_ARCH_HAS_THREAD_ABORT=y
CONFIG_CPU_HAS_FPU=y
CONFIG_CPU_HAS_FPU_DOUBLE_PRECISION=y
CONFIG_CPU_HAS_MPU=y
CONFIG_MPU=y
CONFIG_MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT=y
CONFIG_SRAM_REGION_PERMISSIONS=y
#
# Floating Point Options
#
# end of Floating Point Options
#
# Cache Options
#
# CONFIG_CACHE_MANAGEMENT is not set
# end of Cache Options
CONFIG_TOOLCHAIN_HAS_BUILTIN_FFS=y
#
# General Kernel Options
#
# CONFIG_KERNEL_LOG_LEVEL_OFF is not set
# CONFIG_KERNEL_LOG_LEVEL_ERR is not set
# CONFIG_KERNEL_LOG_LEVEL_WRN is not set
CONFIG_KERNEL_LOG_LEVEL_INF=y
# CONFIG_KERNEL_LOG_LEVEL_DBG is not set
CONFIG_KERNEL_LOG_LEVEL=3
CONFIG_MULTITHREADING=y
CONFIG_NUM_COOP_PRIORITIES=16
CONFIG_NUM_PREEMPT_PRIORITIES=15
CONFIG_MAIN_THREAD_PRIORITY=0
CONFIG_COOP_ENABLED=y
CONFIG_PREEMPT_ENABLED=y
CONFIG_PRIORITY_CEILING=-127
CONFIG_NUM_METAIRQ_PRIORITIES=0
# CONFIG_SCHED_DEADLINE is not set
# CONFIG_SCHED_CPU_MASK is not set
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_IDLE_STACK_SIZE=320
CONFIG_ISR_STACK_SIZE=2048
CONFIG_THREAD_STACK_INFO=y
# CONFIG_THREAD_CUSTOM_DATA is not set
CONFIG_ERRNO=y
CONFIG_SCHED_DUMB=y
# CONFIG_SCHED_SCALABLE is not set
# CONFIG_SCHED_MULTIQ is not set
# CONFIG_WAITQ_SCALABLE is not set
CONFIG_WAITQ_DUMB=y
#
# Kernel Debugging and Metrics
#
# CONFIG_INIT_STACKS is not set
CONFIG_BOOT_BANNER=y
CONFIG_BOOT_DELAY=0
# CONFIG_THREAD_MONITOR is not set
# CONFIG_THREAD_NAME is not set
# CONFIG_THREAD_RUNTIME_STATS is not set
# end of Kernel Debugging and Metrics
#
# Work Queue Options
#
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=1024
CONFIG_SYSTEM_WORKQUEUE_PRIORITY=-1
# CONFIG_SYSTEM_WORKQUEUE_NO_YIELD is not set
# end of Work Queue Options
#
# Atomic Operations
#
CONFIG_ATOMIC_OPERATIONS_BUILTIN=y
# end of Atomic Operations
#
# Timer API Options
#
CONFIG_TIMESLICING=y
CONFIG_TIMESLICE_SIZE=0
CONFIG_TIMESLICE_PRIORITY=0
CONFIG_POLL=y
# end of Timer API Options
#
# Other Kernel Object Options
#
# CONFIG_MEM_SLAB_TRACE_MAX_UTILIZATION is not set
CONFIG_NUM_MBOX_ASYNC_MSGS=10
CONFIG_NUM_PIPE_ASYNC_MSGS=10
CONFIG_KERNEL_MEM_POOL=y
# end of Other Kernel Object Options
CONFIG_ARCH_HAS_CUSTOM_SWAP_TO_MAIN=y
CONFIG_SWAP_NONATOMIC=y
CONFIG_SYS_CLOCK_EXISTS=y
CONFIG_TIMEOUT_64BIT=y
CONFIG_XIP=y
#
# Initialization Priorities
#
CONFIG_KERNEL_INIT_PRIORITY_OBJECTS=30
CONFIG_KERNEL_INIT_PRIORITY_DEFAULT=40
CONFIG_KERNEL_INIT_PRIORITY_DEVICE=50
CONFIG_APPLICATION_INIT_PRIORITY=90
# end of Initialization Priorities
#
# Security Options
#
# end of Security Options
#
# SMP Options
#
CONFIG_MP_NUM_CPUS=1
# end of SMP Options
CONFIG_TICKLESS_KERNEL=y
# end of General Kernel Options
CONFIG_HAS_DTS=y
CONFIG_HAS_DTS_GPIO=y
#
# Device Drivers
#
# CONFIG_IEEE802154 is not set
# CONFIG_LORA is not set
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_1"
CONFIG_CONSOLE=y
CONFIG_CONSOLE_INPUT_MAX_LINE_LEN=128
CONFIG_CONSOLE_HAS_DRIVER=y
# CONFIG_CONSOLE_HANDLER is not set
CONFIG_UART_CONSOLE=y
CONFIG_UART_CONSOLE_INIT_PRIORITY=60
# CONFIG_UART_CONSOLE_DEBUG_SERVER_HOOKS is not set
# CONFIG_UART_CONSOLE_MCUMGR is not set
# CONFIG_USB_UART_CONSOLE is not set
# CONFIG_RAM_CONSOLE is not set
# CONFIG_IPM_CONSOLE_SENDER is not set
# CONFIG_IPM_CONSOLE_RECEIVER is not set
# CONFIG_UART_PIPE is not set
# CONFIG_UART_MCUMGR is not set
# CONFIG_SEMIHOST_CONSOLE is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_OFF is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_ERR is not set
# CONFIG_UART_CONSOLE_LOG_LEVEL_WRN is not set
CONFIG_UART_CONSOLE_LOG_LEVEL_INF=y
# CONFIG_UART_CONSOLE_LOG_LEVEL_DBG is not set
CONFIG_UART_CONSOLE_LOG_LEVEL=3
# CONFIG_GSM_MUX is not set
CONFIG_HAS_SEGGER_RTT=y
# CONFIG_USE_SEGGER_RTT is not set
# CONFIG_EC_HOST_CMD_PERIPH is not set
# CONFIG_NET_LOOPBACK is not set
#
# Capabilities
#
CONFIG_SERIAL_HAS_DRIVER=y
CONFIG_SERIAL_SUPPORT_INTERRUPT=y
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
# CONFIG_UART_LINE_CTRL is not set
# CONFIG_UART_DRV_CMD is not set
#
# Serial Drivers
#
# CONFIG_UART_ALTERA_JTAG is not set
# CONFIG_UART_XLNX_UARTLITE is not set
#
# Interrupt Controllers
#
# CONFIG_SWERV_PIC is not set
# CONFIG_MULTI_LEVEL_INTERRUPTS is not set
CONFIG_EXTI_STM32=y
CONFIG_EXTI_STM32_EXTI0_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI1_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI2_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI3_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI4_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI9_5_IRQ_PRI=0
CONFIG_EXTI_STM32_EXTI15_10_IRQ_PRI=0
CONFIG_EXTI_STM32_PVD_IRQ_PRI=0
CONFIG_EXTI_STM32_OTG_FS_WKUP_IRQ_PRI=0
CONFIG_EXTI_STM32_TAMP_STAMP_IRQ_PRI=0
CONFIG_EXTI_STM32_RTC_WKUP_IRQ_PRI=0
CONFIG_EXTI_STM32_LPTIM1_IRQ_PRI=0
# end of Interrupt Controllers
#
# Timer Drivers
#
# CONFIG_SYSTEM_CLOCK_DISABLE is not set
# CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME is not set
# CONFIG_SYSTEM_CLOCK_SLOPPY_IDLE is not set
CONFIG_SYSTEM_CLOCK_INIT_PRIORITY=0
CONFIG_TICKLESS_CAPABLE=y
# end of Timer Drivers
# CONFIG_ENTROPY_GENERATOR is not set
# CONFIG_PCIE is not set
# CONFIG_PCIE_ENDPOINT is not set
# CONFIG_GPIO_LOG_LEVEL_OFF is not set
# CONFIG_GPIO_LOG_LEVEL_ERR is not set
# CONFIG_GPIO_LOG_LEVEL_WRN is not set
CONFIG_GPIO_LOG_LEVEL_INF=y
# CONFIG_GPIO_LOG_LEVEL_DBG is not set
CONFIG_GPIO_LOG_LEVEL=3
# CONFIG_GPIO_SHELL is not set
# CONFIG_GPIO_DW is not set
# CONFIG_GPIO_ITE_IT8XXX2 is not set
# CONFIG_GPIO_INTEL is not set
# CONFIG_GPIO_XLNX_AXI is not set
# CONFIG_GPIO_EMUL is not set
# CONFIG_SHARED_IRQ is not set
# CONFIG_I2S is not set
# CONFIG_PWM is not set
CONFIG_PINMUX=y
# CONFIG_PINMUX_ITE_IT8XXX2 is not set
CONFIG_PINMUX_STM32_DEVICE_INITIALIZATION_PRIORITY=2
# CONFIG_ADC is not set
# CONFIG_DAC is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_OFF is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_ERR is not set
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_WRN is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL_INF=y
# CONFIG_CLOCK_CONTROL_LOG_LEVEL_DBG is not set
CONFIG_CLOCK_CONTROL_LOG_LEVEL=3
CONFIG_CLOCK_CONTROL_STM32_DEVICE_INIT_PRIORITY=1
CONFIG_CLOCK_STM32_HSE_CLOCK=25000000
CONFIG_CLOCK_CONTROL_STM32_HAS_DTS=y
CONFIG_CLOCK_STM32_MCO1_SRC_NOCLOCK=y
CONFIG_CLOCK_STM32_MCO2_SRC_NOCLOCK=y
# CONFIG_PTP_CLOCK is not set
# CONFIG_IPM is not set
CONFIG_FLASH_HAS_DRIVER_ENABLED=y
CONFIG_FLASH_HAS_PAGE_LAYOUT=y
CONFIG_FLASH_JESD216=y
# CONFIG_FLASH_JESD216_API is not set
CONFIG_FLASH=y
# CONFIG_FLASH_LOG_LEVEL_OFF is not set
# CONFIG_FLASH_LOG_LEVEL_ERR is not set
# CONFIG_FLASH_LOG_LEVEL_WRN is not set
CONFIG_FLASH_LOG_LEVEL_INF=y
# CONFIG_FLASH_LOG_LEVEL_DBG is not set
CONFIG_FLASH_LOG_LEVEL=3
CONFIG_FLASH_SHELL=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_SOC_FLASH_STM32=y
CONFIG_FLASH_STM32_QSPI=y
# CONFIG_FLASH_SIMULATOR is not set
# CONFIG_SENSOR is not set
# CONFIG_COUNTER is not set
# CONFIG_DMA is not set
# CONFIG_USB is not set
# CONFIG_CRYPTO is not set
# CONFIG_DISPLAY is not set
# CONFIG_LED_STRIP is not set
# CONFIG_LED is not set
# CONFIG_CAN is not set
# CONFIG_AUDIO is not set
# CONFIG_NEURAL_NET_ACCEL is not set
# CONFIG_HWINFO is not set
# CONFIG_ESPI is not set
# CONFIG_PS2 is not set
# CONFIG_VIDEO is not set
# CONFIG_EEPROM is not set
# CONFIG_PECI is not set
# CONFIG_PECI_INTERRUPT_DRIVEN is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEMC is not set
# CONFIG_VIRTUALIZATION is not set
# CONFIG_EDAC is not set
# CONFIG_PM_CPU_OPS is not set
#
# Miscellaneous Drivers
#
# end of Miscellaneous Drivers
# CONFIG_DISK_DRIVERS is not set
# CONFIG_CACHE is not set
# end of Device Drivers
#
# C Library
#
CONFIG_MINIMAL_LIBC=y
# CONFIG_NEWLIB_LIBC is not set
# CONFIG_EXTERNAL_LIBC is not set
CONFIG_HAS_NEWLIB_LIBC_NANO=y
CONFIG_MINIMAL_LIBC_MALLOC=y
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=0
CONFIG_MINIMAL_LIBC_CALLOC=y
CONFIG_MINIMAL_LIBC_REALLOCARRAY=y
# CONFIG_MINIMAL_LIBC_LL_PRINTF is not set
CONFIG_STDOUT_CONSOLE=y
# end of C Library
#
# Additional libraries
#
# CONFIG_LVGL is not set
#
# OS Support Library
#
# CONFIG_JSON_LIBRARY is not set
CONFIG_RING_BUFFER=y
# CONFIG_BASE64 is not set
# CONFIG_SYS_HEAP_VALIDATE is not set
CONFIG_SYS_HEAP_ALLOC_LOOPS=3
# CONFIG_PRINTK_SYNC is not set
CONFIG_MPSC_PBUF=y
# CONFIG_MPSC_CLEAR_ALLOCATED is not set
# CONFIG_REBOOT is not set
CONFIG_CBPRINTF_COMPLETE=y
# CONFIG_CBPRINTF_NANO is not set
CONFIG_CBPRINTF_FULL_INTEGRAL=y
# CONFIG_CBPRINTF_REDUCED_INTEGRAL is not set
# CONFIG_CBPRINTF_FP_SUPPORT is not set
# CONFIG_CBPRINTF_FP_A_SUPPORT is not set
# CONFIG_CBPRINTF_FP_ALWAYS_A is not set
CONFIG_CBPRINTF_N_SPECIFIER=y
# CONFIG_CBPRINTF_LIBC_SUBSTS is not set
# CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE is not set
# CONFIG_CBPRINTF_STATIC_PACKAGE_CHECK_ALIGNMENT is not set
# end of OS Support Library
CONFIG_POSIX_MAX_FDS=4
# CONFIG_POSIX_API is not set
# CONFIG_PTHREAD_IPC is not set
# CONFIG_POSIX_CLOCK is not set
CONFIG_MAX_TIMER_COUNT=5
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_POSIX_FS is not set
# CONFIG_EVENTFD is not set
# CONFIG_OPENAMP_RSC_TABLE is not set
#
# Util libraries
#
CONFIG_FNMATCH=y
# CONFIG_GETOPT is not set
# end of Util libraries
# end of Additional libraries
#
# Sub Systems and OS Services
#
# CONFIG_BT is not set
#
# Controller Area Network (CAN) bus subsystem
#
# CONFIG_ISOTP is not set
# end of Controller Area Network (CAN) bus subsystem
# CONFIG_CONSOLE_SUBSYS is not set
# CONFIG_CPLUSPLUS is not set
#
# System Monitoring Options
#
# CONFIG_THREAD_ANALYZER is not set
# end of System Monitoring Options
#
# Debugging Options
#
# CONFIG_STACK_USAGE is not set
# CONFIG_STACK_SENTINEL is not set
CONFIG_PRINTK=y
CONFIG_EARLY_CONSOLE=y
# CONFIG_ASSERT is not set
# CONFIG_FORCE_NO_ASSERT is not set
CONFIG_ASSERT_VERBOSE=y
# CONFIG_ASSERT_NO_FILE_INFO is not set
# CONFIG_ASSERT_NO_COND_INFO is not set
# CONFIG_ASSERT_NO_MSG_INFO is not set
# CONFIG_OVERRIDE_FRAME_POINTER_DEFAULT is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_OPENOCD_SUPPORT is not set
# CONFIG_DEBUG_THREAD_INFO is not set
# CONFIG_DEBUG_COREDUMP is not set
# end of Debugging Options
# CONFIG_DISK_ACCESS is not set
# CONFIG_EMUL is not set
# CONFIG_CHARACTER_FRAMEBUFFER is not set
#
# File Systems
#
CONFIG_FILE_SYSTEM=y
# CONFIG_FS_LOG_LEVEL_OFF is not set
# CONFIG_FS_LOG_LEVEL_ERR is not set
# CONFIG_FS_LOG_LEVEL_WRN is not set
CONFIG_FS_LOG_LEVEL_INF=y
# CONFIG_FS_LOG_LEVEL_DBG is not set
CONFIG_FS_LOG_LEVEL=3
CONFIG_APP_LINK_WITH_FS=y
CONFIG_FILE_SYSTEM_MAX_TYPES=2
CONFIG_FILE_SYSTEM_MAX_FILE_NAME=-1
CONFIG_FILE_SYSTEM_SHELL=y
# CONFIG_FAT_FILESYSTEM_ELM is not set
CONFIG_FILE_SYSTEM_LITTLEFS=y
#
# LittleFS Settings
#
CONFIG_FS_LITTLEFS_NUM_FILES=4
CONFIG_FS_LITTLEFS_NUM_DIRS=4
CONFIG_FS_LITTLEFS_READ_SIZE=16
CONFIG_FS_LITTLEFS_PROG_SIZE=16
CONFIG_FS_LITTLEFS_CACHE_SIZE=64
CONFIG_FS_LITTLEFS_LOOKAHEAD_SIZE=32
CONFIG_FS_LITTLEFS_BLOCK_CYCLES=512
# end of LittleFS Settings
CONFIG_FS_LITTLEFS_FC_HEAP_SIZE=0
# CONFIG_FCB is not set
# CONFIG_NVS is not set
# end of File Systems
#
# Inter Processor Communication
#
# CONFIG_RPMSG_SERVICE is not set
# end of Inter Processor Communication
# CONFIG_JWT is not set
CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
# CONFIG_LOG2_MODE_DEFERRED is not set
# CONFIG_LOG2_MODE_IMMEDIATE is not set
# CONFIG_LOG_MODE_IMMEDIATE is not set
# CONFIG_LOG_MODE_MINIMAL is not set
# CONFIG_LOG_FRONTEND is not set
#
# Logging levels filtering
#
CONFIG_LOG_RUNTIME_FILTERING=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_LOG_OVERRIDE_LEVEL=0
CONFIG_LOG_MAX_LEVEL=4
# end of Logging levels filtering
#
# Output Formatting
#
#
# Prepend non-hexdump log message with function name
#
# CONFIG_LOG_FUNC_NAME_PREFIX_ERR is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_WRN is not set
# CONFIG_LOG_FUNC_NAME_PREFIX_INF is not set
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
# end of Prepend non-hexdump log message with function name
# CONFIG_LOG_MIPI_SYST_ENABLE is not set
# end of Output Formatting
#
# Processing
#
# CONFIG_LOG_PRINTK is not set
CONFIG_LOG_MODE_OVERFLOW=y
# CONFIG_LOG_BLOCK_IN_THREAD is not set
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=10
CONFIG_LOG_PROCESS_THREAD=y
CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=1000
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=2048
CONFIG_LOG_BUFFER_SIZE=1024
CONFIG_LOG_DETECT_MISSED_STRDUP=y
CONFIG_LOG_STRDUP_MAX_STRING=32
CONFIG_LOG_STRDUP_BUF_COUNT=4
# CONFIG_LOG_STRDUP_POOL_PROFILING is not set
# end of Processing
#
# Backends
#
# CONFIG_LOG_BACKEND_UART is not set
# CONFIG_LOG_BACKEND_SWO is not set
CONFIG_LOG_BACKEND_FS=y
CONFIG_LOG_BACKEND_FS_OUTPUT_TEXT=y
CONFIG_LOG_BACKEND_FS_OVERWRITE=y
CONFIG_LOG_BACKEND_FS_FILE_PREFIX="log."
CONFIG_LOG_BACKEND_FS_DIR="/lfs1"
CONFIG_LOG_BACKEND_FS_FILE_SIZE=4096
CONFIG_LOG_BACKEND_FS_FILES_LIMIT=2
# end of Backends
#
# Misc
#
CONFIG_LOG_DOMAIN_ID=0
CONFIG_LOG_CMDS=y
CONFIG_LOG2_USE_VLA=y
# CONFIG_LOG2_ALWAYS_RUNTIME is not set
# CONFIG_LOG2_FMT_SECTION is not set
# end of Misc
#
# Device Management
#
#
# Host command handler subsystem
#
# CONFIG_EC_HOST_CMD is not set
# end of Host command handler subsystem
# CONFIG_MCUMGR is not set
# CONFIG_HAWKBIT is not set
# CONFIG_UPDATEHUB is not set
# CONFIG_OSDP is not set
# end of Device Management
# CONFIG_MODBUS is not set
#
# Networking
#
# CONFIG_NET_BUF is not set
# CONFIG_NETWORKING is not set
# end of Networking
#
# Portability
#
# end of Portability
#
# Power Management
#
# CONFIG_SYS_POWER_MANAGEMENT is not set
# CONFIG_DEVICE_POWER_MANAGEMENT is not set
# end of Power Management
CONFIG_SHELL=y
# CONFIG_SHELL_LOG_LEVEL_OFF is not set
# CONFIG_SHELL_LOG_LEVEL_ERR is not set
# CONFIG_SHELL_LOG_LEVEL_WRN is not set
CONFIG_SHELL_LOG_LEVEL_INF=y
# CONFIG_SHELL_LOG_LEVEL_DBG is not set
CONFIG_SHELL_LOG_LEVEL=3
CONFIG_SHELL_BACKENDS=y
CONFIG_SHELL_BACKEND_SERIAL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=0
CONFIG_SHELL_PROMPT_UART="uart:~$ "
CONFIG_UART_SHELL_ON_DEV_NAME="UART_1"
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=y
CONFIG_SHELL_BACKEND_SERIAL_TX_RING_BUFFER_SIZE=8
CONFIG_SHELL_BACKEND_SERIAL_RX_RING_BUFFER_SIZE=64
CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_TIMEOUT=100
CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_SIZE=10
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DEFAULT=y
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_DBG is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_INF is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_WRN is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_ERR is not set
# CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL_NONE is not set
CONFIG_SHELL_BACKEND_SERIAL_LOG_LEVEL=5
# CONFIG_SHELL_BACKEND_DUMMY is not set
# CONFIG_SHELL_MINIMAL is not set
CONFIG_SHELL_STACK_SIZE=2048
CONFIG_SHELL_BACKSPACE_MODE_DELETE=y
CONFIG_SHELL_CMD_BUFF_SIZE=256
CONFIG_SHELL_PRINTF_BUFF_SIZE=30
CONFIG_SHELL_DEFAULT_TERMINAL_WIDTH=80
CONFIG_SHELL_DEFAULT_TERMINAL_HEIGHT=24
CONFIG_SHELL_ARGC_MAX=12
CONFIG_SHELL_TAB=y
CONFIG_SHELL_TAB_AUTOCOMPLETION=y
CONFIG_SHELL_WILDCARD=y
CONFIG_SHELL_ECHO_STATUS=y
# CONFIG_SHELL_START_OBSCURED is not set
CONFIG_SHELL_VT100_COMMANDS=y
CONFIG_SHELL_VT100_COLORS=y
# CONFIG_SHELL_GETOPT is not set
CONFIG_SHELL_METAKEYS=y
CONFIG_SHELL_HELP=y
CONFIG_SHELL_HELP_OPT_PARSE=y
CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT=y
CONFIG_SHELL_HISTORY=y
CONFIG_SHELL_HISTORY_BUFFER=512
CONFIG_SHELL_STATS=y
CONFIG_SHELL_CMDS=y
CONFIG_SHELL_CMDS_RESIZE=y
# CONFIG_SHELL_CMDS_SELECT is not set
CONFIG_SHELL_CMD_ROOT=""
CONFIG_SHELL_LOG_BACKEND=y
CONFIG_KERNEL_SHELL=y
CONFIG_DEVICE_SHELL=y
# CONFIG_STATS is not set
# CONFIG_IMG_MANAGER is not set
#
# Random Number Generators
#
# CONFIG_TEST_RANDOM_GENERATOR is not set
# end of Random Number Generators
#
# Storage
#
CONFIG_FLASH_MAP=y
# CONFIG_FLASH_MAP_SHELL is not set
# CONFIG_FLASH_MAP_CUSTOM is not set
# CONFIG_FLASH_AREA_CHECK_INTEGRITY is not set
# CONFIG_STREAM_FLASH is not set
# end of Storage
# CONFIG_SETTINGS is not set
# CONFIG_TASK_WDT is not set
#
# Testing
#
# CONFIG_ZTEST is not set
# CONFIG_ZTEST_MOCKING is not set
# CONFIG_TEST is not set
# CONFIG_TEST_USERSPACE is not set
# end of Testing
# CONFIG_TIMING_FUNCTIONS is not set
# CONFIG_TRACING is not set
# end of Sub Systems and OS Services
CONFIG_TOOLCHAIN_GNUARMEMB=y
#
# Build and Link Features
#
#
# Linker Options
#
# CONFIG_LINKER_ORPHAN_SECTION_PLACE is not set
CONFIG_LINKER_ORPHAN_SECTION_WARN=y
# CONFIG_LINKER_ORPHAN_SECTION_ERROR is not set
CONFIG_HAS_FLASH_LOAD_OFFSET=y
# CONFIG_USE_DT_CODE_PARTITION is not set
CONFIG_FLASH_LOAD_OFFSET=0
CONFIG_FLASH_LOAD_SIZE=0
# CONFIG_HAVE_CUSTOM_LINKER_SCRIPT is not set
CONFIG_KERNEL_ENTRY="__start"
CONFIG_LINKER_SORT_BY_ALIGNMENT=y
CONFIG_SRAM_OFFSET=0
#
# Linker Sections
#
# CONFIG_LINKER_USE_BOOT_SECTION is not set
# CONFIG_LINKER_USE_PINNED_SECTION is not set
# end of Linker Sections
# end of Linker Options
#
# Compiler Options
#
# CONFIG_CODING_GUIDELINE_CHECK is not set
# CONFIG_NATIVE_APPLICATION is not set
CONFIG_SIZE_OPTIMIZATIONS=y
# CONFIG_SPEED_OPTIMIZATIONS is not set
# CONFIG_DEBUG_OPTIMIZATIONS is not set
# CONFIG_NO_OPTIMIZATIONS is not set
CONFIG_COMPILER_COLOR_DIAGNOSTICS=y
CONFIG_COMPILER_OPT=""
# CONFIG_MISRA_SANE is not set
# end of Compiler Options
# CONFIG_ASSERT_ON_ERRORS is not set
# CONFIG_NO_RUNTIME_CHECKS is not set
CONFIG_RUNTIME_ERROR_CHECKS=y
#
# Build Options
#
CONFIG_KERNEL_BIN_NAME="zephyr"
CONFIG_OUTPUT_STAT=y
CONFIG_OUTPUT_DISASSEMBLY=y
# CONFIG_OUTPUT_DISASSEMBLE_ALL is not set
CONFIG_OUTPUT_PRINT_MEMORY_USAGE=y
# CONFIG_CLEANUP_INTERMEDIATE_FILES is not set
# CONFIG_BUILD_NO_GAP_FILL is not set
CONFIG_BUILD_OUTPUT_BIN=y
# CONFIG_BUILD_OUTPUT_EXE is not set
# CONFIG_BUILD_OUTPUT_S19 is not set
# CONFIG_BUILD_OUTPUT_UF2 is not set
# CONFIG_BUILD_OUTPUT_STRIPPED is not set
# CONFIG_APPLICATION_DEFINED_SYSCALL is not set
# CONFIG_MAKEFILE_EXPORTS is not set
# end of Build Options
# end of Build and Link Features
#
# Boot Options
#
# CONFIG_IS_BOOTLOADER is not set
# CONFIG_BOOTLOADER_MCUBOOT is not set
# CONFIG_BOOTLOADER_BOSSA is not set
# end of Boot Options
#
# Compatibility
#
CONFIG_COMPAT_INCLUDES=y
# end of Compatibility
```
</details>
| priority | logger filesystem backend doesn t work except for first time boot describe the bug after activating log backend fs config file system littlefs and their dependencies it worked as expected on the very first time boot clean storage partition the problem is after rebooting the board nothing new got saved to the log file created from the first time boot nor a new file created as if logging to filesystem is completely stopped what have you tried to diagnose or workaround this issue i tried to do some debugging and i found that adding fs seek file fs seek end just before make things work but i think this is not the right way to do it after adding the workaround above makes the logging backend create a new file on each reboot instead of appending to the old one till it reaches the config log backend fs file size that also breaks the limit config log backend fs files limit i end up getting files after or more reboots log log log x to reproduce steps to reproduce the behavior replace the content of zephyr samples hello world src main c with the following sample code include include include log module register main log level dbg void main void int x while x k sleep k msec log inf hello world s d config board x west build b disco samples hello world west build b disco t menuconfig and use the attached config below flash expected behavior a clear and concise description of what you expected to happen impact showstopper environment please complete the following information board disco windows zephyr sdk main additional context my config config gpio y config spi is not set config is not set config kscan is not set config wifi is not set config modem is not set config uart interrupt driven y config board disco config soc config soc series config num irqs config sys clock hw cycles per sec config heap mem pool size config rom start offset config watchdog is not set config uart is not set config pm is not set config pm device is not set config cortex m systick y config clock control y config sys clock ticks per sec config build output hex y config fpu is not set config flash size config flash base address config gpio mcux is not set config cpu has custom fixed soc mpu regions is not set config tinycrypt is not set config pinmux init priority config serial y config uart is not set config clock control cube y config uart y config gpio y config pinmux y config sram vector table is not set modules available modules hal nordic d githubzephyrmoduleshalnordic config zephyr hal nordic module y end of hal nordic d githubzephyrmoduleshalnordic loramac node d githubzephyrmoduleslibloramac node config zephyr loramac node module y config has semtech radio drivers is not set end of loramac node d githubzephyrmoduleslibloramac node d config zephyr module y config is not set end of d mbedtls d githubzephyrmodulescryptombedtls config zephyr mbedtls module y config mbedtls is not set end of mbedtls d githubzephyrmodulescryptombedtls nanopb d githubzephyrmoduleslibnanopb config zephyr nanopb module y config nanopb is not set end of nanopb d githubzephyrmoduleslibnanopb sof d githubzephyrmodulesaudiosof config debug is not set config zephyr sof module y end of sof d githubzephyrmodulesaudiosof tensorflow d githubzephyrmoduleslibtensorflow config tensorflow lite micro is not set config zephyr tensorflow module y end of tensorflow d githubzephyrmoduleslibtensorflow tracerecorder d githubzephyrmodulesdebugtracerecorder config zephyr tracerecorder module y end of tracerecorder d githubzephyrmodulesdebugtracerecorder trusted firmware m d githubzephyrmodulesteetfm config zephyr trusted firmware m module y end of trusted firmware m d githubzephyrmodulesteetfm optional modules make sure they re installed via the project manifest config canopennode is not set config civetweb is not set config has cmsis core y config has cmsis core m y config libmetal is not set config has mec hal is not set config openamp is not set config sof is not set config has y config use hal qspi y config use ll utils y config mipi syst lib is not set config tinycbor is not set config mcuboot bootutil lib is not set unavailable modules please install those via the project manifest end of modules config board disco y board options end of board options config soc series beetle is not set config soc series arm designstart is not set config soc series is not set config soc series is not set config soc series musca is not set config soc series musca is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series valkyrie is not set config soc series viper is not set config soc series is not set config soc series is not set config soc series xmc is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series imx is not set config soc series is not set config soc series is not set config soc series imx is not set config soc series imx rt is not set config soc series kinetis is not set config soc series kinetis is not set config soc series kinetis is not set config soc series kinetis is not set config soc series kinetis is not set config soc series kinetis is not set config soc series kinetis kwx is not set config soc series is not set config soc series is not set config soc series is not set config soc eos is not set config soc series rcar is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series y config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc series is not set config soc ti is not set config soc series is not set config soc series is not set config soc series is not set config soc xilinx zynqmp rpu is not set hardware configuration config cpu has arm mpu y config has swo y config soc family st config soc family y config backup sram is not set config soc is not set config soc is not set config soc is not set config soc is not set config soc is not set config soc y config soc log level off is not set config soc log level err is not set config soc log level wrn is not set config soc log level inf y config soc log level dbg is not set config soc log level end of hardware configuration arm options config arch arm config cpu cortex y config code data relocation is not set config code data relocation sram is not set config cpu cortex m y config isa y config assembler isa y config compiler isa y config stack align double word y config runtime nmi is not set config platform specific init is not set config fault dump config arm stack protection y config cpu cortex y config cpu cortex m has systick y config cpu cortex m has dwt y config cpu cortex m has basepri y config cpu cortex m has vtor y config cpu cortex m has programmable fault prios y config m m mainline y config m m fp y arm cortex options config gen isr tables y config zero latency irqs is not set config sw vector relay is not set config cortex m dwt is not set config test extra stacksize end of arm cortex options config null pointer exception detection none y config null pointer exception detection dwt is not set config null pointer exception detection mpu is not set config gen irq vector table y config arm mpu y config arm mpu region min align and size config mpu stack guard y config mpu allow flash write y config custom section align is not set config custom section min align size end of arm options config arm y config arch is set y general architecture options config arch log level off is not set config arch log level err is not set config arch log level wrn is not set config arch log level inf y config arch log level dbg is not set config arch log level config mpu log level off is not set config mpu log level err is not set config mpu log level wrn is not set config mpu log level inf y config mpu log level dbg is not set config mpu log level config sram size config sram base address config hw stack protection y config userspace is not set config privileged stack size config kobject text area config kobject data area reserve extra percent config kobject rodata area extra bytes config gen priv stacks y config stack grows up is not set config nocache memory is not set interrupt configuration config dynamic interrupts is not set config gen sw isr table y config arch sw isr table align config gen irq start vector config extra exception info is not set end of interrupt configuration config init arch hw at boot is not set end of general architecture options config arch has single thread support y config arch has timing functions y config arch has stack protection y config arch has userspace y config arch has executable page bit y config arch has nocache memory support y config arch has ramfunc support y config arch has nested exception detection y config arch supports coredump y config arch supports arch hw init y config arch has extra exception info y config arch has thread local storage y config arch has thread abort y config cpu has fpu y config cpu has fpu double precision y config cpu has mpu y config mpu y config mpu requires power of two alignment y config sram region permissions y floating point options end of floating point options cache options config cache management is not set end of cache options config toolchain has builtin ffs y general kernel options config kernel log level off is not set config kernel log level err is not set config kernel log level wrn is not set config kernel log level inf y config kernel log level dbg is not set config kernel log level config multithreading y config num coop priorities config num preempt priorities config main thread priority config coop enabled y config preempt enabled y config priority ceiling config num metairq priorities config sched deadline is not set config sched cpu mask is not set config main stack size config idle stack size config isr stack size config thread stack info y config thread custom data is not set config errno y config sched dumb y config sched scalable is not set config sched multiq is not set config waitq scalable is not set config waitq dumb y kernel debugging and metrics config init stacks is not set config boot banner y config boot delay config thread monitor is not set config thread name is not set config thread runtime stats is not set end of kernel debugging and metrics work queue options config system workqueue stack size config system workqueue priority config system workqueue no yield is not set end of work queue options atomic operations config atomic operations builtin y end of atomic operations timer api options config timeslicing y config timeslice size config timeslice priority config poll y end of timer api options other kernel object options config mem slab trace max utilization is not set config num mbox async msgs config num pipe async msgs config kernel mem pool y end of other kernel object options config arch has custom swap to main y config swap nonatomic y config sys clock exists y config timeout y config xip y initialization priorities config kernel init priority objects config kernel init priority default config kernel init priority device config application init priority end of initialization priorities security options end of security options smp options config mp num cpus end of smp options config tickless kernel y end of general kernel options config has dts y config has dts gpio y device drivers config is not set config lora is not set config uart console on dev name uart config console y config console input max line len config console has driver y config console handler is not set config uart console y config uart console init priority config uart console debug server hooks is not set config uart console mcumgr is not set config usb uart console is not set config ram console is not set config ipm console sender is not set config ipm console receiver is not set config uart pipe is not set config uart mcumgr is not set config semihost console is not set config uart console log level off is not set config uart console log level err is not set config uart console log level wrn is not set config uart console log level inf y config uart console log level dbg is not set config uart console log level config gsm mux is not set config has segger rtt y config use segger rtt is not set config ec host cmd periph is not set config net loopback is not set capabilities config serial has driver y config serial support interrupt y config uart use runtime configure y config uart line ctrl is not set config uart drv cmd is not set serial drivers config uart altera jtag is not set config uart xlnx uartlite is not set interrupt controllers config swerv pic is not set config multi level interrupts is not set config exti y config exti irq pri config exti irq pri config exti irq pri config exti irq pri config exti irq pri config exti irq pri config exti irq pri config exti pvd irq pri config exti otg fs wkup irq pri config exti tamp stamp irq pri config exti rtc wkup irq pri config exti irq pri end of interrupt controllers timer drivers config system clock disable is not set config timer reads its frequency at runtime is not set config system clock sloppy idle is not set config system clock init priority config tickless capable y end of timer drivers config entropy generator is not set config pcie is not set config pcie endpoint is not set config gpio log level off is not set config gpio log level err is not set config gpio log level wrn is not set config gpio log level inf y config gpio log level dbg is not set config gpio log level config gpio shell is not set config gpio dw is not set config gpio ite is not set config gpio intel is not set config gpio xlnx axi is not set config gpio emul is not set config shared irq is not set config is not set config pwm is not set config pinmux y config pinmux ite is not set config pinmux device initialization priority config adc is not set config dac is not set config clock control log level off is not set config clock control log level err is not set config clock control log level wrn is not set config clock control log level inf y config clock control log level dbg is not set config clock control log level config clock control device init priority config clock hse clock config clock control has dts y config clock src noclock y config clock src noclock y config ptp clock is not set config ipm is not set config flash has driver enabled y config flash has page layout y config flash y config flash api is not set config flash y config flash log level off is not set config flash log level err is not set config flash log level wrn is not set config flash log level inf y config flash log level dbg is not set config flash log level config flash shell y config flash page layout y config soc flash y config flash qspi y config flash simulator is not set config sensor is not set config counter is not set config dma is not set config usb is not set config crypto is not set config display is not set config led strip is not set config led is not set config can is not set config audio is not set config neural net accel is not set config hwinfo is not set config espi is not set config is not set config video is not set config eeprom is not set config peci is not set config peci interrupt driven is not set config regulator is not set config memc is not set config virtualization is not set config edac is not set config pm cpu ops is not set miscellaneous drivers end of miscellaneous drivers config disk drivers is not set config cache is not set end of device drivers c library config minimal libc y config newlib libc is not set config external libc is not set config has newlib libc nano y config minimal libc malloc y config minimal libc malloc arena size config minimal libc calloc y config minimal libc reallocarray y config minimal libc ll printf is not set config stdout console y end of c library additional libraries config lvgl is not set os support library config json library is not set config ring buffer y config is not set config sys heap validate is not set config sys heap alloc loops config printk sync is not set config mpsc pbuf y config mpsc clear allocated is not set config reboot is not set config cbprintf complete y config cbprintf nano is not set config cbprintf full integral y config cbprintf reduced integral is not set config cbprintf fp support is not set config cbprintf fp a support is not set config cbprintf fp always a is not set config cbprintf n specifier y config cbprintf libc substs is not set config cbprintf package longdouble is not set config cbprintf static package check alignment is not set end of os support library config posix max fds config posix api is not set config pthread ipc is not set config posix clock is not set config max timer count config posix mqueue is not set config posix fs is not set config eventfd is not set config openamp rsc table is not set util libraries config fnmatch y config getopt is not set end of util libraries end of additional libraries sub systems and os services config bt is not set controller area network can bus subsystem config isotp is not set end of controller area network can bus subsystem config console subsys is not set config cplusplus is not set system monitoring options config thread analyzer is not set end of system monitoring options debugging options config stack usage is not set config stack sentinel is not set config printk y config early console y config assert is not set config force no assert is not set config assert verbose y config assert no file info is not set config assert no cond info is not set config assert no msg info is not set config override frame pointer default is not set config debug info is not set config openocd support is not set config debug thread info is not set config debug coredump is not set end of debugging options config disk access is not set config emul is not set config character framebuffer is not set file systems config file system y config fs log level off is not set config fs log level err is not set config fs log level wrn is not set config fs log level inf y config fs log level dbg is not set config fs log level config app link with fs y config file system max types config file system max file name config file system shell y config fat filesystem elm is not set config file system littlefs y littlefs settings config fs littlefs num files config fs littlefs num dirs config fs littlefs read size config fs littlefs prog size config fs littlefs cache size config fs littlefs lookahead size config fs littlefs block cycles end of littlefs settings config fs littlefs fc heap size config fcb is not set config nvs is not set end of file systems inter processor communication config rpmsg service is not set end of inter processor communication config jwt is not set config log y config log mode deferred y config mode deferred is not set config mode immediate is not set config log mode immediate is not set config log mode minimal is not set config log frontend is not set logging levels filtering config log runtime filtering y config log default level config log override level config log max level end of logging levels filtering output formatting prepend non hexdump log message with function name config log func name prefix err is not set config log func name prefix wrn is not set config log func name prefix inf is not set config log func name prefix dbg y end of prepend non hexdump log message with function name config log mipi syst enable is not set end of output formatting processing config log printk is not set config log mode overflow y config log block in thread is not set config log process trigger threshold config log process thread y config log process thread sleep ms config log process thread stack size config log buffer size config log detect missed strdup y config log strdup max string config log strdup buf count config log strdup pool profiling is not set end of processing backends config log backend uart is not set config log backend swo is not set config log backend fs y config log backend fs output text y config log backend fs overwrite y config log backend fs file prefix log config log backend fs dir config log backend fs file size config log backend fs files limit end of backends misc config log domain id config log cmds y config use vla y config always runtime is not set config fmt section is not set end of misc device management host command handler subsystem config ec host cmd is not set end of host command handler subsystem config mcumgr is not set config hawkbit is not set config updatehub is not set config osdp is not set end of device management config modbus is not set networking config net buf is not set config networking is not set end of networking portability end of portability power management config sys power management is not set config device power management is not set end of power management config shell y config shell log level off is not set config shell log level err is not set config shell log level wrn is not set config shell log level inf y config shell log level dbg is not set config shell log level config shell backends y config shell backend serial y config shell backend serial init priority config shell prompt uart uart config uart shell on dev name uart config shell backend serial interrupt driven y config shell backend serial tx ring buffer size config shell backend serial rx ring buffer size config shell backend serial log message queue timeout config shell backend serial log message queue size config shell backend serial log level default y config shell backend serial log level dbg is not set config shell backend serial log level inf is not set config shell backend serial log level wrn is not set config shell backend serial log level err is not set config shell backend serial log level none is not set config shell backend serial log level config shell backend dummy is not set config shell minimal is not set config shell stack size config shell backspace mode delete y config shell cmd buff size config shell printf buff size config shell default terminal width config shell default terminal height config shell argc max config shell tab y config shell tab autocompletion y config shell wildcard y config shell echo status y config shell start obscured is not set config shell commands y config shell colors y config shell getopt is not set config shell metakeys y config shell help y config shell help opt parse y config shell help on wrong argument count y config shell history y config shell history buffer config shell stats y config shell cmds y config shell cmds resize y config shell cmds select is not set config shell cmd root config shell log backend y config kernel shell y config device shell y config stats is not set config img manager is not set random number generators config test random generator is not set end of random number generators storage config flash map y config flash map shell is not set config flash map custom is not set config flash area check integrity is not set config stream flash is not set end of storage config settings is not set config task wdt is not set testing config ztest is not set config ztest mocking is not set config test is not set config test userspace is not set end of testing config timing functions is not set config tracing is not set end of sub systems and os services config toolchain gnuarmemb y build and link features linker options config linker orphan section place is not set config linker orphan section warn y config linker orphan section error is not set config has flash load offset y config use dt code partition is not set config flash load offset config flash load size config have custom linker script is not set config kernel entry start config linker sort by alignment y config sram offset linker sections config linker use boot section is not set config linker use pinned section is not set end of linker sections end of linker options compiler options config coding guideline check is not set config native application is not set config size optimizations y config speed optimizations is not set config debug optimizations is not set config no optimizations is not set config compiler color diagnostics y config compiler opt config misra sane is not set end of compiler options config assert on errors is not set config no runtime checks is not set config runtime error checks y build options config kernel bin name zephyr config output stat y config output disassembly y config output disassemble all is not set config output print memory usage y config cleanup intermediate files is not set config build no gap fill is not set config build output bin y config build output exe is not set config build output is not set config build output is not set config build output stripped is not set config application defined syscall is not set config makefile exports is not set end of build options end of build and link features boot options config is bootloader is not set config bootloader mcuboot is not set config bootloader bossa is not set end of boot options compatibility config compat includes y end of compatibility | 1 |
363,654 | 10,745,610,436 | IssuesEvent | 2019-10-30 09:23:53 | AY1920S1-CS2103T-T13-2/main | https://api.github.com/repos/AY1920S1-CS2103T-T13-2/main | closed | Implement storage for Mortago | feature morphing priority.Medium type.Story | - [x] Storage for Body
- [x] Storage for Worker
- [x] Storage for Fridge
- [x] Storage for photo | 1.0 | Implement storage for Mortago - - [x] Storage for Body
- [x] Storage for Worker
- [x] Storage for Fridge
- [x] Storage for photo | priority | implement storage for mortago storage for body storage for worker storage for fridge storage for photo | 1 |
108,657 | 4,348,970,143 | IssuesEvent | 2016-07-30 08:00:05 | ita1024/semantik | https://api.github.com/repos/ita1024/semantik | closed | Custom color doesn't work | auto-migrated Priority-Medium Type-Unknown | ```
Hi again
I am now at the second paper with Semantik. Works like a charm! Thank you!
One more thing: When I choose custom color for a node it doesn't apply - even
if I add the color to the custom palette. No bid deal, but worth looking into
I guess.
A small wish also: I would love it if the colors changed for each level of
nodes (like one color for heading 1, a different on for heading 2, a third for
heading 3 etc). And that it remembered the changes as default - so that the
level three node would always be orange as default if I had changed the color
of a level three node once.
Still ubuntu saucy and Semantik 0.9.1
All the Best!
Ketil
```
Original issue reported on code.google.com by `ketil.th...@gmail.com` on 14 Mar 2014 at 8:01 | 1.0 | Custom color doesn't work - ```
Hi again
I am now at the second paper with Semantik. Works like a charm! Thank you!
One more thing: When I choose custom color for a node it doesn't apply - even
if I add the color to the custom palette. No bid deal, but worth looking into
I guess.
A small wish also: I would love it if the colors changed for each level of
nodes (like one color for heading 1, a different on for heading 2, a third for
heading 3 etc). And that it remembered the changes as default - so that the
level three node would always be orange as default if I had changed the color
of a level three node once.
Still ubuntu saucy and Semantik 0.9.1
All the Best!
Ketil
```
Original issue reported on code.google.com by `ketil.th...@gmail.com` on 14 Mar 2014 at 8:01 | priority | custom color doesn t work hi again i am now at the second paper with semantik works like a charm thank you one more thing when i choose custom color for a node it doesn t apply even if i add the color to the custom palette no bid deal but worth looking into i guess a small wish also i would love it if the colors changed for each level of nodes like one color for heading a different on for heading a third for heading etc and that it remembered the changes as default so that the level three node would always be orange as default if i had changed the color of a level three node once still ubuntu saucy and semantik all the best ketil original issue reported on code google com by ketil th gmail com on mar at | 1 |
40,773 | 2,868,941,432 | IssuesEvent | 2015-06-05 22:05:39 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Need way to launch binaries in Pub packages | duplicate enhancement Priority-Medium | <a href="https://github.com/justinfagnani"><img src="https://avatars.githubusercontent.com/u/522948?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [justinfagnani](https://github.com/justinfagnani)**
_Originally opened as dart-lang/sdk#8281_
----
I have a library that needs to start a new Dart process with a script located in the library. The script must be in bin/ or another dir with a packages link so that package: imports work, but if it's outside of lib/ I can't access it.
| 1.0 | Need way to launch binaries in Pub packages - <a href="https://github.com/justinfagnani"><img src="https://avatars.githubusercontent.com/u/522948?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [justinfagnani](https://github.com/justinfagnani)**
_Originally opened as dart-lang/sdk#8281_
----
I have a library that needs to start a new Dart process with a script located in the library. The script must be in bin/ or another dir with a packages link so that package: imports work, but if it's outside of lib/ I can't access it.
| priority | need way to launch binaries in pub packages issue by originally opened as dart lang sdk i have a library that needs to start a new dart process with a script located in the library the script must be in bin or another dir with a packages link so that package imports work but if it s outside of lib i can t access it | 1 |
557,791 | 16,519,444,819 | IssuesEvent | 2021-05-26 13:09:18 | sopra-fs21-group-09/sopra-fs21-group-09-client | https://api.github.com/repos/sopra-fs21-group-09/sopra-fs21-group-09-client | closed | Make all text-/input fields not overflow border when content too long | medium priority task | Either a package or other solution | 1.0 | Make all text-/input fields not overflow border when content too long - Either a package or other solution | priority | make all text input fields not overflow border when content too long either a package or other solution | 1 |
713,331 | 24,524,854,881 | IssuesEvent | 2022-10-11 12:25:00 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Allow yb_db_admin to view all yb_terminated_queries | kind/enhancement area/ysql priority/medium | Jira Link: [DB-3777](https://yugabyte.atlassian.net/browse/DB-3777)
### Description
yb_terminated_queries was recently implemented, but only allows super user to view all queries. Since cloud does not allow super user access, we want to give yb_db_admin permission to view all queries.
| 1.0 | [YSQL] Allow yb_db_admin to view all yb_terminated_queries - Jira Link: [DB-3777](https://yugabyte.atlassian.net/browse/DB-3777)
### Description
yb_terminated_queries was recently implemented, but only allows super user to view all queries. Since cloud does not allow super user access, we want to give yb_db_admin permission to view all queries.
| priority | allow yb db admin to view all yb terminated queries jira link description yb terminated queries was recently implemented but only allows super user to view all queries since cloud does not allow super user access we want to give yb db admin permission to view all queries | 1 |
490,008 | 14,114,409,204 | IssuesEvent | 2020-11-07 15:53:11 | AY2021S1-CS2103T-T09-1/tp | https://api.github.com/repos/AY2021S1-CS2103T-T09-1/tp | closed | Improve Test Coverage for commons and logic package | priority.Medium type.Enhancement type.Task | Improve test coverage for the commons and logic package. | 1.0 | Improve Test Coverage for commons and logic package - Improve test coverage for the commons and logic package. | priority | improve test coverage for commons and logic package improve test coverage for the commons and logic package | 1 |
600,493 | 18,297,994,500 | IssuesEvent | 2021-10-05 22:36:04 | momentum-mod/game | https://api.github.com/repos/momentum-mod/game | closed | Panorama console panel | Type: Feature Priority: High Where: Engine Size: Medium | Implement an ingame console based on Panorama to solve the input issues arising from having VGUI and Panorama active simultaneously
Relevant issues:
- #1355
- #1393
- #1178
- #1479
- #1420
Planned features:
- [x] Main panel
- [x] Receive console messages
- [x] Send console commands
- [x] Autocomplete (maybe a bit cooler?)
- [x] Draggable for move and resize (resize maybe not at every panel edge for simplicity's sake, c.f. Dota 2)
- [x] Proper input handling
- [x] Keep functionality separate from design principle (i.e. allow quake-style console if desired)
- [x] HUD panel (developer 1 and con_drawnotify 1)
- [x] work like VGUI
- [x] General considerations
- [x] Bunch up identical messages (maybe something more elaborate down the line, just `Missing material xyz (x7)` for now)
- [x] Try to prevent large perf impact on high message load
- [x] Filtering
| 1.0 | Panorama console panel - Implement an ingame console based on Panorama to solve the input issues arising from having VGUI and Panorama active simultaneously
Relevant issues:
- #1355
- #1393
- #1178
- #1479
- #1420
Planned features:
- [x] Main panel
- [x] Receive console messages
- [x] Send console commands
- [x] Autocomplete (maybe a bit cooler?)
- [x] Draggable for move and resize (resize maybe not at every panel edge for simplicity's sake, c.f. Dota 2)
- [x] Proper input handling
- [x] Keep functionality separate from design principle (i.e. allow quake-style console if desired)
- [x] HUD panel (developer 1 and con_drawnotify 1)
- [x] work like VGUI
- [x] General considerations
- [x] Bunch up identical messages (maybe something more elaborate down the line, just `Missing material xyz (x7)` for now)
- [x] Try to prevent large perf impact on high message load
- [x] Filtering
| priority | panorama console panel implement an ingame console based on panorama to solve the input issues arising from having vgui and panorama active simultaneously relevant issues planned features main panel receive console messages send console commands autocomplete maybe a bit cooler draggable for move and resize resize maybe not at every panel edge for simplicity s sake c f dota proper input handling keep functionality separate from design principle i e allow quake style console if desired hud panel developer and con drawnotify work like vgui general considerations bunch up identical messages maybe something more elaborate down the line just missing material xyz for now try to prevent large perf impact on high message load filtering | 1 |
728,997 | 25,104,446,027 | IssuesEvent | 2022-11-08 15:41:49 | hashicorp/terraform-cdk | https://api.github.com/repos/hashicorp/terraform-cdk | closed | Show warning when usage of `npm link` causes `instanceof TerraformElement` to fail | enhancement cdktf priority/important-soon ux/debugging size/medium | <!--- Please keep this note for the community --->
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
After extracting commonly used logic (which instantiates constructs) into a separate npm package, `npm link` is commonly used in local development to test the library with an cdktf project.
However the way `npm link` works breaks the `instanceof` [check](https://github.com/hashicorp/terraform-cdk/blob/0732e9f5bbf2e85f7eb2cd131855fe6bf0e8b641/packages/cdktf/lib/terraform-stack.ts#L118-L121) in `TerraformStack`. It creates a symlink from e.g. `<cdktf-project>/node_modules/<custom-library>` pointing to the custom library directory. And as the custom library also has the `cdktf` package installed, that one is instead used for resolving dependencies to `cdktf.TerraformStack` (for constructs created in the custom library code). This causes the check in `TerraformStack.allocateLogicalId` to fail and produces the following error: `TypeError: node.tryGetContext is not a function`.
Instead of this hard to debug error, we could e.g. probe the passed argument and check whether it probably is in fact a `TerraformStack` and print a more useful warning message (e.g. recommending `yalc` – see workaround section).
We could also get rid of `instanceof` for the check but that could only defer the underlying issue to a later (possibly even harder to debug) place in the code.
### Workaround for the issue caused by `npm link`
Using [yalc](https://github.com/wclr/yalc) to link packages for local development solves the issue as it works differently.
<!--- Please leave a helpful description of the feature request here. --->
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
### References
* https://github.com/hashicorp/terraform-cdk/blob/0732e9f5bbf2e85f7eb2cd131855fe6bf0e8b641/packages/cdktf/lib/terraform-stack.ts#L118-L121
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation?
--->
| 1.0 | Show warning when usage of `npm link` causes `instanceof TerraformElement` to fail - <!--- Please keep this note for the community --->
### Community Note
- Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Description
After extracting commonly used logic (which instantiates constructs) into a separate npm package, `npm link` is commonly used in local development to test the library with an cdktf project.
However the way `npm link` works breaks the `instanceof` [check](https://github.com/hashicorp/terraform-cdk/blob/0732e9f5bbf2e85f7eb2cd131855fe6bf0e8b641/packages/cdktf/lib/terraform-stack.ts#L118-L121) in `TerraformStack`. It creates a symlink from e.g. `<cdktf-project>/node_modules/<custom-library>` pointing to the custom library directory. And as the custom library also has the `cdktf` package installed, that one is instead used for resolving dependencies to `cdktf.TerraformStack` (for constructs created in the custom library code). This causes the check in `TerraformStack.allocateLogicalId` to fail and produces the following error: `TypeError: node.tryGetContext is not a function`.
Instead of this hard to debug error, we could e.g. probe the passed argument and check whether it probably is in fact a `TerraformStack` and print a more useful warning message (e.g. recommending `yalc` – see workaround section).
We could also get rid of `instanceof` for the check but that could only defer the underlying issue to a later (possibly even harder to debug) place in the code.
### Workaround for the issue caused by `npm link`
Using [yalc](https://github.com/wclr/yalc) to link packages for local development solves the issue as it works differently.
<!--- Please leave a helpful description of the feature request here. --->
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
### References
* https://github.com/hashicorp/terraform-cdk/blob/0732e9f5bbf2e85f7eb2cd131855fe6bf0e8b641/packages/cdktf/lib/terraform-stack.ts#L118-L121
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor blog posts or documentation?
--->
| priority | show warning when usage of npm link causes instanceof terraformelement to fail community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment description after extracting commonly used logic which instantiates constructs into a separate npm package npm link is commonly used in local development to test the library with an cdktf project however the way npm link works breaks the instanceof in terraformstack it creates a symlink from e g node modules pointing to the custom library directory and as the custom library also has the cdktf package installed that one is instead used for resolving dependencies to cdktf terraformstack for constructs created in the custom library code this causes the check in terraformstack allocatelogicalid to fail and produces the following error typeerror node trygetcontext is not a function instead of this hard to debug error we could e g probe the passed argument and check whether it probably is in fact a terraformstack and print a more useful warning message e g recommending yalc – see workaround section we could also get rid of instanceof for the check but that could only defer the underlying issue to a later possibly even harder to debug place in the code workaround for the issue caused by npm link using to link packages for local development solves the issue as it works differently references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor blog posts or documentation | 1 |
285,357 | 8,757,787,421 | IssuesEvent | 2018-12-14 22:40:09 | AugurProject/augur-app | https://api.github.com/repos/AugurProject/augur-app | closed | Mobile UI issues | Bug Priority: Medium | ### Summary
Joey noticed a number of chart issues on the mobile UI.
### Steps to reproduce
1. Go to augur.casino and choose a market trading page using the Coinbase Wallet app (e.g. "Which party will control the House after 2018 U.S. Midterm Election?")
2. See screenshots for examples of other issues.
### Expected behavior
- Spacing of months at the bottom of the chart needs to be greater.
- Spacing/font size should be adjusted in Outcomes table so there is more space between numeric values.
- Spacing at bottom of chart in last screenshot could be bigger. Not sure if ETH values should be appearing where they are?
### Screenshots



### Environment
- Operating system: iOS
- Browser: Coinbase Wallet
| 1.0 | Mobile UI issues - ### Summary
Joey noticed a number of chart issues on the mobile UI.
### Steps to reproduce
1. Go to augur.casino and choose a market trading page using the Coinbase Wallet app (e.g. "Which party will control the House after 2018 U.S. Midterm Election?")
2. See screenshots for examples of other issues.
### Expected behavior
- Spacing of months at the bottom of the chart needs to be greater.
- Spacing/font size should be adjusted in Outcomes table so there is more space between numeric values.
- Spacing at bottom of chart in last screenshot could be bigger. Not sure if ETH values should be appearing where they are?
### Screenshots



### Environment
- Operating system: iOS
- Browser: Coinbase Wallet
| priority | mobile ui issues summary joey noticed a number of chart issues on the mobile ui steps to reproduce go to augur casino and choose a market trading page using the coinbase wallet app e g which party will control the house after u s midterm election see screenshots for examples of other issues expected behavior spacing of months at the bottom of the chart needs to be greater spacing font size should be adjusted in outcomes table so there is more space between numeric values spacing at bottom of chart in last screenshot could be bigger not sure if eth values should be appearing where they are screenshots environment operating system ios browser coinbase wallet | 1 |
32,280 | 2,752,007,515 | IssuesEvent | 2015-04-24 13:13:25 | thehogfather/pvsio-web | https://api.github.com/repos/thehogfather/pvsio-web | closed | Rendering issue with overlay areas in Prototype Builder | bug Medium Priority | Overlay areas are rendered incorrectly in Prototype Builder when saving a project. To reproduce the bug:
* Create a new project (choose a prototype image, no need to select a pvs model)
* Create a display area
* Save the project --> the display area will be resized / moved. If the saved project is re-opened, however, the widget is then shown in the correct position. | 1.0 | Rendering issue with overlay areas in Prototype Builder - Overlay areas are rendered incorrectly in Prototype Builder when saving a project. To reproduce the bug:
* Create a new project (choose a prototype image, no need to select a pvs model)
* Create a display area
* Save the project --> the display area will be resized / moved. If the saved project is re-opened, however, the widget is then shown in the correct position. | priority | rendering issue with overlay areas in prototype builder overlay areas are rendered incorrectly in prototype builder when saving a project to reproduce the bug create a new project choose a prototype image no need to select a pvs model create a display area save the project the display area will be resized moved if the saved project is re opened however the widget is then shown in the correct position | 1 |
663,597 | 22,198,810,130 | IssuesEvent | 2022-06-07 09:20:15 | SAP/xsk | https://api.github.com/repos/SAP/xsk | closed | [Parsers] Parsing .hdbprocedure returns escaped name and null schema | parsers priority-medium effort-medium customer | During migration when a project with the following procedure is migrated:
```
PROCEDURE "XSK_TEST_APP_COPY"."xsk_test_app::usersProcedure" ( )
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
DEFAULT SCHEMA "XSK_TEST_APP"
READS SQL DATA AS
BEGIN
SELECT 'Name' FROM "xsk_test_app::usersTable" WHERE SESSION_CONTEXT('APPLICATIONUSER') = 'APPUSER';
END
```
1. The parser's getName (called during synonym generation) returns an `escaped` name that also contains the `schema`.
2. The parser's getSchema returns `null`.
Thus the following incorrect synonym file is generated:
```
{
"\"XSK_TEST_APP_COPY\".\"xsk_test_app::usersProcedure\"": {
"target": {
"object": "\"XSK_TEST_APP_COPY\".\"xsk_test_app::usersProcedure\"",
"schema": null
}
}
}
```
The parser's getName should return `xsk_test_app::usersProcedure`
The parser's getSchema should return `XSK_TEST_APP_COPY` | 1.0 | [Parsers] Parsing .hdbprocedure returns escaped name and null schema - During migration when a project with the following procedure is migrated:
```
PROCEDURE "XSK_TEST_APP_COPY"."xsk_test_app::usersProcedure" ( )
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
DEFAULT SCHEMA "XSK_TEST_APP"
READS SQL DATA AS
BEGIN
SELECT 'Name' FROM "xsk_test_app::usersTable" WHERE SESSION_CONTEXT('APPLICATIONUSER') = 'APPUSER';
END
```
1. The parser's getName (called during synonym generation) returns an `escaped` name that also contains the `schema`.
2. The parser's getSchema returns `null`.
Thus the following incorrect synonym file is generated:
```
{
"\"XSK_TEST_APP_COPY\".\"xsk_test_app::usersProcedure\"": {
"target": {
"object": "\"XSK_TEST_APP_COPY\".\"xsk_test_app::usersProcedure\"",
"schema": null
}
}
}
```
The parser's getName should return `xsk_test_app::usersProcedure`
The parser's getSchema should return `XSK_TEST_APP_COPY` | priority | parsing hdbprocedure returns escaped name and null schema during migration when a project with the following procedure is migrated procedure xsk test app copy xsk test app usersprocedure language sqlscript sql security invoker default schema xsk test app reads sql data as begin select name from xsk test app userstable where session context applicationuser appuser end the parser s getname called during synonym generation returns an escaped name that also contains the schema the parser s getschema returns null thus the following incorrect synonym file is generated xsk test app copy xsk test app usersprocedure target object xsk test app copy xsk test app usersprocedure schema null the parser s getname should return xsk test app usersprocedure the parser s getschema should return xsk test app copy | 1 |
136,940 | 5,290,650,967 | IssuesEvent | 2017-02-08 20:26:46 | urbit/urbit | https://api.github.com/repos/urbit/urbit | closed | Clay should should be able to store marks without ++grad | %clay difficulty medium feature request priority medium | Marks without a `++grad` should default to essentially what's in the `%mime` mark. We've revision controlled binary blobs for ages.
| 1.0 | Clay should should be able to store marks without ++grad - Marks without a `++grad` should default to essentially what's in the `%mime` mark. We've revision controlled binary blobs for ages.
| priority | clay should should be able to store marks without grad marks without a grad should default to essentially what s in the mime mark we ve revision controlled binary blobs for ages | 1 |
52,362 | 3,022,664,620 | IssuesEvent | 2015-07-31 21:48:44 | information-artifact-ontology/IAO | https://api.github.com/repos/information-artifact-ontology/IAO | closed | Improve Upper-Level Terms | bug imported Priority-Medium | _From [ja...@overton.ca](https://code.google.com/u/114329883251282963390/) on March 08, 2014 15:28:00_
Improve definitions and examples of use for some of IAO's upper-level terms.
- IAO_0000030 information content entity
- change textual definition: An entity that is generically dependent on some material entity and stands in relation of aboutness to some entity.
- change status: ready for release
- IAO_0000178 material information bearer
- simplify textual definition: A material entity in which a concretization of an information content entity inheres.
- improve example of usage: A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier. Additional examples: a hard drive, a brain.
- change status: ready for release
- IAO_0000015 information carrier
- improve example of use: In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.
- change status: ready for release
See OBI Core review notes for discussion: https://docs.google.com/document/d/1Iv5VS8kbOnoQbBTt-FaJU37gK9MXkENm7pHGSk_q4d0/edit?usp=sharing
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=152_ | 1.0 | Improve Upper-Level Terms - _From [ja...@overton.ca](https://code.google.com/u/114329883251282963390/) on March 08, 2014 15:28:00_
Improve definitions and examples of use for some of IAO's upper-level terms.
- IAO_0000030 information content entity
- change textual definition: An entity that is generically dependent on some material entity and stands in relation of aboutness to some entity.
- change status: ready for release
- IAO_0000178 material information bearer
- simplify textual definition: A material entity in which a concretization of an information content entity inheres.
- improve example of usage: A page of a paperback novel with writing on it. The paper itself is a material information bearer, the pattern of ink is the information carrier. Additional examples: a hard drive, a brain.
- change status: ready for release
- IAO_0000015 information carrier
- improve example of use: In the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer. The qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case.
- change status: ready for release
See OBI Core review notes for discussion: https://docs.google.com/document/d/1Iv5VS8kbOnoQbBTt-FaJU37gK9MXkENm7pHGSk_q4d0/edit?usp=sharing
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=152_ | priority | improve upper level terms from on march improve definitions and examples of use for some of iao s upper level terms iao information content entity change textual definition an entity that is generically dependent on some material entity and stands in relation of aboutness to some entity change status ready for release iao material information bearer simplify textual definition a material entity in which a concretization of an information content entity inheres improve example of usage a page of a paperback novel with writing on it the paper itself is a material information bearer the pattern of ink is the information carrier additional examples a hard drive a brain change status ready for release iao information carrier improve example of use in the case of a printed paperback novel the physicality of the ink and of the paper form part of the information bearer the qualities of appearing black and having a certain pattern for the ink and appearing white for the paper form part of the information carrier in this case change status ready for release see obi core review notes for discussion original issue | 1 |
293,333 | 8,975,546,574 | IssuesEvent | 2019-01-30 05:51:38 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | logger drops log messages without any indication | area: Logging bug priority: medium | **Describe the bug**
When logger is extensively used it may happen that new log message cannot be allocated. There are two options for the logger to react `LOG_MODE_OVERFLOW` or `LOG_MODE_NO_OVERFLOW`. If overflow is enabled then oldest logs are dropped. There is no indication of that so user may get confused by the log content and do not know that internal logger buffer should be increased
**To Reproduce**
Decrease `LOG_BUFFER_SIZE` or add more logs to the sample and see that log output does not contain all logs.
**Expected behavior**
User should be warned about that situation.
**Impact**
Logs confuses the user.
| 1.0 | logger drops log messages without any indication - **Describe the bug**
When logger is extensively used it may happen that new log message cannot be allocated. There are two options for the logger to react `LOG_MODE_OVERFLOW` or `LOG_MODE_NO_OVERFLOW`. If overflow is enabled then oldest logs are dropped. There is no indication of that so user may get confused by the log content and do not know that internal logger buffer should be increased
**To Reproduce**
Decrease `LOG_BUFFER_SIZE` or add more logs to the sample and see that log output does not contain all logs.
**Expected behavior**
User should be warned about that situation.
**Impact**
Logs confuses the user.
| priority | logger drops log messages without any indication describe the bug when logger is extensively used it may happen that new log message cannot be allocated there are two options for the logger to react log mode overflow or log mode no overflow if overflow is enabled then oldest logs are dropped there is no indication of that so user may get confused by the log content and do not know that internal logger buffer should be increased to reproduce decrease log buffer size or add more logs to the sample and see that log output does not contain all logs expected behavior user should be warned about that situation impact logs confuses the user | 1 |
233,303 | 7,696,373,504 | IssuesEvent | 2018-05-18 15:07:44 | HabitRPG/habitica | https://api.github.com/repos/HabitRPG/habitica | closed | drawer text overlapping when window is small or font size is large or language is non-English with long words | priority: medium section: Market section: Stable status: issue: in progress | From Bug Guild, confirmed in Firefox on Linux as well:
> "Hi Habitica,
>
> I found a minor issue that I think should not be happening.
>
> Summary: Words overlapping from the quick inventory tab after clicking on Shops => Market
>
> Steps to reproduce:
>
> Minimize/reduce the size of the home page before continuing the steps
> Clicking on Shops on the top (header) of the home page using Safari browser and Market from the dropdown
> Expected Behavior: Fields and items on the page should fit the page no matter the page size
>
> Observed Behavior: words/ sentences are overlapping. ..Thank you." | 1.0 | drawer text overlapping when window is small or font size is large or language is non-English with long words - From Bug Guild, confirmed in Firefox on Linux as well:
> "Hi Habitica,
>
> I found a minor issue that I think should not be happening.
>
> Summary: Words overlapping from the quick inventory tab after clicking on Shops => Market
>
> Steps to reproduce:
>
> Minimize/reduce the size of the home page before continuing the steps
> Clicking on Shops on the top (header) of the home page using Safari browser and Market from the dropdown
> Expected Behavior: Fields and items on the page should fit the page no matter the page size
>
> Observed Behavior: words/ sentences are overlapping. ..Thank you." | priority | drawer text overlapping when window is small or font size is large or language is non english with long words from bug guild confirmed in firefox on linux as well hi habitica i found a minor issue that i think should not be happening summary words overlapping from the quick inventory tab after clicking on shops market steps to reproduce minimize reduce the size of the home page before continuing the steps clicking on shops on the top header of the home page using safari browser and market from the dropdown expected behavior fields and items on the page should fit the page no matter the page size observed behavior words sentences are overlapping thank you | 1 |
482,102 | 13,896,821,760 | IssuesEvent | 2020-10-19 17:45:34 | department-of-veterans-affairs/caseflow | https://api.github.com/repos/department-of-veterans-affairs/caseflow | closed | New Organization: CAVC Litigation Support Team | Eng: Beginner Friendly Priority: Medium Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: New Development | <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
User story: As a Litigation Support team member who only works on CAVC cases, I need my own separate queue in Caseflow, so that I do not work or see any tasks that do not pertain to CAVC.
## Acceptance criteria
- [ ] Include screenshot(s) in the Github issue if there are front-end changes, showing new org
- [ ] Update documentation: https://github.com/department-of-veterans-affairs/caseflow/wiki/Organizations
- [ ] New organization added to Caseflow for CAVC Litigation Support Team
### Background/context
<!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? -->
Not all users in the Litigation Support team work all tasks. As the team that only works CAVC cases has never migrated to Caseflow we will want to include them as a new organization so they are not inadvertently assigned tasks they are not authorized to work or vice versa.
### Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
### Other notes

### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| 1.0 | New Organization: CAVC Litigation Support Team - <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. -->
## User or job story
User story: As a Litigation Support team member who only works on CAVC cases, I need my own separate queue in Caseflow, so that I do not work or see any tasks that do not pertain to CAVC.
## Acceptance criteria
- [ ] Include screenshot(s) in the Github issue if there are front-end changes, showing new org
- [ ] Update documentation: https://github.com/department-of-veterans-affairs/caseflow/wiki/Organizations
- [ ] New organization added to Caseflow for CAVC Litigation Support Team
### Background/context
<!-- Include as needed, especially for issues that aren't part of epics. Include a value statement - why is this feature being developed? -->
Not all users in the Litigation Support team work all tasks. As the team that only works CAVC cases has never migrated to Caseflow we will want to include them as a new organization so they are not inadvertently assigned tasks they are not authorized to work or vice versa.
### Technical notes
<!-- Include notes that might help an engineer get started on this more quickly, or potential pitfalls to watch out for. -->
### Other notes

### Resources/other links
<!-- E.g. links to other issues, PRs, Sentry alerts, or Slack threads, or external service requests. -->
| priority | new organization cavc litigation support team user or job story user story as a litigation support team member who only works on cavc cases i need my own separate queue in caseflow so that i do not work or see any tasks that do not pertain to cavc acceptance criteria include screenshot s in the github issue if there are front end changes showing new org update documentation new organization added to caseflow for cavc litigation support team background context not all users in the litigation support team work all tasks as the team that only works cavc cases has never migrated to caseflow we will want to include them as a new organization so they are not inadvertently assigned tasks they are not authorized to work or vice versa technical notes other notes resources other links | 1 |
251,795 | 8,027,579,559 | IssuesEvent | 2018-07-27 09:34:51 | fossasia/susi_iOS | https://api.github.com/repos/fossasia/susi_iOS | closed | Thumbs up or down cannot be changed | Priority: Medium has-PR | The feedback once given on an interaction should not be changeable, otherwise it will cause inconsistencies in the feedback logs that will be used for analysis.
**Would you like to work on the issue?**
No, anyone can assign the issue to himself/herself. | 1.0 | Thumbs up or down cannot be changed - The feedback once given on an interaction should not be changeable, otherwise it will cause inconsistencies in the feedback logs that will be used for analysis.
**Would you like to work on the issue?**
No, anyone can assign the issue to himself/herself. | priority | thumbs up or down cannot be changed the feedback once given on an interaction should not be changeable otherwise it will cause inconsistencies in the feedback logs that will be used for analysis would you like to work on the issue no anyone can assign the issue to himself herself | 1 |
470,632 | 13,541,889,815 | IssuesEvent | 2020-09-16 16:30:02 | ChainSafe/forest | https://api.github.com/repos/ChainSafe/forest | closed | Implement peer manager stats for each peer | Blockchain Network Priority: 3 - Medium | **Task summary**
<!-- A clear and concise description of what the task is. -->
The peer manager currently just takes the first peer it iterates over in the hashmap (and is currently being changed to be a random sample) but it should be a random sample of the top `x` peers to avoid sending requests to peers that have a lot of failures.
This is blocked by #690 as there are a lot of changes to similar things.
**Specification reference**
<!-- Provide a reference to the specification as to what is being implemented. -->
-
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | 1.0 | Implement peer manager stats for each peer - **Task summary**
<!-- A clear and concise description of what the task is. -->
The peer manager currently just takes the first peer it iterates over in the hashmap (and is currently being changed to be a random sample) but it should be a random sample of the top `x` peers to avoid sending requests to peers that have a lot of failures.
This is blocked by #690 as there are a lot of changes to similar things.
**Specification reference**
<!-- Provide a reference to the specification as to what is being implemented. -->
-
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!-- Thank you 💪 --> | priority | implement peer manager stats for each peer task summary the peer manager currently just takes the first peer it iterates over in the hashmap and is currently being changed to be a random sample but it should be a random sample of the top x peers to avoid sending requests to peers that have a lot of failures this is blocked by as there are a lot of changes to similar things specification reference other information and links | 1 |
411,988 | 12,034,377,703 | IssuesEvent | 2020-04-13 15:56:09 | AY1920S2-CS2103T-F10-1/main | https://api.github.com/repos/AY1920S2-CS2103T-F10-1/main | closed | More specific command result | priority.Medium severity.Low | Command result can be more specific to item type.
eg. `add i/ski` throws error :
"Invalid command format!
add: Adds a skill to the address book. Parameters: i/TYPE n/SKILL NAME l/LEVEL [#/TAG]....
Example: add i/ski n/Git and Github l/INTERMEDIATE #/VCS #/tech"
Can narrow it down to add i/ ski: Adds a.... | 1.0 | More specific command result - Command result can be more specific to item type.
eg. `add i/ski` throws error :
"Invalid command format!
add: Adds a skill to the address book. Parameters: i/TYPE n/SKILL NAME l/LEVEL [#/TAG]....
Example: add i/ski n/Git and Github l/INTERMEDIATE #/VCS #/tech"
Can narrow it down to add i/ ski: Adds a.... | priority | more specific command result command result can be more specific to item type eg add i ski throws error invalid command format add adds a skill to the address book parameters i type n skill name l level example add i ski n git and github l intermediate vcs tech can narrow it down to add i ski adds a | 1 |
141,784 | 5,444,432,456 | IssuesEvent | 2017-03-07 02:46:13 | vmware/vic | https://api.github.com/repos/vmware/vic | opened | Add DisconnectContainerFromNetwork support | area/docker-compose component/docker-api-server component/portlayer/network priority/medium | As a user of VIC and docker compose, I should expect DisconnectContainerFromNetwork to work.
Acceptance Criteria: Robot scripts that verifies this functionality works.
---
The docker-compose source code makes a call to DisconnectContainerFromNetwork at some point. While we have agreed that we will only support docker-compose CLI 1.19.0, older versions of the compose CLI actually made a call to this function and failed on compose up. For 1.19, I have yet run into this function, but since it's in the latest compose source code, it will eventually get called. | 1.0 | Add DisconnectContainerFromNetwork support - As a user of VIC and docker compose, I should expect DisconnectContainerFromNetwork to work.
Acceptance Criteria: Robot scripts that verifies this functionality works.
---
The docker-compose source code makes a call to DisconnectContainerFromNetwork at some point. While we have agreed that we will only support docker-compose CLI 1.19.0, older versions of the compose CLI actually made a call to this function and failed on compose up. For 1.19, I have yet run into this function, but since it's in the latest compose source code, it will eventually get called. | priority | add disconnectcontainerfromnetwork support as a user of vic and docker compose i should expect disconnectcontainerfromnetwork to work acceptance criteria robot scripts that verifies this functionality works the docker compose source code makes a call to disconnectcontainerfromnetwork at some point while we have agreed that we will only support docker compose cli older versions of the compose cli actually made a call to this function and failed on compose up for i have yet run into this function but since it s in the latest compose source code it will eventually get called | 1 |
663,546 | 22,196,535,820 | IssuesEvent | 2022-06-07 07:28:25 | eosc-cos4cloud/mecoda-orange | https://api.github.com/repos/eosc-cos4cloud/mecoda-orange | closed | ICTIO: Add year-month filter dialog | enhancement PRIORITY_MEDIUM PENDING_VALIDATION | Add date filters in ICTIO widget, similar to the ones implemented in the widgets for other Citizen Observatories like OdourCollect:
 | 1.0 | ICTIO: Add year-month filter dialog - Add date filters in ICTIO widget, similar to the ones implemented in the widgets for other Citizen Observatories like OdourCollect:
 | priority | ictio add year month filter dialog add date filters in ictio widget similar to the ones implemented in the widgets for other citizen observatories like odourcollect | 1 |
556,992 | 16,497,414,315 | IssuesEvent | 2021-05-25 11:47:54 | google/flax | https://api.github.com/repos/google/flax | closed | UserWarning: enable_omnistaging() is a no-op in JAX versions 0.2.12 and higher | Priority: P2 - medium |
### Problem you have encountered:
I just started out with Flax and was following this tutorial [here](https://flax.readthedocs.io/en/latest/notebooks/flax_basics.html), by running it on Google Colab, but I'm getting this warning after running the second code cell, i.e
```
import jax
from typing import Any, Callable, Sequence, Optional
from jax import lax, random, numpy as jnp
import flax
from flax.core import freeze, unfreeze
from flax import linen as nn
from jax.config import config
config.enable_omnistaging() # Linen requires enabling omnistaging
```
The warning is:
> UserWarning: enable_omnistaging() is a no-op in JAX versions 0.2.12 and higher
I do not understand what does that means, could someone please explain what implication does this warning has / what is actually happening? I apologize if this is not the right place to ask this.
| 1.0 | UserWarning: enable_omnistaging() is a no-op in JAX versions 0.2.12 and higher -
### Problem you have encountered:
I just started out with Flax and was following this tutorial [here](https://flax.readthedocs.io/en/latest/notebooks/flax_basics.html), by running it on Google Colab, but I'm getting this warning after running the second code cell, i.e
```
import jax
from typing import Any, Callable, Sequence, Optional
from jax import lax, random, numpy as jnp
import flax
from flax.core import freeze, unfreeze
from flax import linen as nn
from jax.config import config
config.enable_omnistaging() # Linen requires enabling omnistaging
```
The warning is:
> UserWarning: enable_omnistaging() is a no-op in JAX versions 0.2.12 and higher
I do not understand what does that means, could someone please explain what implication does this warning has / what is actually happening? I apologize if this is not the right place to ask this.
| priority | userwarning enable omnistaging is a no op in jax versions and higher problem you have encountered i just started out with flax and was following this tutorial by running it on google colab but i m getting this warning after running the second code cell i e import jax from typing import any callable sequence optional from jax import lax random numpy as jnp import flax from flax core import freeze unfreeze from flax import linen as nn from jax config import config config enable omnistaging linen requires enabling omnistaging the warning is userwarning enable omnistaging is a no op in jax versions and higher i do not understand what does that means could someone please explain what implication does this warning has what is actually happening i apologize if this is not the right place to ask this | 1 |
745,462 | 25,985,056,829 | IssuesEvent | 2022-12-19 22:55:21 | poissonconsulting/nrp | https://api.github.com/repos/poissonconsulting/nrp | opened | add check on sites (or species) for upload functions to provide informative errors | Difficulty: 1 Simple Effort: 1 Low Priority: 3 Medium Type: Enhancement | better to catch these common problems within the package rather than have user deal with confusing FK constraint error message | 1.0 | add check on sites (or species) for upload functions to provide informative errors - better to catch these common problems within the package rather than have user deal with confusing FK constraint error message | priority | add check on sites or species for upload functions to provide informative errors better to catch these common problems within the package rather than have user deal with confusing fk constraint error message | 1 |
41,805 | 2,869,082,837 | IssuesEvent | 2015-06-05 23:11:42 | dart-lang/polymer-dart | https://api.github.com/repos/dart-lang/polymer-dart | opened | Polymer linter complains about custom elements in angular views | bug PolymerMilestone-Next Priority-Medium | <a href="https://github.com/bgourlie"><img src="https://avatars.githubusercontent.com/u/996556?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [bgourlie](https://github.com/bgourlie)**
_Originally opened as dart-lang/sdk#15927_
----
I am using a polymer element in an angular view. The element is being properly imported in the main html file. I'm assuming the linter expects the import to exist in the partial html view, which it doesn't (and shouldn't). | 1.0 | Polymer linter complains about custom elements in angular views - <a href="https://github.com/bgourlie"><img src="https://avatars.githubusercontent.com/u/996556?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [bgourlie](https://github.com/bgourlie)**
_Originally opened as dart-lang/sdk#15927_
----
I am using a polymer element in an angular view. The element is being properly imported in the main html file. I'm assuming the linter expects the import to exist in the partial html view, which it doesn't (and shouldn't). | priority | polymer linter complains about custom elements in angular views issue by originally opened as dart lang sdk i am using a polymer element in an angular view the element is being properly imported in the main html file i m assuming the linter expects the import to exist in the partial html view which it doesn t and shouldn t | 1 |
442,394 | 12,744,838,986 | IssuesEvent | 2020-06-26 13:15:01 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | QueryResponse.show not flexible enough | Effort Medium Feature Request Package Intermediate Priority Low database | It would be nice if one could change the columns that will be displayed.
Compare the function `display_entries` of my database package to get an idea of what I imagine (implementation https://github.com/derdon/sunpy/blob/database/sunpy/database/tables.py#L547, test at https://github.com/derdon/sunpy/blob/database/sunpy/tests/database/test_tables.py#L302).
So I'd like the signature of `QueryResponse.show` to be `self, columns=['Start time', 'End time', 'Source','Instrument', 'Type']`. This way, the default behaviour will not change to the current implementation.
| 1.0 | QueryResponse.show not flexible enough - It would be nice if one could change the columns that will be displayed.
Compare the function `display_entries` of my database package to get an idea of what I imagine (implementation https://github.com/derdon/sunpy/blob/database/sunpy/database/tables.py#L547, test at https://github.com/derdon/sunpy/blob/database/sunpy/tests/database/test_tables.py#L302).
So I'd like the signature of `QueryResponse.show` to be `self, columns=['Start time', 'End time', 'Source','Instrument', 'Type']`. This way, the default behaviour will not change to the current implementation.
| priority | queryresponse show not flexible enough it would be nice if one could change the columns that will be displayed compare the function display entries of my database package to get an idea of what i imagine implementation test at so i d like the signature of queryresponse show to be self columns this way the default behaviour will not change to the current implementation | 1 |
203,235 | 7,059,026,893 | IssuesEvent | 2018-01-04 23:00:15 | music-encoding/music-encoding | https://api.github.com/repos/music-encoding/music-encoding | closed | Description of Audio and Video components within a work | Component: Core Schema Priority: Medium Status: Needs Discussion Type: Support Request | In the current MEI header, audio and video are treated as expressions of a work, e.g., an audio recording of a symphony. However, it is currently unclear how we might catalogue a work containing audio or video as a constituent part of that work. For example, how to record the media part for a work for singer and tape.
The use case we identified was B.A. Zimmermann’s _Requiem für einen jungen Dichter
Lingual für Sprecher, Sopran- und Baß-Solo, drei Chöre, Orchester, Jazz-Combo, Orgel und elektronische Klänge nach Texten verschiedener Dichter, Berichte und Reportagen_. This work contains excerpts from other musical recordings and speeches, which has been pre-arranged in a single recording.
Some of the recordings include:
- Paul McCartney, Hey Jude, Ausschnitt – Englisch, Schallplattenaufnahme (Excerpt – English vinyl)
- Jossif Wissarionowitsch Stalin, Rundfunkansprache an Volk und Armee am 3. Juli 1941, Ausschnitt – Russisch mit deutscher Ansage, Originaltonaufnahme (Broadcast to the public and army on 3 July 1941, excerpt – Russian with German introduction, Original recording)
- Joseph Goebbels, Rede im Berliner Sportpalast am 18. Februar 1943, Ausschnitt – Deutsch, Originaltonaufnahme (Speech at Berlin Sport Palace on 18 Februarz 1943, excerpt – German, original recording)
- Winston Churchill, Rede in der BBC, Ausschnitt – Englisch, Originaltonaufnahme (Speech in the BBC, excerpt – English, original recording)
- Konrad Bayer, der sechste sinn, Ausschnitt – Deutsch, Studioaufnahme. (Reading of an excerpt of the book „Der sechste Sinn“, excerpt, German, Studio recording)
... and others.
This is available as a single 4-track recording with specifications for quad-channel reproduction. (“2 Einspielbänder (4-Spur, 38 cm/s) über 2 × 4 Lautsprecher“)
The guidelines do not contain examples identifying how this type of work can be described. It may be that the “perfRes” elements may need to be expanded to accommodate non-traditional instruments, or to describe components of the “instrument”.
As a first pass, it may look something like:
```xml
<perfResList>
<perfResList recording=”http://example.com/recording.mp3” >
<perfRes tstamp=”4m3”>McCartney, Hey Jude</perfRes>
</perfResList>
</perfResList>
``` | 1.0 | Description of Audio and Video components within a work - In the current MEI header, audio and video are treated as expressions of a work, e.g., an audio recording of a symphony. However, it is currently unclear how we might catalogue a work containing audio or video as a constituent part of that work. For example, how to record the media part for a work for singer and tape.
The use case we identified was B.A. Zimmermann’s _Requiem für einen jungen Dichter
Lingual für Sprecher, Sopran- und Baß-Solo, drei Chöre, Orchester, Jazz-Combo, Orgel und elektronische Klänge nach Texten verschiedener Dichter, Berichte und Reportagen_. This work contains excerpts from other musical recordings and speeches, which has been pre-arranged in a single recording.
Some of the recordings include:
- Paul McCartney, Hey Jude, Ausschnitt – Englisch, Schallplattenaufnahme (Excerpt – English vinyl)
- Jossif Wissarionowitsch Stalin, Rundfunkansprache an Volk und Armee am 3. Juli 1941, Ausschnitt – Russisch mit deutscher Ansage, Originaltonaufnahme (Broadcast to the public and army on 3 July 1941, excerpt – Russian with German introduction, Original recording)
- Joseph Goebbels, Rede im Berliner Sportpalast am 18. Februar 1943, Ausschnitt – Deutsch, Originaltonaufnahme (Speech at Berlin Sport Palace on 18 Februarz 1943, excerpt – German, original recording)
- Winston Churchill, Rede in der BBC, Ausschnitt – Englisch, Originaltonaufnahme (Speech in the BBC, excerpt – English, original recording)
- Konrad Bayer, der sechste sinn, Ausschnitt – Deutsch, Studioaufnahme. (Reading of an excerpt of the book „Der sechste Sinn“, excerpt, German, Studio recording)
... and others.
This is available as a single 4-track recording with specifications for quad-channel reproduction. (“2 Einspielbänder (4-Spur, 38 cm/s) über 2 × 4 Lautsprecher“)
The guidelines do not contain examples identifying how this type of work can be described. It may be that the “perfRes” elements may need to be expanded to accommodate non-traditional instruments, or to describe components of the “instrument”.
As a first pass, it may look something like:
```xml
<perfResList>
<perfResList recording=”http://example.com/recording.mp3” >
<perfRes tstamp=”4m3”>McCartney, Hey Jude</perfRes>
</perfResList>
</perfResList>
``` | priority | description of audio and video components within a work in the current mei header audio and video are treated as expressions of a work e g an audio recording of a symphony however it is currently unclear how we might catalogue a work containing audio or video as a constituent part of that work for example how to record the media part for a work for singer and tape the use case we identified was b a zimmermann’s requiem für einen jungen dichter lingual für sprecher sopran und baß solo drei chöre orchester jazz combo orgel und elektronische klänge nach texten verschiedener dichter berichte und reportagen this work contains excerpts from other musical recordings and speeches which has been pre arranged in a single recording some of the recordings include paul mccartney hey jude ausschnitt – englisch schallplattenaufnahme excerpt – english vinyl jossif wissarionowitsch stalin rundfunkansprache an volk und armee am juli ausschnitt – russisch mit deutscher ansage originaltonaufnahme broadcast to the public and army on july excerpt – russian with german introduction original recording joseph goebbels rede im berliner sportpalast am februar ausschnitt – deutsch originaltonaufnahme speech at berlin sport palace on februarz excerpt – german original recording winston churchill rede in der bbc ausschnitt – englisch originaltonaufnahme speech in the bbc excerpt – english original recording konrad bayer der sechste sinn ausschnitt – deutsch studioaufnahme reading of an excerpt of the book „der sechste sinn“ excerpt german studio recording and others this is available as a single track recording with specifications for quad channel reproduction “ einspielbänder spur cm s über × lautsprecher“ the guidelines do not contain examples identifying how this type of work can be described it may be that the “perfres” elements may need to be expanded to accommodate non traditional instruments or to describe components of the “instrument” as a first pass it may look something like xml mccartney hey jude | 1 |
707,505 | 24,308,984,050 | IssuesEvent | 2022-09-29 20:11:45 | cloud-gov/aws-broker | https://api.github.com/repos/cloud-gov/aws-broker | opened | Update broker to use parameterized IAM group policy | squad-platform aws-security-recommendations priority:medium | In order to reduce the number of IAM users created/managed by the broker, the broker should have a parameterized group policy and add the user/role to that group instead of the broker making an individual policy for each instance.
Recommendation came out of security consulting from AWS. See [the meeting notes](https://docs.google.com/document/d/1BfWD3P7mzeP2sGE9HSJloMX4dS4tq02A7FQEbgMjhJo/edit)
## POC
Ask @rbogle for further details if necessary
| 1.0 | Update broker to use parameterized IAM group policy - In order to reduce the number of IAM users created/managed by the broker, the broker should have a parameterized group policy and add the user/role to that group instead of the broker making an individual policy for each instance.
Recommendation came out of security consulting from AWS. See [the meeting notes](https://docs.google.com/document/d/1BfWD3P7mzeP2sGE9HSJloMX4dS4tq02A7FQEbgMjhJo/edit)
## POC
Ask @rbogle for further details if necessary
| priority | update broker to use parameterized iam group policy in order to reduce the number of iam users created managed by the broker the broker should have a parameterized group policy and add the user role to that group instead of the broker making an individual policy for each instance recommendation came out of security consulting from aws see poc ask rbogle for further details if necessary | 1 |
294,128 | 9,013,619,084 | IssuesEvent | 2019-02-05 19:59:38 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | opened | large number of anon user accounts are being created | NextCity Priority: Medium bug potential-intern-assignment | I think there is some redirect that is happening that is causing a bunch of anon user accounts to be created in quick succession. When I loaded the page for the first time with a fresh database on my local machine, I think I ended up with like 20 anon users. And sometimes when I run the code on my local machine, my browser will complain that there has been too many redirects, and it prevents the page from loading (I then go to an incognito window and it works).
This seems to be a problem on the server too, b/c I see we have 368 users on the newberg-test server right now, and I really don't think we created that many users while testing.
This needs to be fixed before the deployment to the production server for Newberg. A bunch of fake anon accounts will make data analysis later on very hard. | 1.0 | large number of anon user accounts are being created - I think there is some redirect that is happening that is causing a bunch of anon user accounts to be created in quick succession. When I loaded the page for the first time with a fresh database on my local machine, I think I ended up with like 20 anon users. And sometimes when I run the code on my local machine, my browser will complain that there has been too many redirects, and it prevents the page from loading (I then go to an incognito window and it works).
This seems to be a problem on the server too, b/c I see we have 368 users on the newberg-test server right now, and I really don't think we created that many users while testing.
This needs to be fixed before the deployment to the production server for Newberg. A bunch of fake anon accounts will make data analysis later on very hard. | priority | large number of anon user accounts are being created i think there is some redirect that is happening that is causing a bunch of anon user accounts to be created in quick succession when i loaded the page for the first time with a fresh database on my local machine i think i ended up with like anon users and sometimes when i run the code on my local machine my browser will complain that there has been too many redirects and it prevents the page from loading i then go to an incognito window and it works this seems to be a problem on the server too b c i see we have users on the newberg test server right now and i really don t think we created that many users while testing this needs to be fixed before the deployment to the production server for newberg a bunch of fake anon accounts will make data analysis later on very hard | 1 |
249,542 | 7,963,164,423 | IssuesEvent | 2018-07-13 16:33:36 | FIDUCEO/FCDR_HIRS | https://api.github.com/repos/FIDUCEO/FCDR_HIRS | closed | HIASI-anomaly shows up as tens of cm mW m⁻² sr⁻¹ | Priority: Medium bug self-emission | There's a bug in the plotting routines, for HIASI-anomaly shows up as tens of cm mW m⁻² sr⁻¹.
This may fatally affect the calculation of K (#183).

| 1.0 | HIASI-anomaly shows up as tens of cm mW m⁻² sr⁻¹ - There's a bug in the plotting routines, for HIASI-anomaly shows up as tens of cm mW m⁻² sr⁻¹.
This may fatally affect the calculation of K (#183).

| priority | hiasi anomaly shows up as tens of cm mw m⁻² sr⁻¹ there s a bug in the plotting routines for hiasi anomaly shows up as tens of cm mw m⁻² sr⁻¹ this may fatally affect the calculation of k | 1 |
814,113 | 30,488,026,734 | IssuesEvent | 2023-07-18 05:03:55 | sct/overseerr | https://api.github.com/repos/sct/overseerr | closed | Error checking user access: This user does not exist on the main Plex account's shared list | type:bug priority:medium | ### Description
I had a Plex server set up with user access. I changed the server and set up a new server.
I gave access to this new server to users who already had access to the old server and to new users who only had access to this new server.
Overseerr I set it up with only the new server and when I import users from Plex (or when they try to log in) I only get the users that had access to the old server, the new users do not appear in the list and I get the following error:
`Error checking user access: This user does not exist on the main Plex account's shared list`
I tried the answers in issue #3068 but it doesn't work.
### Version
1.33.0
### Steps to Reproduce
1. I click on Users.
2. I click on "import Plex Users".
3. Only the users that had access to the old server that no longer exists are listed.
4. The logs show the above error, one for each user.
### Screenshots
_No response_
### Logs
```shell
[error]: Error checking user access: This user does not exist on the main Plex account's shared list
[error]: Error checking user access: This user does not exist on the main Plex account's shared list
```
### Platform
desktop
### Device
Desktop
### Operating System
Docker
### Browser
Vivaldi
### Additional Context
_No response_
### Code of Conduct
- [X] I agree to follow Overseerr's Code of Conduct | 1.0 | Error checking user access: This user does not exist on the main Plex account's shared list - ### Description
I had a Plex server set up with user access. I changed the server and set up a new server.
I gave access to this new server to users who already had access to the old server and to new users who only had access to this new server.
Overseerr I set it up with only the new server and when I import users from Plex (or when they try to log in) I only get the users that had access to the old server, the new users do not appear in the list and I get the following error:
`Error checking user access: This user does not exist on the main Plex account's shared list`
I tried the answers in issue #3068 but it doesn't work.
### Version
1.33.0
### Steps to Reproduce
1. I click on Users.
2. I click on "import Plex Users".
3. Only the users that had access to the old server that no longer exists are listed.
4. The logs show the above error, one for each user.
### Screenshots
_No response_
### Logs
```shell
[error]: Error checking user access: This user does not exist on the main Plex account's shared list
[error]: Error checking user access: This user does not exist on the main Plex account's shared list
```
### Platform
desktop
### Device
Desktop
### Operating System
Docker
### Browser
Vivaldi
### Additional Context
_No response_
### Code of Conduct
- [X] I agree to follow Overseerr's Code of Conduct | priority | error checking user access this user does not exist on the main plex account s shared list description i had a plex server set up with user access i changed the server and set up a new server i gave access to this new server to users who already had access to the old server and to new users who only had access to this new server overseerr i set it up with only the new server and when i import users from plex or when they try to log in i only get the users that had access to the old server the new users do not appear in the list and i get the following error error checking user access this user does not exist on the main plex account s shared list i tried the answers in issue but it doesn t work version steps to reproduce i click on users i click on import plex users only the users that had access to the old server that no longer exists are listed the logs show the above error one for each user screenshots no response logs shell error checking user access this user does not exist on the main plex account s shared list error checking user access this user does not exist on the main plex account s shared list platform desktop device desktop operating system docker browser vivaldi additional context no response code of conduct i agree to follow overseerr s code of conduct | 1 |
49,338 | 3,002,116,420 | IssuesEvent | 2015-07-24 15:25:11 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Groups UI: View popup should have a done button, not save and close and should not save, unless it is to be replaced by Edit. | Priority: Medium Status: QA Type: Bug | This may be a non issue if View will be replaced by Edit but currently View popup has a save and close button when nothing should be altered while viewing. When clicked, it actually saves the group when it should really just be called done and act like the X button on the popup | 1.0 | Groups UI: View popup should have a done button, not save and close and should not save, unless it is to be replaced by Edit. - This may be a non issue if View will be replaced by Edit but currently View popup has a save and close button when nothing should be altered while viewing. When clicked, it actually saves the group when it should really just be called done and act like the X button on the popup | priority | groups ui view popup should have a done button not save and close and should not save unless it is to be replaced by edit this may be a non issue if view will be replaced by edit but currently view popup has a save and close button when nothing should be altered while viewing when clicked it actually saves the group when it should really just be called done and act like the x button on the popup | 1 |
499,565 | 14,450,293,921 | IssuesEvent | 2020-12-08 09:23:27 | mehdisellami/Helpme-Frontend | https://api.github.com/repos/mehdisellami/Helpme-Frontend | closed | Affichage d'un nombre limité de missions dans une zone | priority : medium | En tant qu'utilisateur, je ne veux pas visualiser toutes les missions de l'application sur ma carte, le nombre de missions doit donc être limité en fonction du zoom sur la carte. | 1.0 | Affichage d'un nombre limité de missions dans une zone - En tant qu'utilisateur, je ne veux pas visualiser toutes les missions de l'application sur ma carte, le nombre de missions doit donc être limité en fonction du zoom sur la carte. | priority | affichage d un nombre limité de missions dans une zone en tant qu utilisateur je ne veux pas visualiser toutes les missions de l application sur ma carte le nombre de missions doit donc être limité en fonction du zoom sur la carte | 1 |
474,525 | 13,671,413,722 | IssuesEvent | 2020-09-29 06:57:07 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0.2 dev-56] Road tool Experience gain | Category: Balance Priority: Medium Status: Fixed | With the new feature of experience gain using road tools as basic engineering it is way to high currently, as making 1 wheel = same xp gained from stamping 1 tile which is way too much, i believe this is the same issue as previously with gathering and grass. Would like to see it a lot lower, 0.2 or 0.1 even per stamped tile.
Since it scales with modifier this can be very poor for Basic Engineering crafting experience balance leaving it this high. | 1.0 | [0.9.0.2 dev-56] Road tool Experience gain - With the new feature of experience gain using road tools as basic engineering it is way to high currently, as making 1 wheel = same xp gained from stamping 1 tile which is way too much, i believe this is the same issue as previously with gathering and grass. Would like to see it a lot lower, 0.2 or 0.1 even per stamped tile.
Since it scales with modifier this can be very poor for Basic Engineering crafting experience balance leaving it this high. | priority | road tool experience gain with the new feature of experience gain using road tools as basic engineering it is way to high currently as making wheel same xp gained from stamping tile which is way too much i believe this is the same issue as previously with gathering and grass would like to see it a lot lower or even per stamped tile since it scales with modifier this can be very poor for basic engineering crafting experience balance leaving it this high | 1 |
270,092 | 8,452,196,018 | IssuesEvent | 2018-10-20 00:51:17 | tootsuite/mastodon | https://api.github.com/repos/tootsuite/mastodon | closed | Provide feedback when private toots / direct messages are known not to be delivered | bug compatibility priority - medium | Since the 2.0 release, Mastodon does not federate private and direct messages using OStatus anymore, which is somewhat reasonable.
However, sending a private message to a OStatus-only user will not trigger any feedback, which makes for a pretty terrible user experience, as any normal user would expect the message to be sent to the remote user, and would just think they are getting ignored.
This is a specific case of a more general issue (#3945). | 1.0 | Provide feedback when private toots / direct messages are known not to be delivered - Since the 2.0 release, Mastodon does not federate private and direct messages using OStatus anymore, which is somewhat reasonable.
However, sending a private message to a OStatus-only user will not trigger any feedback, which makes for a pretty terrible user experience, as any normal user would expect the message to be sent to the remote user, and would just think they are getting ignored.
This is a specific case of a more general issue (#3945). | priority | provide feedback when private toots direct messages are known not to be delivered since the release mastodon does not federate private and direct messages using ostatus anymore which is somewhat reasonable however sending a private message to a ostatus only user will not trigger any feedback which makes for a pretty terrible user experience as any normal user would expect the message to be sent to the remote user and would just think they are getting ignored this is a specific case of a more general issue | 1 |
205,442 | 7,098,034,260 | IssuesEvent | 2018-01-15 01:49:15 | hpi-swt2/sport-portal | https://api.github.com/repos/hpi-swt2/sport-portal | opened | events should not be deleteable after their start date | epic create event priority medium team bruteforce | It should not be possible to delete an event after it started, because otherwise progress will be lost.
After its start an event should only be finished (https://github.com/hpi-swt2/sport-portal/issues/233) and archived.
**Acceptance Criteria**
- [ ] an event can only be deleted until the event started
- [ ] the admin can delete it any time
| 1.0 | events should not be deleteable after their start date - It should not be possible to delete an event after it started, because otherwise progress will be lost.
After its start an event should only be finished (https://github.com/hpi-swt2/sport-portal/issues/233) and archived.
**Acceptance Criteria**
- [ ] an event can only be deleted until the event started
- [ ] the admin can delete it any time
| priority | events should not be deleteable after their start date it should not be possible to delete an event after it started because otherwise progress will be lost after its start an event should only be finished and archived acceptance criteria an event can only be deleted until the event started the admin can delete it any time | 1 |
419,324 | 12,221,456,781 | IssuesEvent | 2020-05-02 08:06:13 | HW-PlayersPatch/Development | https://api.github.com/repos/HW-PlayersPatch/Development | opened | HW1 Mothership Health | Priority2: Medium Status1: In Discussion Type5: Balance | Losing the hw1 MS is a huge blow, once its gone you can no longer make carriers/dds/cruisers. HW2 can fight on after losing their favorite DD maker.
Base Health->Upgraded Health
hgn_mothership.ship 240->420
hgn_shipyard.ship 175->245
hgn_combined 415->665
vgr_mothership.ship 250->350
vgr_shipyard.ship 175->245
vgr_combined 425->595
kus_mothership.ship 420
Suggested: 600 for MP only | 1.0 | HW1 Mothership Health - Losing the hw1 MS is a huge blow, once its gone you can no longer make carriers/dds/cruisers. HW2 can fight on after losing their favorite DD maker.
Base Health->Upgraded Health
hgn_mothership.ship 240->420
hgn_shipyard.ship 175->245
hgn_combined 415->665
vgr_mothership.ship 250->350
vgr_shipyard.ship 175->245
vgr_combined 425->595
kus_mothership.ship 420
Suggested: 600 for MP only | priority | mothership health losing the ms is a huge blow once its gone you can no longer make carriers dds cruisers can fight on after losing their favorite dd maker base health upgraded health hgn mothership ship hgn shipyard ship hgn combined vgr mothership ship vgr shipyard ship vgr combined kus mothership ship suggested for mp only | 1 |
410,872 | 12,003,001,870 | IssuesEvent | 2020-04-09 08:49:23 | appsody/appsody | https://api.github.com/repos/appsody/appsody | closed | Error when running `appsody build` on Windows. | bug priority/medium | **Describe the bug**
When running appsody build, we get the following error:
```
[Warning] The stack image does not contain APPSODY_PROJECT_DIR. Using /project
Running command: docker run --name <name> -v <volumes> --entrypoint /bin/bash docker.io/appsody/java-openliberty:0.1 -c cp -rfL /project /tmp/project
Running command: docker rm <name>
[Warning] Ignoring container remove error Error running docker command: exit status 1
[Error] Error attempting to run copy command cp -rfL /project /tmp/project on image docker.io/appsody/java-openliberty:0.1: exit status 125
```
After some investigation, we had to replace `/bin/bash` with `bash` or we could switch it to `sh`.
**To Reproduce**
Steps to reproduce the behavior:
1. Run appsody build in a windows machine with the OpenLiberty stack.
**Environment Details (please complete the following information):**
- OS: Windows
- CLI version: 0.5.9
- Stack you are using: OpenLiberty 0.2.x
- Terminal: `git bash`
| 1.0 | Error when running `appsody build` on Windows. - **Describe the bug**
When running appsody build, we get the following error:
```
[Warning] The stack image does not contain APPSODY_PROJECT_DIR. Using /project
Running command: docker run --name <name> -v <volumes> --entrypoint /bin/bash docker.io/appsody/java-openliberty:0.1 -c cp -rfL /project /tmp/project
Running command: docker rm <name>
[Warning] Ignoring container remove error Error running docker command: exit status 1
[Error] Error attempting to run copy command cp -rfL /project /tmp/project on image docker.io/appsody/java-openliberty:0.1: exit status 125
```
After some investigation, we had to replace `/bin/bash` with `bash` or we could switch it to `sh`.
**To Reproduce**
Steps to reproduce the behavior:
1. Run appsody build in a windows machine with the OpenLiberty stack.
**Environment Details (please complete the following information):**
- OS: Windows
- CLI version: 0.5.9
- Stack you are using: OpenLiberty 0.2.x
- Terminal: `git bash`
| priority | error when running appsody build on windows describe the bug when running appsody build we get the following error the stack image does not contain appsody project dir using project running command docker run name v entrypoint bin bash docker io appsody java openliberty c cp rfl project tmp project running command docker rm ignoring container remove error error running docker command exit status error attempting to run copy command cp rfl project tmp project on image docker io appsody java openliberty exit status after some investigation we had to replace bin bash with bash or we could switch it to sh to reproduce steps to reproduce the behavior run appsody build in a windows machine with the openliberty stack environment details please complete the following information os windows cli version stack you are using openliberty x terminal git bash | 1 |
636,126 | 20,592,647,186 | IssuesEvent | 2022-03-05 02:48:15 | AY2122S2-CS2113T-T10-1/tp | https://api.github.com/repos/AY2122S2-CS2113T-T10-1/tp | opened | As a user , I can delete sessions that were previously created | type.Story priority.Medium | ... so that I can undo a mistake in session creation.
| 1.0 | As a user , I can delete sessions that were previously created - ... so that I can undo a mistake in session creation.
| priority | as a user i can delete sessions that were previously created so that i can undo a mistake in session creation | 1 |
703,194 | 24,150,129,493 | IssuesEvent | 2022-09-21 23:11:23 | tymkiwdylan/cs321_milestone_2 | https://api.github.com/repos/tymkiwdylan/cs321_milestone_2 | opened | As a superadmin, I want to have access to every athlete’s profile (lookup by team). | enhancement medium priority | Develop a drop down menu that shows teams that the super admin can select | 1.0 | As a superadmin, I want to have access to every athlete’s profile (lookup by team). - Develop a drop down menu that shows teams that the super admin can select | priority | as a superadmin i want to have access to every athlete’s profile lookup by team develop a drop down menu that shows teams that the super admin can select | 1 |
280,733 | 8,686,011,990 | IssuesEvent | 2018-12-03 09:38:03 | BeamMW/beam | https://api.github.com/repos/BeamMW/beam | closed | Restore wallet screens - Cancel button doesn't work as expected | Medium priority bug | Steps:
- Run restore wallet
- Input recovery phrase
- Click "Cancel" during restore
Expected: screen with recovery phrase should be opened
Actual: Wallet is opened and updating is continued | 1.0 | Restore wallet screens - Cancel button doesn't work as expected - Steps:
- Run restore wallet
- Input recovery phrase
- Click "Cancel" during restore
Expected: screen with recovery phrase should be opened
Actual: Wallet is opened and updating is continued | priority | restore wallet screens cancel button doesn t work as expected steps run restore wallet input recovery phrase click cancel during restore expected screen with recovery phrase should be opened actual wallet is opened and updating is continued | 1 |
636,186 | 20,594,549,577 | IssuesEvent | 2022-03-05 09:18:27 | GrottoCenter/Grottocenter3 | https://api.github.com/repos/GrottoCenter/Grottocenter3 | opened | [DOC edition] A doc with file(s) edited lost its file(s) | Type: Bug Priority: Medium Status: Proposal | **Describe the bug**
When a doc submitted with files is edited, the link with the files is lost.
**To Reproduce**
1. Submit a document with a file.
2. Go to the "Document Validation" feature.
3. Display the doc details: the files should be visible.
4. Edit something on the document.
5. Display the doc details: the files have disappeared.
**Expected behaviour**
If files are not changed, they should remain when editing a document. | 1.0 | [DOC edition] A doc with file(s) edited lost its file(s) - **Describe the bug**
When a doc submitted with files is edited, the link with the files is lost.
**To Reproduce**
1. Submit a document with a file.
2. Go to the "Document Validation" feature.
3. Display the doc details: the files should be visible.
4. Edit something on the document.
5. Display the doc details: the files have disappeared.
**Expected behaviour**
If files are not changed, they should remain when editing a document. | priority | a doc with file s edited lost its file s describe the bug when a doc submitted with files is edited the link with the files is lost to reproduce submit a document with a file go to the document validation feature display the doc details the files should be visible edit something on the document display the doc details the files have disappeared expected behaviour if files are not changed they should remain when editing a document | 1 |
484,302 | 13,937,700,537 | IssuesEvent | 2020-10-22 14:26:34 | CCAFS/MARLO | https://api.github.com/repos/CCAFS/MARLO | closed | [AP] (MARLO) Create filters in funding source list | Priority - Medium Type - Enhancement | Issue description.
- [x] Create filter button.
- [x] Filter table.
- [x] Adjust interface to display selected filter.

- [x] Filtered by default for contact points

**Deliverable:**
**Move to Review when:** Released in MARLO Dev
**Move to Closed when:**Released in MARLO Prod | 1.0 | [AP] (MARLO) Create filters in funding source list - Issue description.
- [x] Create filter button.
- [x] Filter table.
- [x] Adjust interface to display selected filter.

- [x] Filtered by default for contact points

**Deliverable:**
**Move to Review when:** Released in MARLO Dev
**Move to Closed when:**Released in MARLO Prod | priority | marlo create filters in funding source list issue description create filter button filter table adjust interface to display selected filter filtered by default for contact points deliverable move to review when released in marlo dev move to closed when released in marlo prod | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.