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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
447,369 | 12,887,882,187 | IssuesEvent | 2020-07-13 12:03:35 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | "Heading" Profile search field issue | Has-PR bug good first issue priority: medium | **Describe the bug**
Can not Enable more than 1 heading profile search filed. After creating the second one and click update, it disappears.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Admin Dashboard >> BuddyBooss >> Profile >> Profile Search'
2. Add the Heading type field.
3. Again try to Add the second Heading type field.
4. Now click on the Update button. You will see the second heading type field is disappeared.
**Expected behavior**
Should be able to add multiple Heading field type.
**Screencast**
https://screencast-o-matic.com/watch/cqlhouU7zj
**Support ticket links**
https://secure.helpscout.net/conversation/1111994735/7014/
| 1.0 | "Heading" Profile search field issue - **Describe the bug**
Can not Enable more than 1 heading profile search filed. After creating the second one and click update, it disappears.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Admin Dashboard >> BuddyBooss >> Profile >> Profile Search'
2. Add the Heading type field.
3. Again try to Add the second Heading type field.
4. Now click on the Update button. You will see the second heading type field is disappeared.
**Expected behavior**
Should be able to add multiple Heading field type.
**Screencast**
https://screencast-o-matic.com/watch/cqlhouU7zj
**Support ticket links**
https://secure.helpscout.net/conversation/1111994735/7014/
| priority | heading profile search field issue describe the bug can not enable more than heading profile search filed after creating the second one and click update it disappears to reproduce steps to reproduce the behavior go to admin dashboard buddybooss profile profile search add the heading type field again try to add the second heading type field now click on the update button you will see the second heading type field is disappeared expected behavior should be able to add multiple heading field type screencast support ticket links | 1 |
816,058 | 30,586,265,718 | IssuesEvent | 2023-07-21 13:36:45 | polyphony-chat/chorus | https://api.github.com/repos/polyphony-chat/chorus | closed | Self-updating structs | Priority: Medium Status: In Progress Type: Enhancement Difficulty: Complex | Similar to libraries like discord.js, Chorus should create structs, which update themselves.
If we, for example, get a User object with `let user = User::get(<info>);`, and this user updates, for example, their Display name, with the current implementation, the user we just defined would already have out-of-date information.
We already receive events such as this Display name update over the Gateway, as soon as they happen. There should be a way to automatically incorporate this info we already receive into the actual object we create, so that we always have up-to-date information, without needing to re-query the API (which is quite expensive). | 1.0 | Self-updating structs - Similar to libraries like discord.js, Chorus should create structs, which update themselves.
If we, for example, get a User object with `let user = User::get(<info>);`, and this user updates, for example, their Display name, with the current implementation, the user we just defined would already have out-of-date information.
We already receive events such as this Display name update over the Gateway, as soon as they happen. There should be a way to automatically incorporate this info we already receive into the actual object we create, so that we always have up-to-date information, without needing to re-query the API (which is quite expensive). | priority | self updating structs similar to libraries like discord js chorus should create structs which update themselves if we for example get a user object with let user user get and this user updates for example their display name with the current implementation the user we just defined would already have out of date information we already receive events such as this display name update over the gateway as soon as they happen there should be a way to automatically incorporate this info we already receive into the actual object we create so that we always have up to date information without needing to re query the api which is quite expensive | 1 |
278,646 | 8,648,562,303 | IssuesEvent | 2018-11-26 16:53:30 | vanilla-framework/vanilla-framework | https://api.github.com/repos/vanilla-framework/vanilla-framework | closed | Bordered, coloured p-strips have no border | Priority: Medium Status: Review | Because of a -1px margin-bottom applied to `p-strip is-bordered`, the border is actually hidden behind the following strip's background (if it has one).
To reproduce, write the following markup:
``` html
<section class="p-strip is-bordered"></section>
<section class="p-strip--light is-bordered"></section>
```
The first strip does not have a visible border | 1.0 | Bordered, coloured p-strips have no border - Because of a -1px margin-bottom applied to `p-strip is-bordered`, the border is actually hidden behind the following strip's background (if it has one).
To reproduce, write the following markup:
``` html
<section class="p-strip is-bordered"></section>
<section class="p-strip--light is-bordered"></section>
```
The first strip does not have a visible border | priority | bordered coloured p strips have no border because of a margin bottom applied to p strip is bordered the border is actually hidden behind the following strip s background if it has one to reproduce write the following markup html the first strip does not have a visible border | 1 |
807,521 | 30,007,140,125 | IssuesEvent | 2023-06-26 13:09:18 | Avaiga/taipy-studio-config | https://api.github.com/repos/Avaiga/taipy-studio-config | closed | Visualize the contents of data nodes and the execution flow | ✨New feature 🟨 Priority: Medium Studio: Diagrams | **What would that feature address**
Two beta testers reported that they did not see the point of Taipy Core as they already knew how to code data pipelines in only Python and features like caching don't justify the steep learning curve of Core.
They did say though that visualization of the data pipeline can be interesting if it is well done.
***Description of the ideal solution***
Data Nodes in Studio should display information about the data contained on the view: type, shape, .head...
During execution, the queued tasks, the running tasks and tasks that fail should be highlighted
Something similar to Pyflow's execution flow:
 | 1.0 | Visualize the contents of data nodes and the execution flow - **What would that feature address**
Two beta testers reported that they did not see the point of Taipy Core as they already knew how to code data pipelines in only Python and features like caching don't justify the steep learning curve of Core.
They did say though that visualization of the data pipeline can be interesting if it is well done.
***Description of the ideal solution***
Data Nodes in Studio should display information about the data contained on the view: type, shape, .head...
During execution, the queued tasks, the running tasks and tasks that fail should be highlighted
Something similar to Pyflow's execution flow:
 | priority | visualize the contents of data nodes and the execution flow what would that feature address two beta testers reported that they did not see the point of taipy core as they already knew how to code data pipelines in only python and features like caching don t justify the steep learning curve of core they did say though that visualization of the data pipeline can be interesting if it is well done description of the ideal solution data nodes in studio should display information about the data contained on the view type shape head during execution the queued tasks the running tasks and tasks that fail should be highlighted something similar to pyflow s execution flow | 1 |
380,495 | 11,266,983,263 | IssuesEvent | 2020-01-14 00:36:20 | Sage-Bionetworks/dccvalidator | https://api.github.com/repos/Sage-Bionetworks/dccvalidator | closed | Add annotations to manifest from within app | medium priority | One thing we've gone back and forth on in AMP-AD is whether to make people redundantly add the same metadata in both the metadata files and manifest. One possibility is that the app could accept the metadata files and manifest with just path, parent, and specimen ID, then the app can merge the manifest with the annotations from the metadata files and provide the result as a file for download. The user would then use this new manifest to upload data (without having to fill out all the annotations themselves twice). | 1.0 | Add annotations to manifest from within app - One thing we've gone back and forth on in AMP-AD is whether to make people redundantly add the same metadata in both the metadata files and manifest. One possibility is that the app could accept the metadata files and manifest with just path, parent, and specimen ID, then the app can merge the manifest with the annotations from the metadata files and provide the result as a file for download. The user would then use this new manifest to upload data (without having to fill out all the annotations themselves twice). | priority | add annotations to manifest from within app one thing we ve gone back and forth on in amp ad is whether to make people redundantly add the same metadata in both the metadata files and manifest one possibility is that the app could accept the metadata files and manifest with just path parent and specimen id then the app can merge the manifest with the annotations from the metadata files and provide the result as a file for download the user would then use this new manifest to upload data without having to fill out all the annotations themselves twice | 1 |
513,860 | 14,927,543,577 | IssuesEvent | 2021-01-24 15:51:53 | dailydotdev/daily | https://api.github.com/repos/dailydotdev/daily | closed | Safari Extension | Priority: Medium Status: Accepted Type: Feature help wanted | #### Feature Suggestion
I use Safari for Mac as my primary browser and love this extension on Brave/Chrome - any plans for an extension for Safari?
| 1.0 | Safari Extension - #### Feature Suggestion
I use Safari for Mac as my primary browser and love this extension on Brave/Chrome - any plans for an extension for Safari?
| priority | safari extension feature suggestion i use safari for mac as my primary browser and love this extension on brave chrome any plans for an extension for safari | 1 |
66,484 | 3,254,406,641 | IssuesEvent | 2015-10-19 23:55:49 | washingtontrails/vms | https://api.github.com/repos/washingtontrails/vms | closed | MBP: What is the green "Public" icon for on the MBP | MBP BUDGET Medium Priority Plone Question Reviewing | What is the Green "Public" icon for in the MBP just under the users images?

| 1.0 | MBP: What is the green "Public" icon for on the MBP - What is the Green "Public" icon for in the MBP just under the users images?

| priority | mbp what is the green public icon for on the mbp what is the green public icon for in the mbp just under the users images | 1 |
30,009 | 2,722,127,262 | IssuesEvent | 2015-04-14 00:12:34 | CruxFramework/crux-smart-faces | https://api.github.com/repos/CruxFramework/crux-smart-faces | closed | some resources are not handled by GWT | bug imported Milestone-M14-C4 Priority-Medium TargetVersion-5.3.0 | _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on January 02, 2015 11:53:53_
upload-icon.png
noise.png
right-arrow.png
left-arrow.png
... are not handled!
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=587_ | 1.0 | some resources are not handled by GWT - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on January 02, 2015 11:53:53_
upload-icon.png
noise.png
right-arrow.png
left-arrow.png
... are not handled!
_Original issue: http://code.google.com/p/crux-framework/issues/detail?id=587_ | priority | some resources are not handled by gwt from on january upload icon png noise png right arrow png left arrow png are not handled original issue | 1 |
624,319 | 19,694,258,429 | IssuesEvent | 2022-01-12 10:26:32 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | Формировать код ТХО и ТП на языке PSQL | GedeminExe Priority-Medium Type-Task Accountancy | Originally reported on Google Code with ID 2730
```
Переработать механизм формирования программного кода ТХО и ТП. Вместо VBScript формировать
код триггеров.
Надо будет разобраться с внутренностями и скорее всего ввести иерархию классов формовщика
программного кода. Абстрактный базовый и наследованные от него два -- один для бейсика
и второй для триггеров.
Поскольку у нас есть блоки с непосредственной вставкой кусков кода VBScript, придется
делать парсер VBScript на основе Golden Parser или
http://code.google.com/p/dcocor/
Придется решать вопрос: на какую именно таблицу делать триггер? gd_document, специфическую,
обе?
Попутно решить вопрос с проверкой корректного синтаксиса кода, генерируемого как каждым
отдельным блоком, так и в целом. А то сейчас достаточно пустую строку не в том месте
вставить и весь код ложится. А отладка кода ТХО удовольствие еще то.
```
Reported by `gs1994` on 2012-03-14 12:17:58
| 1.0 | Формировать код ТХО и ТП на языке PSQL - Originally reported on Google Code with ID 2730
```
Переработать механизм формирования программного кода ТХО и ТП. Вместо VBScript формировать
код триггеров.
Надо будет разобраться с внутренностями и скорее всего ввести иерархию классов формовщика
программного кода. Абстрактный базовый и наследованные от него два -- один для бейсика
и второй для триггеров.
Поскольку у нас есть блоки с непосредственной вставкой кусков кода VBScript, придется
делать парсер VBScript на основе Golden Parser или
http://code.google.com/p/dcocor/
Придется решать вопрос: на какую именно таблицу делать триггер? gd_document, специфическую,
обе?
Попутно решить вопрос с проверкой корректного синтаксиса кода, генерируемого как каждым
отдельным блоком, так и в целом. А то сейчас достаточно пустую строку не в том месте
вставить и весь код ложится. А отладка кода ТХО удовольствие еще то.
```
Reported by `gs1994` on 2012-03-14 12:17:58
| priority | формировать код тхо и тп на языке psql originally reported on google code with id переработать механизм формирования программного кода тхо и тп вместо vbscript формировать код триггеров надо будет разобраться с внутренностями и скорее всего ввести иерархию классов формовщика программного кода абстрактный базовый и наследованные от него два один для бейсика и второй для триггеров поскольку у нас есть блоки с непосредственной вставкой кусков кода vbscript придется делать парсер vbscript на основе golden parser или придется решать вопрос на какую именно таблицу делать триггер gd document специфическую обе попутно решить вопрос с проверкой корректного синтаксиса кода генерируемого как каждым отдельным блоком так и в целом а то сейчас достаточно пустую строку не в том месте вставить и весь код ложится а отладка кода тхо удовольствие еще то reported by on | 1 |
213,424 | 7,253,596,548 | IssuesEvent | 2018-02-16 06:47:05 | Linaro/mr-provisioner | https://api.github.com/repos/Linaro/mr-provisioner | closed | event log functionality for machines | area/asset management area/ui difficulty/medium enhancement priority/P3 | Machines should have an event log that keeps a list of relevant events for some fixed amount of time (e.g. 30 days).
The event log should include things like:
- machine assigned/unassigned
- rebooted
- console accessed
- high-level DHCP packet trace (needs Kea integration)
- preseed accessed
- phoned-home (needs phone home logic, will be tracked in a separate issue)
This should be implemented as a separate table where each row represent a log entry for the machine, and has a JSONB column containing event payload (i.e. not storing fixed strings of events). | 1.0 | event log functionality for machines - Machines should have an event log that keeps a list of relevant events for some fixed amount of time (e.g. 30 days).
The event log should include things like:
- machine assigned/unassigned
- rebooted
- console accessed
- high-level DHCP packet trace (needs Kea integration)
- preseed accessed
- phoned-home (needs phone home logic, will be tracked in a separate issue)
This should be implemented as a separate table where each row represent a log entry for the machine, and has a JSONB column containing event payload (i.e. not storing fixed strings of events). | priority | event log functionality for machines machines should have an event log that keeps a list of relevant events for some fixed amount of time e g days the event log should include things like machine assigned unassigned rebooted console accessed high level dhcp packet trace needs kea integration preseed accessed phoned home needs phone home logic will be tracked in a separate issue this should be implemented as a separate table where each row represent a log entry for the machine and has a jsonb column containing event payload i e not storing fixed strings of events | 1 |
773,344 | 27,155,083,539 | IssuesEvent | 2023-02-17 06:55:06 | Saga-sanga/mizo-apologia | https://api.github.com/repos/Saga-sanga/mizo-apologia | opened | Implement CI webhook | medium_priority | Implement CI script in digitalocean to track main branch, pull and deploy automatically when changes are made. | 1.0 | Implement CI webhook - Implement CI script in digitalocean to track main branch, pull and deploy automatically when changes are made. | priority | implement ci webhook implement ci script in digitalocean to track main branch pull and deploy automatically when changes are made | 1 |
164,421 | 6,226,001,988 | IssuesEvent | 2017-07-10 17:28:09 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Dashboard and sidebar do not render properly in firefox | bug Priority: Medium | <img width="1361" alt="screen shot 2017-06-20 at 2 10 25 pm" src="https://user-images.githubusercontent.com/169432/27348534-65932d60-55c2-11e7-921a-37c51a793c58.png">
| 1.0 | [studio-ui] Dashboard and sidebar do not render properly in firefox - <img width="1361" alt="screen shot 2017-06-20 at 2 10 25 pm" src="https://user-images.githubusercontent.com/169432/27348534-65932d60-55c2-11e7-921a-37c51a793c58.png">
| priority | dashboard and sidebar do not render properly in firefox img width alt screen shot at pm src | 1 |
472,588 | 13,627,493,448 | IssuesEvent | 2020-09-24 12:41:12 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Strapi 3.14 + MongoDB + GraphQL - Creating With Repeatable Component | priority: medium source: plugin:content-manager status: confirmed type: bug | **Describe the bug**
I want to add a data using GraphQL and MongoDB as database, but for some reason it throws me an error of
**Expected type ID, found ....**
****
**Steps to reproduce the behavior**
1. Go to GraphQL play ground: http://localhost:1337/graphql
2. Enter Mutation:
`mutation generateInvoice(
$attn: String!,
$invoiceDate: Date!,
$discount: Int!
$hst: Int!,
$invoiceNotes: String!,
$quantity: Float!,
$courseIDs : ID!
){
createInvoice(input : {
data: {
invDate: $invoiceDate,
attn: $attn,
discount: $discount,
hst: $hst,
invoiceNotes: $invoiceNotes,
InvoiceBreakdown:{
quantity: $quantity
course: $courseIDs
}
}
})
{
invoice {
id
invDate
hst
discount
InvoiceBreakdown{
quantity
course{
name
price
}
}
}
}
}`
3. Query Variables:
`{
"invoiceDate": "2020-12-15",
"attn": "test att3",
"discount": 10,
"hst": 10,
"invoiceNotes": "tsetse",
"quantity": 10.00,
"courseIDs": "5f4e776c9f4ab7003dc7c2e2, 5f4e76587b85a2002de8f7a9"
}`
4. Press Run or Play
**Expected behavior**
I should be able to add multiple IDs(CourseID in Coomponent) inside Invoice collection
**Screenshots**
1st Attempt: https://prnt.sc/ua9o1s
2nd Attempt: https://prnt.sc/ua9mvm
3rd Attempt: https://prnt.sc/ua9s5q
Invoice Generate via GraphQL: https://prnt.sc/ua9tgh
Invoice Collection: https://prnt.sc/ua9ozo
Course Collection https://prnt.sc/ua9phf
InvoiceBreakdown Component: https://prnt.sc/ua9qbh
**Code snippets**
If applicable, add code samples to help explain your problem.
**System**
- Node.js version: 12.18.2 https://prnt.sc/ua9vnf
- NPM version: 6.14.15 https://prnt.sc/ua9wm8
- Strapi version: Strapi 3.1.4
- Database: MongoDB - https://prnt.sc/ua9uqo
- Operating system: Windows 10
**Additional context**
Run via Docker
| 1.0 | Strapi 3.14 + MongoDB + GraphQL - Creating With Repeatable Component - **Describe the bug**
I want to add a data using GraphQL and MongoDB as database, but for some reason it throws me an error of
**Expected type ID, found ....**
****
**Steps to reproduce the behavior**
1. Go to GraphQL play ground: http://localhost:1337/graphql
2. Enter Mutation:
`mutation generateInvoice(
$attn: String!,
$invoiceDate: Date!,
$discount: Int!
$hst: Int!,
$invoiceNotes: String!,
$quantity: Float!,
$courseIDs : ID!
){
createInvoice(input : {
data: {
invDate: $invoiceDate,
attn: $attn,
discount: $discount,
hst: $hst,
invoiceNotes: $invoiceNotes,
InvoiceBreakdown:{
quantity: $quantity
course: $courseIDs
}
}
})
{
invoice {
id
invDate
hst
discount
InvoiceBreakdown{
quantity
course{
name
price
}
}
}
}
}`
3. Query Variables:
`{
"invoiceDate": "2020-12-15",
"attn": "test att3",
"discount": 10,
"hst": 10,
"invoiceNotes": "tsetse",
"quantity": 10.00,
"courseIDs": "5f4e776c9f4ab7003dc7c2e2, 5f4e76587b85a2002de8f7a9"
}`
4. Press Run or Play
**Expected behavior**
I should be able to add multiple IDs(CourseID in Coomponent) inside Invoice collection
**Screenshots**
1st Attempt: https://prnt.sc/ua9o1s
2nd Attempt: https://prnt.sc/ua9mvm
3rd Attempt: https://prnt.sc/ua9s5q
Invoice Generate via GraphQL: https://prnt.sc/ua9tgh
Invoice Collection: https://prnt.sc/ua9ozo
Course Collection https://prnt.sc/ua9phf
InvoiceBreakdown Component: https://prnt.sc/ua9qbh
**Code snippets**
If applicable, add code samples to help explain your problem.
**System**
- Node.js version: 12.18.2 https://prnt.sc/ua9vnf
- NPM version: 6.14.15 https://prnt.sc/ua9wm8
- Strapi version: Strapi 3.1.4
- Database: MongoDB - https://prnt.sc/ua9uqo
- Operating system: Windows 10
**Additional context**
Run via Docker
| priority | strapi mongodb graphql creating with repeatable component describe the bug i want to add a data using graphql and mongodb as database but for some reason it throws me an error of expected type id found steps to reproduce the behavior go to graphql play ground enter mutation mutation generateinvoice attn string invoicedate date discount int hst int invoicenotes string quantity float courseids id createinvoice input data invdate invoicedate attn attn discount discount hst hst invoicenotes invoicenotes invoicebreakdown quantity quantity course courseids invoice id invdate hst discount invoicebreakdown quantity course name price query variables invoicedate attn test discount hst invoicenotes tsetse quantity courseids press run or play expected behavior i should be able to add multiple ids courseid in coomponent inside invoice collection screenshots attempt attempt attempt invoice generate via graphql invoice collection course collection invoicebreakdown component code snippets if applicable add code samples to help explain your problem system node js version npm version strapi version strapi database mongodb operating system windows additional context run via docker | 1 |
804,456 | 29,488,718,304 | IssuesEvent | 2023-06-02 11:53:01 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID: 316516] Macro compares unsigned to 0 in subsys/net/l2/ethernet/gptp/gptp_messages.c | bug priority: medium area: Networking Coverity |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/l2/ethernet/gptp/gptp_messages.c
Category: Integer handling issues
Function: `gptp_prepare_announce`
Component: Networking
CID: [316516](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=316516)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/l2/ethernet/gptp/gptp_messages.c#L487
Please fix or provide comments in coverity using the link:
https://scan9.scan.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_NO_EFFECT). ([CWE-570](http://cwe.mitre.org/data/definitions/570.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID: 316516] Macro compares unsigned to 0 in subsys/net/l2/ethernet/gptp/gptp_messages.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/l2/ethernet/gptp/gptp_messages.c
Category: Integer handling issues
Function: `gptp_prepare_announce`
Component: Networking
CID: [316516](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=316516)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/l2/ethernet/gptp/gptp_messages.c#L487
Please fix or provide comments in coverity using the link:
https://scan9.scan.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_NO_EFFECT). ([CWE-570](http://cwe.mitre.org/data/definitions/570.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | macro compares unsigned to in subsys net ethernet gptp gptp messages c static code scan issues found in file category integer handling issues function gptp prepare announce component networking cid details please fix or provide comments in coverity using the link for more information about the violation check the note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
41,900 | 2,869,087,627 | IssuesEvent | 2015-06-05 23:14:01 | dart-lang/polymer-dart | https://api.github.com/repos/dart-lang/polymer-dart | opened | custom url attributes are broken during inlining | bug Priority-Medium | <a href="https://github.com/jakemac53"><img src="https://avatars.githubusercontent.com/u/984921?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jakemac53](https://github.com/jakemac53)**
_Originally opened as dart-lang/sdk#21204_
----
The prime example of this is core-ajax and core-ajax-dart. They have a `url` attribute that will not be normalized once the element is inlined. Thus any relative urls inside of that will be broken if the element is nested inside a folder or in lib. | 1.0 | custom url attributes are broken during inlining - <a href="https://github.com/jakemac53"><img src="https://avatars.githubusercontent.com/u/984921?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jakemac53](https://github.com/jakemac53)**
_Originally opened as dart-lang/sdk#21204_
----
The prime example of this is core-ajax and core-ajax-dart. They have a `url` attribute that will not be normalized once the element is inlined. Thus any relative urls inside of that will be broken if the element is nested inside a folder or in lib. | priority | custom url attributes are broken during inlining issue by originally opened as dart lang sdk the prime example of this is core ajax and core ajax dart they have a url attribute that will not be normalized once the element is inlined thus any relative urls inside of that will be broken if the element is nested inside a folder or in lib | 1 |
56,806 | 3,081,190,652 | IssuesEvent | 2015-08-22 13:25:07 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Ошибка в локализации, галка "Спрятать ТТН" в окне "Поиск-Шпион" не корректно переведена. | bug Component-Lang Component-UI imported Priority-Medium | _From [Cep...@gmail.com](https://code.google.com/u/115759325446964059485/) on November 10, 2012 05:51:31_
в окне поиска-шпиона не работает галка "Спрятать ТТН"
502-62-11794 х32, wxp
**Attachment:** [11111.JPG](http://code.google.com/p/flylinkdc/issues/detail?id=853)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=853_ | 1.0 | Ошибка в локализации, галка "Спрятать ТТН" в окне "Поиск-Шпион" не корректно переведена. - _From [Cep...@gmail.com](https://code.google.com/u/115759325446964059485/) on November 10, 2012 05:51:31_
в окне поиска-шпиона не работает галка "Спрятать ТТН"
502-62-11794 х32, wxp
**Attachment:** [11111.JPG](http://code.google.com/p/flylinkdc/issues/detail?id=853)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=853_ | priority | ошибка в локализации галка спрятать ттн в окне поиск шпион не корректно переведена from on november в окне поиска шпиона не работает галка спрятать ттн wxp attachment original issue | 1 |
711,222 | 24,454,055,215 | IssuesEvent | 2022-10-07 04:04:56 | CMU-313/fall22-hw3-f4 | https://api.github.com/repos/CMU-313/fall22-hw3-f4 | closed | Single rating tests | middleware backend priority - high effort - medium | Tests for single rating, specifically put request for the score field.
Acceptance criteria: the new tests pass.
Dependencies: implemented single rating feature. | 1.0 | Single rating tests - Tests for single rating, specifically put request for the score field.
Acceptance criteria: the new tests pass.
Dependencies: implemented single rating feature. | priority | single rating tests tests for single rating specifically put request for the score field acceptance criteria the new tests pass dependencies implemented single rating feature | 1 |
58,377 | 3,088,981,425 | IssuesEvent | 2015-08-25 19:17:07 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Криво считается общая шара и слетает после реконнекта | bug duplicate imported Priority-Medium | _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on September 30, 2014 18:47:04_
http://www.youtube.com/watch?v=Es0bsY2wlVU Выделить время и наконец починить
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1499_ | 1.0 | Криво считается общая шара и слетает после реконнекта - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on September 30, 2014 18:47:04_
http://www.youtube.com/watch?v=Es0bsY2wlVU Выделить время и наконец починить
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1499_ | priority | криво считается общая шара и слетает после реконнекта from on september выделить время и наконец починить original issue | 1 |
745,519 | 25,986,529,101 | IssuesEvent | 2022-12-20 01:09:29 | Steam-Headless/docker-steam-headless | https://api.github.com/repos/Steam-Headless/docker-steam-headless | closed | Remove the Nginx proxy | type:bug priority:medium stale | I think the proxy has introduced too much latency and seems to be causing issues with the audio and/or random disconnects.
Since introducing a dynamic port allocation during container startup, the reverse proxy is sort of redundant.
I think I should remove the Nginx proxy, and revert things back to how it was with the exception of making the audio websocket dynamically allocated on startup.
## Version:
Build: [10/08/22 03:09:26] [master] [477e25f82c2612b6345ca0c9777345e6b5129965] | 1.0 | Remove the Nginx proxy - I think the proxy has introduced too much latency and seems to be causing issues with the audio and/or random disconnects.
Since introducing a dynamic port allocation during container startup, the reverse proxy is sort of redundant.
I think I should remove the Nginx proxy, and revert things back to how it was with the exception of making the audio websocket dynamically allocated on startup.
## Version:
Build: [10/08/22 03:09:26] [master] [477e25f82c2612b6345ca0c9777345e6b5129965] | priority | remove the nginx proxy i think the proxy has introduced too much latency and seems to be causing issues with the audio and or random disconnects since introducing a dynamic port allocation during container startup the reverse proxy is sort of redundant i think i should remove the nginx proxy and revert things back to how it was with the exception of making the audio websocket dynamically allocated on startup version build | 1 |
720,766 | 24,805,676,860 | IssuesEvent | 2022-10-25 04:08:16 | AY2223S1-CS2113-W12-3/tp | https://api.github.com/repos/AY2223S1-CS2113-W12-3/tp | closed | As a user, I want to view the strength training exercises in the order of date | priority.Medium type.Enhancement | so that I can plan my workout routines. | 1.0 | As a user, I want to view the strength training exercises in the order of date - so that I can plan my workout routines. | priority | as a user i want to view the strength training exercises in the order of date so that i can plan my workout routines | 1 |
362,188 | 10,723,952,775 | IssuesEvent | 2019-10-27 22:18:44 | LibreTexts/metalc | https://api.github.com/repos/LibreTexts/metalc | opened | Setting up staging jupyterhub for testing | medium priority | I have setup a staging jupyterhub on our cluster. We can use this deployment to test our configuration/environment changes before deploying to our live hub. Currently, it is reachable only by ip at http://128.120.136.61/hub/login . @Miniland1333 could we get the domain "staging.jupyter.libretexts.org" ? | 1.0 | Setting up staging jupyterhub for testing - I have setup a staging jupyterhub on our cluster. We can use this deployment to test our configuration/environment changes before deploying to our live hub. Currently, it is reachable only by ip at http://128.120.136.61/hub/login . @Miniland1333 could we get the domain "staging.jupyter.libretexts.org" ? | priority | setting up staging jupyterhub for testing i have setup a staging jupyterhub on our cluster we can use this deployment to test our configuration environment changes before deploying to our live hub currently it is reachable only by ip at could we get the domain staging jupyter libretexts org | 1 |
610,066 | 18,893,092,440 | IssuesEvent | 2021-11-15 15:10:10 | bounswe/2021SpringGroup12 | https://api.github.com/repos/bounswe/2021SpringGroup12 | opened | Backend generic entity endpoint request | priority: medium backend | **Describe the problem which caused your suggestion/solution**
- It is not possible to get an entity without its type.
**Describe the suggestion/solution**
- An endpoint for all entity
**Describe alternatives you've considered**
-
**Any relevant links**
-
**Additional context**
-
| 1.0 | Backend generic entity endpoint request - **Describe the problem which caused your suggestion/solution**
- It is not possible to get an entity without its type.
**Describe the suggestion/solution**
- An endpoint for all entity
**Describe alternatives you've considered**
-
**Any relevant links**
-
**Additional context**
-
| priority | backend generic entity endpoint request describe the problem which caused your suggestion solution it is not possible to get an entity without its type describe the suggestion solution an endpoint for all entity describe alternatives you ve considered any relevant links additional context | 1 |
77,805 | 3,507,271,616 | IssuesEvent | 2016-01-08 12:18:38 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Marauding Crust Burster untargetable (BB #787) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** realyzee
**Original Date:** 13.01.2015 19:46:45 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/787
<hr>
In Hellfire Peninsula the Marauding Crust Bursters are untargetable. Entry: 16857
With GM on you can target them while they are in the ground, but as soon as they come up they are untargetable, even with GM on. | 1.0 | Marauding Crust Burster untargetable (BB #787) - This issue was migrated from bitbucket.
**Original Reporter:** realyzee
**Original Date:** 13.01.2015 19:46:45 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/787
<hr>
In Hellfire Peninsula the Marauding Crust Bursters are untargetable. Entry: 16857
With GM on you can target them while they are in the ground, but as soon as they come up they are untargetable, even with GM on. | priority | marauding crust burster untargetable bb this issue was migrated from bitbucket original reporter realyzee original date gmt original priority major original type bug original state resolved direct link in hellfire peninsula the marauding crust bursters are untargetable entry with gm on you can target them while they are in the ground but as soon as they come up they are untargetable even with gm on | 1 |
608,575 | 18,842,755,707 | IssuesEvent | 2021-11-11 11:32:15 | rsherrera/project-caja | https://api.github.com/repos/rsherrera/project-caja | opened | Préstamo. Pagar Cuota. El sistema redondea el valor decimal ingresado en importes pagados | correctivo Priority-Medium mantimiento | Luego del cálculo automático de un importe pagado de una cuota de un préstamo o bien luego del ingreso manual de un importe pagado, si el resultado es un valor con dígitos decimales, el sistema muestra los dos dígitos decimales, pero luego de grabar el pago, cerrar la ventana y volver a ingresar a la ventana de Pagar Cuotas, el sistema redondea para arriba el valor dejándolo como un número entero.
Ejemplo: Si el importe pagado es 12585.96, el sistema muestra luego de cerrar y volver a abrir ventana de Pagar Cuotas, el valor 12586
| 1.0 | Préstamo. Pagar Cuota. El sistema redondea el valor decimal ingresado en importes pagados - Luego del cálculo automático de un importe pagado de una cuota de un préstamo o bien luego del ingreso manual de un importe pagado, si el resultado es un valor con dígitos decimales, el sistema muestra los dos dígitos decimales, pero luego de grabar el pago, cerrar la ventana y volver a ingresar a la ventana de Pagar Cuotas, el sistema redondea para arriba el valor dejándolo como un número entero.
Ejemplo: Si el importe pagado es 12585.96, el sistema muestra luego de cerrar y volver a abrir ventana de Pagar Cuotas, el valor 12586
| priority | préstamo pagar cuota el sistema redondea el valor decimal ingresado en importes pagados luego del cálculo automático de un importe pagado de una cuota de un préstamo o bien luego del ingreso manual de un importe pagado si el resultado es un valor con dígitos decimales el sistema muestra los dos dígitos decimales pero luego de grabar el pago cerrar la ventana y volver a ingresar a la ventana de pagar cuotas el sistema redondea para arriba el valor dejándolo como un número entero ejemplo si el importe pagado es el sistema muestra luego de cerrar y volver a abrir ventana de pagar cuotas el valor | 1 |
96,255 | 3,966,411,367 | IssuesEvent | 2016-05-03 12:54:50 | OCHA-DAP/liverpool16 | https://api.github.com/repos/OCHA-DAP/liverpool16 | closed | Map Explorer mobile: dots for slider | enhancement Medium Priority | slider with 2 charts at the bottom should have add dots to indicate multiple pages | 1.0 | Map Explorer mobile: dots for slider - slider with 2 charts at the bottom should have add dots to indicate multiple pages | priority | map explorer mobile dots for slider slider with charts at the bottom should have add dots to indicate multiple pages | 1 |
685,611 | 23,462,733,323 | IssuesEvent | 2022-08-16 14:19:57 | DSD-DBS/capella-collab-manager | https://api.github.com/repos/DSD-DBS/capella-collab-manager | closed | Readonly containers: Allow selection of branches and tags | enhancement priority:low effort:medium | Allow the selection of branches and tags of the linked Git repository. | 1.0 | Readonly containers: Allow selection of branches and tags - Allow the selection of branches and tags of the linked Git repository. | priority | readonly containers allow selection of branches and tags allow the selection of branches and tags of the linked git repository | 1 |
387,478 | 11,462,171,413 | IssuesEvent | 2020-02-07 13:37:11 | TheOnlineJudge/ojudge | https://api.github.com/repos/TheOnlineJudge/ojudge | opened | Implement contests system | enhancement priority: medium | The contest module must be done. It includes contest backend/user interface/admin interface. Also it should be possible to turn on/off the contests feature from admin settings. | 1.0 | Implement contests system - The contest module must be done. It includes contest backend/user interface/admin interface. Also it should be possible to turn on/off the contests feature from admin settings. | priority | implement contests system the contest module must be done it includes contest backend user interface admin interface also it should be possible to turn on off the contests feature from admin settings | 1 |
281,412 | 8,694,954,201 | IssuesEvent | 2018-12-04 14:02:46 | JoaquimLey/transport-eta | https://api.github.com/repos/JoaquimLey/transport-eta | opened | Look into android.telephony.SmsManager to improve multiple calls | Priority: Medium Type: Enhancement | ## Context
- There are `PendingIntent` params for `sentIntent` and `deliveryIntent` that we might be useful to know which sms code was sent, this was there is no need to "block" or "queue" requests since the OS might be able to handle all that 🎉
```
SmsManager#sendTextMessage()
```
---------------
The javadoc
```
/**
* Send a text based SMS.
*
* <p class="note"><strong>Note:</strong> Using this method requires that your app has the
* {@link android.Manifest.permission#SEND_SMS} permission.</p>
*
* <p class="note"><strong>Note:</strong> Beginning with Android 4.4 (API level 19), if
* <em>and only if</em> an app is not selected as the default SMS app, the system automatically
* writes messages sent using this method to the SMS Provider (the default SMS app is always
* responsible for writing its sent messages to the SMS Provider). For information about
* how to behave as the default SMS app, see {@link android.provider.Telephony}.</p>
*
*
* @param destinationAddress the address to send the message to
* @param scAddress is the service center address or null to use
* the current default SMSC
* @param text the body of the message to send
* @param sentIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is successfully sent, or failed.
* The result code will be <code>Activity.RESULT_OK</code> for success,
* or one of these errors:<br>
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
* <code>RESULT_ERROR_RADIO_OFF</code><br>
* <code>RESULT_ERROR_NULL_PDU</code><br>
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
* the extra "errorCode" containing a radio technology specific value,
* generally only useful for troubleshooting.<br>
* The per-application based SMS control checks sentIntent. If sentIntent
* is NULL the caller will be checked against all unknown applications,
* which cause smaller number of SMS to be sent in checking period.
* @param deliveryIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is delivered to the recipient. The
* raw pdu of the status report is in the extended data ("pdu").
*
* @throws IllegalArgumentException if destinationAddress or text are empty
*/
``` | 1.0 | Look into android.telephony.SmsManager to improve multiple calls - ## Context
- There are `PendingIntent` params for `sentIntent` and `deliveryIntent` that we might be useful to know which sms code was sent, this was there is no need to "block" or "queue" requests since the OS might be able to handle all that 🎉
```
SmsManager#sendTextMessage()
```
---------------
The javadoc
```
/**
* Send a text based SMS.
*
* <p class="note"><strong>Note:</strong> Using this method requires that your app has the
* {@link android.Manifest.permission#SEND_SMS} permission.</p>
*
* <p class="note"><strong>Note:</strong> Beginning with Android 4.4 (API level 19), if
* <em>and only if</em> an app is not selected as the default SMS app, the system automatically
* writes messages sent using this method to the SMS Provider (the default SMS app is always
* responsible for writing its sent messages to the SMS Provider). For information about
* how to behave as the default SMS app, see {@link android.provider.Telephony}.</p>
*
*
* @param destinationAddress the address to send the message to
* @param scAddress is the service center address or null to use
* the current default SMSC
* @param text the body of the message to send
* @param sentIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is successfully sent, or failed.
* The result code will be <code>Activity.RESULT_OK</code> for success,
* or one of these errors:<br>
* <code>RESULT_ERROR_GENERIC_FAILURE</code><br>
* <code>RESULT_ERROR_RADIO_OFF</code><br>
* <code>RESULT_ERROR_NULL_PDU</code><br>
* For <code>RESULT_ERROR_GENERIC_FAILURE</code> the sentIntent may include
* the extra "errorCode" containing a radio technology specific value,
* generally only useful for troubleshooting.<br>
* The per-application based SMS control checks sentIntent. If sentIntent
* is NULL the caller will be checked against all unknown applications,
* which cause smaller number of SMS to be sent in checking period.
* @param deliveryIntent if not NULL this <code>PendingIntent</code> is
* broadcast when the message is delivered to the recipient. The
* raw pdu of the status report is in the extended data ("pdu").
*
* @throws IllegalArgumentException if destinationAddress or text are empty
*/
``` | priority | look into android telephony smsmanager to improve multiple calls context there are pendingintent params for sentintent and deliveryintent that we might be useful to know which sms code was sent this was there is no need to block or queue requests since the os might be able to handle all that 🎉 smsmanager sendtextmessage the javadoc send a text based sms note using this method requires that your app has the link android manifest permission send sms permission note beginning with android api level if and only if an app is not selected as the default sms app the system automatically writes messages sent using this method to the sms provider the default sms app is always responsible for writing its sent messages to the sms provider for information about how to behave as the default sms app see link android provider telephony param destinationaddress the address to send the message to param scaddress is the service center address or null to use the current default smsc param text the body of the message to send param sentintent if not null this pendingintent is broadcast when the message is successfully sent or failed the result code will be activity result ok for success or one of these errors result error generic failure result error radio off result error null pdu for result error generic failure the sentintent may include the extra errorcode containing a radio technology specific value generally only useful for troubleshooting the per application based sms control checks sentintent if sentintent is null the caller will be checked against all unknown applications which cause smaller number of sms to be sent in checking period param deliveryintent if not null this pendingintent is broadcast when the message is delivered to the recipient the raw pdu of the status report is in the extended data pdu throws illegalargumentexception if destinationaddress or text are empty | 1 |
545,132 | 15,936,896,739 | IssuesEvent | 2021-04-14 11:46:29 | hochschule-darmstadt/openartbrowser | https://api.github.com/repos/hochschule-darmstadt/openartbrowser | opened | Wrong related movements are displayed | bug good first issue medium priority small effort | **Describe the bug**
Related Movements are cached from the last movement. Therefore no new movements are loaded.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://openartbrowser.org/de/movement/Q4692
2. Click on 'Related Movements'
3. Click on eg. 'Italian Renaissance'
4. Reload Page
5. Click on 'Related Movements'
6. See error
**Expected behavior**
Only the related movements for the current movement should be shown in the 'Related Movements' tab.
**Additional context**
It probably helps to clear the related movements in `ngOnInit()`
| 1.0 | Wrong related movements are displayed - **Describe the bug**
Related Movements are cached from the last movement. Therefore no new movements are loaded.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://openartbrowser.org/de/movement/Q4692
2. Click on 'Related Movements'
3. Click on eg. 'Italian Renaissance'
4. Reload Page
5. Click on 'Related Movements'
6. See error
**Expected behavior**
Only the related movements for the current movement should be shown in the 'Related Movements' tab.
**Additional context**
It probably helps to clear the related movements in `ngOnInit()`
| priority | wrong related movements are displayed describe the bug related movements are cached from the last movement therefore no new movements are loaded to reproduce steps to reproduce the behavior go to click on related movements click on eg italian renaissance reload page click on related movements see error expected behavior only the related movements for the current movement should be shown in the related movements tab additional context it probably helps to clear the related movements in ngoninit | 1 |
97,511 | 3,994,761,232 | IssuesEvent | 2016-05-10 13:33:47 | daniestrella1/coweb | https://api.github.com/repos/daniestrella1/coweb | opened | Apartado 3 - XML | enhancement priority medium | - [ ] Parte 1
> Codificar los datos de una query en xml(servidor)
> Enviar esos datos al cliente (recuperar un fichero tipo .xml)
> Parsear los datos XML con javascript y modificar el DOM creando una tabla
- [ ] Parte 2
> Implementar conexión Ajax entre servidor i cliente con XML
| 1.0 | Apartado 3 - XML - - [ ] Parte 1
> Codificar los datos de una query en xml(servidor)
> Enviar esos datos al cliente (recuperar un fichero tipo .xml)
> Parsear los datos XML con javascript y modificar el DOM creando una tabla
- [ ] Parte 2
> Implementar conexión Ajax entre servidor i cliente con XML
| priority | apartado xml parte codificar los datos de una query en xml servidor enviar esos datos al cliente recuperar un fichero tipo xml parsear los datos xml con javascript y modificar el dom creando una tabla parte implementar conexión ajax entre servidor i cliente con xml | 1 |
710,196 | 24,409,817,111 | IssuesEvent | 2022-10-05 11:20:12 | IAmTamal/Milan | https://api.github.com/repos/IAmTamal/Milan | opened | [Adding minimal Contact form] | 🟨 priority: medium ⭐ goal: addition 🛠 status : under development | ### Description
### description
- I would like to add a minimalist design contact form at the footer of the home page
- although the contact form is there in the header menu a small at footer may be useful
@IAmTamal
I would like to work on this
please assign it to me
### Screenshots
current

expected
### Additional information
_No response_ | 1.0 | [Adding minimal Contact form] - ### Description
### description
- I would like to add a minimalist design contact form at the footer of the home page
- although the contact form is there in the header menu a small at footer may be useful
@IAmTamal
I would like to work on this
please assign it to me
### Screenshots
current

expected
### Additional information
_No response_ | priority | description description i would like to add a minimalist design contact form at the footer of the home page although the contact form is there in the header menu a small at footer may be useful iamtamal i would like to work on this please assign it to me screenshots current expected additional information no response | 1 |
22,210 | 2,645,776,513 | IssuesEvent | 2015-03-13 02:09:23 | prikhi/evoluspencil | https://api.github.com/repos/prikhi/evoluspencil | opened | Remember entered properties | 1 star bug imported Priority-Medium | _From [drey....@gmail.com](https://code.google.com/u/102258045377137699005/) on September 03, 2009 04:49:53_
Dialogs should remember values entered when once used.
For instance: "Resize to fit contents" page dialog always defaults padding
to 0.
The same could apply when some element is added, the color, font and shape
could be copied from the last element of the same type changed.
For instance if we add a Baloon and change the Opacity and color, the next
Baloon element added should have the same Opacity and color as the previous
one.
This would help ensuring the same look and feel on the page.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=102_ | 1.0 | Remember entered properties - _From [drey....@gmail.com](https://code.google.com/u/102258045377137699005/) on September 03, 2009 04:49:53_
Dialogs should remember values entered when once used.
For instance: "Resize to fit contents" page dialog always defaults padding
to 0.
The same could apply when some element is added, the color, font and shape
could be copied from the last element of the same type changed.
For instance if we add a Baloon and change the Opacity and color, the next
Baloon element added should have the same Opacity and color as the previous
one.
This would help ensuring the same look and feel on the page.
_Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=102_ | priority | remember entered properties from on september dialogs should remember values entered when once used for instance resize to fit contents page dialog always defaults padding to the same could apply when some element is added the color font and shape could be copied from the last element of the same type changed for instance if we add a baloon and change the opacity and color the next baloon element added should have the same opacity and color as the previous one this would help ensuring the same look and feel on the page original issue | 1 |
646,934 | 21,082,454,221 | IssuesEvent | 2022-04-03 05:01:05 | userigorgithub/whats-cookin | https://api.github.com/repos/userigorgithub/whats-cookin | closed | Fave Recipes View | bug medium priority | In displayed recipe, if un-favorited , recipe stays and a new thing appears in favorites . | 1.0 | Fave Recipes View - In displayed recipe, if un-favorited , recipe stays and a new thing appears in favorites . | priority | fave recipes view in displayed recipe if un favorited recipe stays and a new thing appears in favorites | 1 |
149,435 | 5,718,500,937 | IssuesEvent | 2017-04-19 19:41:46 | minio/minio | https://api.github.com/repos/minio/minio | opened | Support bucket scheduling for distributed minio. | priority: medium | <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
| 1.0 | Support bucket scheduling for distributed minio. - <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used:
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
* Operating System and version:
* Link to your project:
| priority | support bucket scheduling for distributed minio expected behavior current behavior possible solution steps to reproduce for bugs context your environment version used environment name and version e g nginx server type and version operating system and version link to your project | 1 |
640,590 | 20,793,573,265 | IssuesEvent | 2022-03-17 06:34:13 | SE701-T1/backend | https://api.github.com/repos/SE701-T1/backend | closed | Implement the logic for addBuddy endpoint | Priority: Medium Status: Completed Type: Feature | **Describe the task that needs to be done.**
After the blank endpoint is created for the addBuddy endpoint in the Pairing service, the actual logic and implementation needs to be complete with appropriate testing
Depends on: #28
Blocking: #50
**Describe how a solution to your proposed task might look like (and any alternatives considered).**
The endpoint takes in a `AddBuddyDTO` which is a DTO to represent a JSON body that is passed in with the post request. This request contains a `userId` and `buddyId`
The addBuddy endpoint needs to:
- (TBC with user team) Authorize that the user who is sending the request is the user
- Verify that the `userId` and `buddyId` exist in the User table
- Check to make sure that the buddy is not already added to the user
- Make a change to both users (user & buddy) updating their buddy lists to contain each id
- (TBC with communication team) send out a chat message for both users with a welcome message (TBD, needs approval from the communication team)
- Corresponding response code is returned based on success/failure
Response codes:
201 Created, if new buddy record is created
404 Not Found, if either id does not exist
400 Bad request, if a buddy match already exists between users
(TBD) 403 not authorized, if the user authentication system is set up (added as a later issue)
**Notes**
- Authorization will be confirmed with user team, and added in a later issue
- Communication team will be consulted in regards to welcome message, added in a later issue | 1.0 | Implement the logic for addBuddy endpoint - **Describe the task that needs to be done.**
After the blank endpoint is created for the addBuddy endpoint in the Pairing service, the actual logic and implementation needs to be complete with appropriate testing
Depends on: #28
Blocking: #50
**Describe how a solution to your proposed task might look like (and any alternatives considered).**
The endpoint takes in a `AddBuddyDTO` which is a DTO to represent a JSON body that is passed in with the post request. This request contains a `userId` and `buddyId`
The addBuddy endpoint needs to:
- (TBC with user team) Authorize that the user who is sending the request is the user
- Verify that the `userId` and `buddyId` exist in the User table
- Check to make sure that the buddy is not already added to the user
- Make a change to both users (user & buddy) updating their buddy lists to contain each id
- (TBC with communication team) send out a chat message for both users with a welcome message (TBD, needs approval from the communication team)
- Corresponding response code is returned based on success/failure
Response codes:
201 Created, if new buddy record is created
404 Not Found, if either id does not exist
400 Bad request, if a buddy match already exists between users
(TBD) 403 not authorized, if the user authentication system is set up (added as a later issue)
**Notes**
- Authorization will be confirmed with user team, and added in a later issue
- Communication team will be consulted in regards to welcome message, added in a later issue | priority | implement the logic for addbuddy endpoint describe the task that needs to be done after the blank endpoint is created for the addbuddy endpoint in the pairing service the actual logic and implementation needs to be complete with appropriate testing depends on blocking describe how a solution to your proposed task might look like and any alternatives considered the endpoint takes in a addbuddydto which is a dto to represent a json body that is passed in with the post request this request contains a userid and buddyid the addbuddy endpoint needs to tbc with user team authorize that the user who is sending the request is the user verify that the userid and buddyid exist in the user table check to make sure that the buddy is not already added to the user make a change to both users user buddy updating their buddy lists to contain each id tbc with communication team send out a chat message for both users with a welcome message tbd needs approval from the communication team corresponding response code is returned based on success failure response codes created if new buddy record is created not found if either id does not exist bad request if a buddy match already exists between users tbd not authorized if the user authentication system is set up added as a later issue notes authorization will be confirmed with user team and added in a later issue communication team will be consulted in regards to welcome message added in a later issue | 1 |
816,882 | 30,615,612,639 | IssuesEvent | 2023-07-24 02:38:29 | codersforcauses/csf | https://api.github.com/repos/codersforcauses/csf | closed | Connect graph to backend | backend frontend diffculty::medium priority::high | ## Basic Information
- Connect to both user dashboard and team dashboard
- update the total KMs as well for both user and team dashboards
Team Dashboard
- Should filter mileage endpoints by team id and sum the total kms
- displays everyones total km for the day in the graph
User Dashboard
- filter mileage endpoints by user id
- when new mileage is added it should update the graph and total km.
| 1.0 | Connect graph to backend - ## Basic Information
- Connect to both user dashboard and team dashboard
- update the total KMs as well for both user and team dashboards
Team Dashboard
- Should filter mileage endpoints by team id and sum the total kms
- displays everyones total km for the day in the graph
User Dashboard
- filter mileage endpoints by user id
- when new mileage is added it should update the graph and total km.
| priority | connect graph to backend basic information connect to both user dashboard and team dashboard update the total kms as well for both user and team dashboards team dashboard should filter mileage endpoints by team id and sum the total kms displays everyones total km for the day in the graph user dashboard filter mileage endpoints by user id when new mileage is added it should update the graph and total km | 1 |
538,431 | 15,768,985,425 | IssuesEvent | 2021-03-31 17:49:49 | Lightcaster-Studios/Beamerman | https://api.github.com/repos/Lightcaster-Studios/Beamerman | closed | Should Player Have Multiple Temp Power Ups At Once | Feature.Powerups Priority.Medium | Eg. A player already has an active Glass Armor. Should stepping on Temp Armor:
1. Override Glass Armor
2. Run concurrently with Glass Armor
3. Not be picked up at all (aka stays on ground) | 1.0 | Should Player Have Multiple Temp Power Ups At Once - Eg. A player already has an active Glass Armor. Should stepping on Temp Armor:
1. Override Glass Armor
2. Run concurrently with Glass Armor
3. Not be picked up at all (aka stays on ground) | priority | should player have multiple temp power ups at once eg a player already has an active glass armor should stepping on temp armor override glass armor run concurrently with glass armor not be picked up at all aka stays on ground | 1 |
373,907 | 11,052,353,304 | IssuesEvent | 2019-12-10 09:14:24 | nsftx/nsoft-components | https://api.github.com/repos/nsftx/nsoft-components | closed | Create ColorCheckboxList Component | Category:UX Priority:Medium Type:Enhancement | This is a list of `ColorCheckbox` components. Additional prop is list of colors (hex strings).
Current implementation:
<img width="392" alt="Screenshot 2019-05-06 at 11 37 07" src="https://user-images.githubusercontent.com/22288642/57217587-5082db80-6ff3-11e9-90c7-f7053441bc3c.png">
Rules:
- Only one item can be selected.
Design:
https://app.zeplin.io/project/58e24f0b8c7222d370f8c40c/screen/5cc463da9163353db1c37111 | 1.0 | Create ColorCheckboxList Component - This is a list of `ColorCheckbox` components. Additional prop is list of colors (hex strings).
Current implementation:
<img width="392" alt="Screenshot 2019-05-06 at 11 37 07" src="https://user-images.githubusercontent.com/22288642/57217587-5082db80-6ff3-11e9-90c7-f7053441bc3c.png">
Rules:
- Only one item can be selected.
Design:
https://app.zeplin.io/project/58e24f0b8c7222d370f8c40c/screen/5cc463da9163353db1c37111 | priority | create colorcheckboxlist component this is a list of colorcheckbox components additional prop is list of colors hex strings current implementation img width alt screenshot at src rules only one item can be selected design | 1 |
784,458 | 27,571,869,192 | IssuesEvent | 2023-03-08 09:55:50 | opensrp/opensrp-client-eusm | https://api.github.com/repos/opensrp/opensrp-client-eusm | opened | Addition of Unicef to the Valid List of Donors | Medium Priority | EUSM has requested for the addition of the name `Unicef` to the valid list of donors. This list is validated by the OpenSRP Web at the point of uploading the csv files with new inventories. This will facilitate addition of commodities donated by Unicef. This is a server side validation. | 1.0 | Addition of Unicef to the Valid List of Donors - EUSM has requested for the addition of the name `Unicef` to the valid list of donors. This list is validated by the OpenSRP Web at the point of uploading the csv files with new inventories. This will facilitate addition of commodities donated by Unicef. This is a server side validation. | priority | addition of unicef to the valid list of donors eusm has requested for the addition of the name unicef to the valid list of donors this list is validated by the opensrp web at the point of uploading the csv files with new inventories this will facilitate addition of commodities donated by unicef this is a server side validation | 1 |
453,806 | 13,090,670,953 | IssuesEvent | 2020-08-03 04:13:25 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | $display_name is not initialized in some installations | bug priority: medium | In `buddyboss-platform\bp-xprofile\bp-xprofile-functions.php`
In `function bp_xprofile_get_member_display_name`
`$display_name` is not initialized. Some sites use non-standard user names. So it can fall thru the switch statement and then throw a Notice in the filter hook at the bottom.
`return apply_filters( 'bp_xprofile_get_member_display_name', trim( $display_name ), $user_id );`
The fix is simple. Just initialize `$display_name` before the switch statement.
PR created.
| 1.0 | $display_name is not initialized in some installations - In `buddyboss-platform\bp-xprofile\bp-xprofile-functions.php`
In `function bp_xprofile_get_member_display_name`
`$display_name` is not initialized. Some sites use non-standard user names. So it can fall thru the switch statement and then throw a Notice in the filter hook at the bottom.
`return apply_filters( 'bp_xprofile_get_member_display_name', trim( $display_name ), $user_id );`
The fix is simple. Just initialize `$display_name` before the switch statement.
PR created.
| priority | display name is not initialized in some installations in buddyboss platform bp xprofile bp xprofile functions php in function bp xprofile get member display name display name is not initialized some sites use non standard user names so it can fall thru the switch statement and then throw a notice in the filter hook at the bottom return apply filters bp xprofile get member display name trim display name user id the fix is simple just initialize display name before the switch statement pr created | 1 |
40,355 | 2,868,653,444 | IssuesEvent | 2015-06-05 20:12:01 | david415/HoneyBadger | https://api.github.com/repos/david415/HoneyBadger | closed | honeybadger takes a nap for WireDuration once in a while | bug medium priority |
I'm not yet sure what's causing this problem but it will be obvious it's happening when honeybadger stops logging connection statistics... | 1.0 | honeybadger takes a nap for WireDuration once in a while -
I'm not yet sure what's causing this problem but it will be obvious it's happening when honeybadger stops logging connection statistics... | priority | honeybadger takes a nap for wireduration once in a while i m not yet sure what s causing this problem but it will be obvious it s happening when honeybadger stops logging connection statistics | 1 |
85,638 | 3,697,106,057 | IssuesEvent | 2016-02-27 12:44:02 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | closed | Include newlines in exported GPX track. | Enhancement Medium Priority | Would be much nicer if there were newlines between track points in the GPX file, make it more human readable. I was editing a gpx file exported by Vespucci in a text editor and it was pretty ugly, had to run it through html tidy. | 1.0 | Include newlines in exported GPX track. - Would be much nicer if there were newlines between track points in the GPX file, make it more human readable. I was editing a gpx file exported by Vespucci in a text editor and it was pretty ugly, had to run it through html tidy. | priority | include newlines in exported gpx track would be much nicer if there were newlines between track points in the gpx file make it more human readable i was editing a gpx file exported by vespucci in a text editor and it was pretty ugly had to run it through html tidy | 1 |
384,796 | 11,403,666,152 | IssuesEvent | 2020-01-31 07:52:43 | lorenzwalthert/precommit | https://api.github.com/repos/lorenzwalthert/precommit | closed | Cannot exclude .RProfile from R pre-commit hooks | Complexity: Medium Priority: Low Status: Unassigned Type: User question | I'm having the problem of running these precommit hooks because we have a `.RProfile` file in the root folder of our project that contains:
```
setwd("/aktionstool")
```
When I run the precommit hooks (e.g. `style-files`) I get the following error:
```
Error in setwd("/aktionstool") : cannot change working directory
Execution halted
```
I have tried altering the `.pre-commit-config.yaml` file to exclude the `.Rprofile` file with
```
- id: style-files # Autoformat code syntax
args: [--style_pkg=styler, --style_fun=tidyverse_style]
exclude: .Rprofile
```
and variants of this using regex (e.g. `*.Rprofile`, `$Rprofile`, etc.) or but I unfortunately cannot get this file to be ignored. I'm not sure if this is a misunderstanding on my part with how the pre-commit library works or if it is specific to these hooks?
| 1.0 | Cannot exclude .RProfile from R pre-commit hooks - I'm having the problem of running these precommit hooks because we have a `.RProfile` file in the root folder of our project that contains:
```
setwd("/aktionstool")
```
When I run the precommit hooks (e.g. `style-files`) I get the following error:
```
Error in setwd("/aktionstool") : cannot change working directory
Execution halted
```
I have tried altering the `.pre-commit-config.yaml` file to exclude the `.Rprofile` file with
```
- id: style-files # Autoformat code syntax
args: [--style_pkg=styler, --style_fun=tidyverse_style]
exclude: .Rprofile
```
and variants of this using regex (e.g. `*.Rprofile`, `$Rprofile`, etc.) or but I unfortunately cannot get this file to be ignored. I'm not sure if this is a misunderstanding on my part with how the pre-commit library works or if it is specific to these hooks?
| priority | cannot exclude rprofile from r pre commit hooks i m having the problem of running these precommit hooks because we have a rprofile file in the root folder of our project that contains setwd aktionstool when i run the precommit hooks e g style files i get the following error error in setwd aktionstool cannot change working directory execution halted i have tried altering the pre commit config yaml file to exclude the rprofile file with id style files autoformat code syntax args exclude rprofile and variants of this using regex e g rprofile rprofile etc or but i unfortunately cannot get this file to be ignored i m not sure if this is a misunderstanding on my part with how the pre commit library works or if it is specific to these hooks | 1 |
102,171 | 4,151,408,005 | IssuesEvent | 2016-06-15 20:30:46 | w3c/browser-payment-api | https://api.github.com/repos/w3c/browser-payment-api | closed | Add section on Extensibility | Cat: Extensibility help wanted Priority: Medium | Migrating from https://github.com/w3c/webpayments/issues/27:
The Web Payments WG resolved to specify how extensibility of messages is handled in the API specifications to something that looks like this:
"""
In general, the WebIDL descriptions provided in this specification outline the specific interfaces, properties, and values that an implementation may depend on. It is expected that other properties and values will be stored in objects that implement the various interfaces in this specification (e.g. PaymentApplication, PaymentRequest, PaymentAcknowledgement, etc.). While this specification does not suggest a single extension mechanism, it does anticipate extensibility. To that end, Implementations MUST preserve unrecognized properties and their associated values.
Another specification [LINK_TBD] explains how to extend the parameters used with this API using JSON-LD.
ISSUE XYZ: The Working Group seeks feedback from the Web community on that specification and how well it furthers interoperability needs in the payments ecosystem. To provide feedback, see the status section above.
""" | 1.0 | Add section on Extensibility - Migrating from https://github.com/w3c/webpayments/issues/27:
The Web Payments WG resolved to specify how extensibility of messages is handled in the API specifications to something that looks like this:
"""
In general, the WebIDL descriptions provided in this specification outline the specific interfaces, properties, and values that an implementation may depend on. It is expected that other properties and values will be stored in objects that implement the various interfaces in this specification (e.g. PaymentApplication, PaymentRequest, PaymentAcknowledgement, etc.). While this specification does not suggest a single extension mechanism, it does anticipate extensibility. To that end, Implementations MUST preserve unrecognized properties and their associated values.
Another specification [LINK_TBD] explains how to extend the parameters used with this API using JSON-LD.
ISSUE XYZ: The Working Group seeks feedback from the Web community on that specification and how well it furthers interoperability needs in the payments ecosystem. To provide feedback, see the status section above.
""" | priority | add section on extensibility migrating from the web payments wg resolved to specify how extensibility of messages is handled in the api specifications to something that looks like this in general the webidl descriptions provided in this specification outline the specific interfaces properties and values that an implementation may depend on it is expected that other properties and values will be stored in objects that implement the various interfaces in this specification e g paymentapplication paymentrequest paymentacknowledgement etc while this specification does not suggest a single extension mechanism it does anticipate extensibility to that end implementations must preserve unrecognized properties and their associated values another specification explains how to extend the parameters used with this api using json ld issue xyz the working group seeks feedback from the web community on that specification and how well it furthers interoperability needs in the payments ecosystem to provide feedback see the status section above | 1 |
39,009 | 2,850,637,720 | IssuesEvent | 2015-05-31 18:59:18 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | Need a wrapper Tool of script | auto-migrated Priority-Medium Type-Enhancement | _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What should be supported?
A Tool which can wrap script to an apk maybe useful. When we publish an
application , we can't ask user to install an sl4a first and don't want user to
see our code .
may be we can wrap the Interpreter ,depended on libs ,and our code to a single
apk file . like some tools done which wrap jar to exe file .
```
Original issue reported on code.google.com by `yangtong...@gmail.com` on 22 Apr 2011 at 1:18
_Copied from original issue: damonkohler/android-scripting#542_ | 1.0 | Need a wrapper Tool of script - _From @GoogleCodeExporter on May 31, 2015 11:29_
```
What should be supported?
A Tool which can wrap script to an apk maybe useful. When we publish an
application , we can't ask user to install an sl4a first and don't want user to
see our code .
may be we can wrap the Interpreter ,depended on libs ,and our code to a single
apk file . like some tools done which wrap jar to exe file .
```
Original issue reported on code.google.com by `yangtong...@gmail.com` on 22 Apr 2011 at 1:18
_Copied from original issue: damonkohler/android-scripting#542_ | priority | need a wrapper tool of script from googlecodeexporter on may what should be supported a tool which can wrap script to an apk maybe useful when we publish an application we can t ask user to install an first and don t want user to see our code may be we can wrap the interpreter depended on libs and our code to a single apk file like some tools done which wrap jar to exe file original issue reported on code google com by yangtong gmail com on apr at copied from original issue damonkohler android scripting | 1 |
790,431 | 27,825,141,760 | IssuesEvent | 2023-03-19 17:24:26 | KminekMatej/tymy | https://api.github.com/repos/KminekMatej/tymy | opened | Spravit formátování vkládaných HTML příspěvků | enhancement frontend Priority:Medium BREAKING CHANGE | Příspěvky jsou momentálně ukládány ve formátu bbCode, formátování je custom, což způsobuje různé formátovací problémy.
V rámci tohoto úkolu bude předěláno ukládání na standardní HTML formát a implementovány sanitace.
Jelikož nebude možné ukládat příspěvky v bbCode, jedná se o Breaking change a bude třeba toto pořešit s tvůrci aplikací. | 1.0 | Spravit formátování vkládaných HTML příspěvků - Příspěvky jsou momentálně ukládány ve formátu bbCode, formátování je custom, což způsobuje různé formátovací problémy.
V rámci tohoto úkolu bude předěláno ukládání na standardní HTML formát a implementovány sanitace.
Jelikož nebude možné ukládat příspěvky v bbCode, jedná se o Breaking change a bude třeba toto pořešit s tvůrci aplikací. | priority | spravit formátování vkládaných html příspěvků příspěvky jsou momentálně ukládány ve formátu bbcode formátování je custom což způsobuje různé formátovací problémy v rámci tohoto úkolu bude předěláno ukládání na standardní html formát a implementovány sanitace jelikož nebude možné ukládat příspěvky v bbcode jedná se o breaking change a bude třeba toto pořešit s tvůrci aplikací | 1 |
331,866 | 10,077,760,516 | IssuesEvent | 2019-07-24 19:32:31 | seung-lab/neuroglancer | https://api.github.com/repos/seung-lab/neuroglancer | opened | Select supervoxels in multicut instead of points (aka supervoxel annotation layer) | Priority: Medium Realm: SeungLab Status: Available Type: New Feature | It would be more user-friendly if users could select two groups of supervoxels when performing a multicut instead of two groups of points. These groups of supervoxels could also be highlighted in 2D in their respective annotation colors. | 1.0 | Select supervoxels in multicut instead of points (aka supervoxel annotation layer) - It would be more user-friendly if users could select two groups of supervoxels when performing a multicut instead of two groups of points. These groups of supervoxels could also be highlighted in 2D in their respective annotation colors. | priority | select supervoxels in multicut instead of points aka supervoxel annotation layer it would be more user friendly if users could select two groups of supervoxels when performing a multicut instead of two groups of points these groups of supervoxels could also be highlighted in in their respective annotation colors | 1 |
100,457 | 4,088,100,045 | IssuesEvent | 2016-06-01 12:43:55 | Tomekmeister/BugTracker | https://api.github.com/repos/Tomekmeister/BugTracker | opened | [Scarlet Monastery] Arcanist Doan | Medium priority | **Expected behavior:** He should start casting **[Detonation]** right after he casts **[Arcane Bubble]**.
**Current behavior:** He casts **[Detonation]** after **[Arcane Bubble]** expires, which results in a fail casting, because his other spell **[Arcane Explosion]** interrupts it. | 1.0 | [Scarlet Monastery] Arcanist Doan - **Expected behavior:** He should start casting **[Detonation]** right after he casts **[Arcane Bubble]**.
**Current behavior:** He casts **[Detonation]** after **[Arcane Bubble]** expires, which results in a fail casting, because his other spell **[Arcane Explosion]** interrupts it. | priority | arcanist doan expected behavior he should start casting right after he casts current behavior he casts after expires which results in a fail casting because his other spell interrupts it | 1 |
188,842 | 6,782,488,132 | IssuesEvent | 2017-10-30 08:20:55 | compodoc/compodoc | https://api.github.com/repos/compodoc/compodoc | closed | [FEATURE] Unmanaged Namespaces | 1. Type: Enhancement Priority: Medium Status: Completed Time: ~1 hour | <!--
> Please follow the issue template below for bug reports and queries.
> For issue, start the label of the title with [BUG]
> For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant.
-->
##### **Overview of the issue**
I'm creating an app with angular4. In the "src" folder I have a file called "typings.ts" with custom interfaces and namespaces inside this.
exemple
```
namespace BSBO {
export namespace Events {
export interface WindowOnResizeEvent {
ViewportWidth: number;
ViewportHeight: number;
Width: number;
Height: number;
}
export interface ModalCloseEvent {
Titile: string,
Data?: any;
Id?: string;
DisableClose?: boolean;
Width?: number;
Height?: number;
Position: UtilsSrv.ModalPosition;
}
export interface NavigationEndEvent {
oldUrl: string;
newUrl: string;
instanceName: string;
}
}
}
```
When I launch the command to create the doc, not any namespace or interface is rendered in any menu voice
##### **Operating System, Node.js, npm, compodoc version(s)**
Windows 10 Enterprise 1703
NodeJs v6.11.1
npm 4.5.0
compodoc 1.0.1
angularcli 1.4.2
##### **Angular configuration, a `package.json` file in the root folder**
```
{
"name": "web-app",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"doc:serve": "compodoc -p src/tsconfig.app.json -n \"Backoffice Test Doc\" --disablePrivateOrInternalSupport --theme vagrant --hideGenerator -s -o",
"doc:build": "compodoc -p src/tsconfig.app.json -n \"BestStore Backoffice Doc\" --disableSourceCode --disablePrivateOrInternalSupport --theme vagrant --hideGenerator"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.4",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.4.2",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~3.1.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typedoc": "^0.9.0",
"typescript": "~2.3.3"
}
}
```
##### **Compodoc installed globally or locally ?**
globally
##### **Motivation for or Use Case**
create a technical doc for my app
| 1.0 | [FEATURE] Unmanaged Namespaces - <!--
> Please follow the issue template below for bug reports and queries.
> For issue, start the label of the title with [BUG]
> For feature requests, start the label of the title with [FEATURE] and explain your use case and ideas clearly below, you can remove sections which are not relevant.
-->
##### **Overview of the issue**
I'm creating an app with angular4. In the "src" folder I have a file called "typings.ts" with custom interfaces and namespaces inside this.
exemple
```
namespace BSBO {
export namespace Events {
export interface WindowOnResizeEvent {
ViewportWidth: number;
ViewportHeight: number;
Width: number;
Height: number;
}
export interface ModalCloseEvent {
Titile: string,
Data?: any;
Id?: string;
DisableClose?: boolean;
Width?: number;
Height?: number;
Position: UtilsSrv.ModalPosition;
}
export interface NavigationEndEvent {
oldUrl: string;
newUrl: string;
instanceName: string;
}
}
}
```
When I launch the command to create the doc, not any namespace or interface is rendered in any menu voice
##### **Operating System, Node.js, npm, compodoc version(s)**
Windows 10 Enterprise 1703
NodeJs v6.11.1
npm 4.5.0
compodoc 1.0.1
angularcli 1.4.2
##### **Angular configuration, a `package.json` file in the root folder**
```
{
"name": "web-app",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"doc:serve": "compodoc -p src/tsconfig.app.json -n \"Backoffice Test Doc\" --disablePrivateOrInternalSupport --theme vagrant --hideGenerator -s -o",
"doc:build": "compodoc -p src/tsconfig.app.json -n \"BestStore Backoffice Doc\" --disableSourceCode --disablePrivateOrInternalSupport --theme vagrant --hideGenerator"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.4",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.4.2",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "~3.1.1",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2",
"ts-node": "~3.2.0",
"tslint": "~5.3.2",
"typedoc": "^0.9.0",
"typescript": "~2.3.3"
}
}
```
##### **Compodoc installed globally or locally ?**
globally
##### **Motivation for or Use Case**
create a technical doc for my app
| priority | unmanaged namespaces please follow the issue template below for bug reports and queries for issue start the label of the title with for feature requests start the label of the title with and explain your use case and ideas clearly below you can remove sections which are not relevant overview of the issue i m creating an app with in the src folder i have a file called typings ts with custom interfaces and namespaces inside this exemple namespace bsbo export namespace events export interface windowonresizeevent viewportwidth number viewportheight number width number height number export interface modalcloseevent titile string data any id string disableclose boolean width number height number position utilssrv modalposition export interface navigationendevent oldurl string newurl string instancename string when i launch the command to create the doc not any namespace or interface is rendered in any menu voice operating system node js npm compodoc version s windows enterprise nodejs npm compodoc angularcli angular configuration a package json file in the root folder name web app version license mit scripts ng ng start ng serve build ng build test ng test lint ng lint ng doc serve compodoc p src tsconfig app json n backoffice test doc disableprivateorinternalsupport theme vagrant hidegenerator s o doc build compodoc p src tsconfig app json n beststore backoffice doc disablesourcecode disableprivateorinternalsupport theme vagrant hidegenerator private true dependencies angular animations angular cdk beta angular common angular compiler angular core angular forms angular http angular material beta angular platform browser angular platform browser dynamic angular router core js hammerjs rxjs zone js devdependencies angular cli angular compiler cli angular language service types jasmine types types node codelyzer jasmine core jasmine spec reporter karma karma chrome launcher karma cli karma coverage istanbul reporter karma jasmine karma jasmine html reporter protractor ts node tslint typedoc typescript compodoc installed globally or locally globally motivation for or use case create a technical doc for my app | 1 |
41,812 | 2,869,083,243 | IssuesEvent | 2015-06-05 23:11:54 | dart-lang/polymer-dart | https://api.github.com/repos/dart-lang/polymer-dart | opened | [polymer] emitting warnings multiple times | bug PolymerMilestone-Next Priority-Medium | <a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)**
_Originally opened as dart-lang/sdk#17197_
----
I think the main culprit is "resolve" ... every time it's called it can emit a new warning, but every phase potentially needs to "resolve" to interpret URLs.
See all_phases_test "several scripts", I'm adding an expectedMessages argument to demonstrate the issue. I think it reproduces in "pub build" too. We were getting ~5 message repeats, but it's only 3 in this case. | 1.0 | [polymer] emitting warnings multiple times - <a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)**
_Originally opened as dart-lang/sdk#17197_
----
I think the main culprit is "resolve" ... every time it's called it can emit a new warning, but every phase potentially needs to "resolve" to interpret URLs.
See all_phases_test "several scripts", I'm adding an expectedMessages argument to demonstrate the issue. I think it reproduces in "pub build" too. We were getting ~5 message repeats, but it's only 3 in this case. | priority | emitting warnings multiple times issue by originally opened as dart lang sdk i think the main culprit is quot resolve quot every time it s called it can emit a new warning but every phase potentially needs to quot resolve quot to interpret urls see all phases test quot several scripts quot i m adding an expectedmessages argument to demonstrate the issue i think it reproduces in quot pub build quot too we were getting message repeats but it s only in this case | 1 |
724,246 | 24,923,032,372 | IssuesEvent | 2022-10-31 03:23:46 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] Cluster may hit FATAL Resource temporarily unavailable while have OOM in YSQL process | kind/bug area/ysql priority/medium | Jira Link: [DB-2712](https://yugabyte.atlassian.net/browse/DB-2712)
### Description
1. Setup c5.large cluster
2. Start workload and wait for 600 seconds to have some data on cluster
3. At some point evaluate query that might cause OOM (use repeat function for that)
4. Check, /var/log/messages for OOM and that Postgres process killed
During this test cluster may fail with following FATAL message. Note that cluster is in starvation, so we might don't have enough CPU for normal processes.
```
F20220614 19:56:34 ../../src/yb/rpc/io_thread_pool.cc:40] Check failed: _s.ok() Bad status: Runtime error (yb/util/thread.cc:698): Could not create thread: Resource temporarily unavailable (system error 11)
@ 0x7f9f0a954e1c google::LogDestination::LogToSinks()
@ 0x7f9f0a954844 google::LogMessage::SendToLog()
@ 0x7f9f0a955fd8 google::LogMessage::Flush()
@ 0x7f9f0a9567bf google::LogMessageFatal::~LogMessageFatal()
@ 0x7f9f0ad8865f yb::rpc::IoThreadPool::IoThreadPool()
@ 0x7f9f0ad8e043 yb::rpc::Messenger::Messenger()
@ 0x7f9f0ad8da0a yb::rpc::MessengerBuilder::Build()
@ 0x7f9f0c6f5877 yb::client::CreateClientMessenger()
@ 0x7f9f0f97a564 yb::pggate::PgApiContext::PgApiContext()
@ 0x7f9f0f96eeda yb::pggate::YBCInitPgGateEx()
@ 0xb21303 YBInitPostgresBackend
@ 0xb02ea7 InitPostgres
@ 0x94eae0 PostgresMain
@ 0x8ac0fb BackendRun
@ 0x8ab80a ServerLoop
@ 0x8a7e61 PostmasterMain
@ 0x7c8723 PostgresServerProcessMain
@ 0x4f5bf2 main
@ 0x7f9f0e956825 __libc_start_main
@ 0x4f5af9 _start
@ (nil) (unknown)
``` | 1.0 | [YSQL] Cluster may hit FATAL Resource temporarily unavailable while have OOM in YSQL process - Jira Link: [DB-2712](https://yugabyte.atlassian.net/browse/DB-2712)
### Description
1. Setup c5.large cluster
2. Start workload and wait for 600 seconds to have some data on cluster
3. At some point evaluate query that might cause OOM (use repeat function for that)
4. Check, /var/log/messages for OOM and that Postgres process killed
During this test cluster may fail with following FATAL message. Note that cluster is in starvation, so we might don't have enough CPU for normal processes.
```
F20220614 19:56:34 ../../src/yb/rpc/io_thread_pool.cc:40] Check failed: _s.ok() Bad status: Runtime error (yb/util/thread.cc:698): Could not create thread: Resource temporarily unavailable (system error 11)
@ 0x7f9f0a954e1c google::LogDestination::LogToSinks()
@ 0x7f9f0a954844 google::LogMessage::SendToLog()
@ 0x7f9f0a955fd8 google::LogMessage::Flush()
@ 0x7f9f0a9567bf google::LogMessageFatal::~LogMessageFatal()
@ 0x7f9f0ad8865f yb::rpc::IoThreadPool::IoThreadPool()
@ 0x7f9f0ad8e043 yb::rpc::Messenger::Messenger()
@ 0x7f9f0ad8da0a yb::rpc::MessengerBuilder::Build()
@ 0x7f9f0c6f5877 yb::client::CreateClientMessenger()
@ 0x7f9f0f97a564 yb::pggate::PgApiContext::PgApiContext()
@ 0x7f9f0f96eeda yb::pggate::YBCInitPgGateEx()
@ 0xb21303 YBInitPostgresBackend
@ 0xb02ea7 InitPostgres
@ 0x94eae0 PostgresMain
@ 0x8ac0fb BackendRun
@ 0x8ab80a ServerLoop
@ 0x8a7e61 PostmasterMain
@ 0x7c8723 PostgresServerProcessMain
@ 0x4f5bf2 main
@ 0x7f9f0e956825 __libc_start_main
@ 0x4f5af9 _start
@ (nil) (unknown)
``` | priority | cluster may hit fatal resource temporarily unavailable while have oom in ysql process jira link description setup large cluster start workload and wait for seconds to have some data on cluster at some point evaluate query that might cause oom use repeat function for that check var log messages for oom and that postgres process killed during this test cluster may fail with following fatal message note that cluster is in starvation so we might don t have enough cpu for normal processes src yb rpc io thread pool cc check failed s ok bad status runtime error yb util thread cc could not create thread resource temporarily unavailable system error google logdestination logtosinks google logmessage sendtolog google logmessage flush google logmessagefatal logmessagefatal yb rpc iothreadpool iothreadpool yb rpc messenger messenger yb rpc messengerbuilder build yb client createclientmessenger yb pggate pgapicontext pgapicontext yb pggate ybcinitpggateex ybinitpostgresbackend initpostgres postgresmain backendrun serverloop postmastermain postgresserverprocessmain main libc start main start nil unknown | 1 |
757,849 | 26,532,057,633 | IssuesEvent | 2023-01-19 13:14:17 | zowe/vscode-extension-for-zowe | https://api.github.com/repos/zowe/vscode-extension-for-zowe | closed | Zowe Explorer does not carry timeout set on profiles | enhancement priority-medium | <!--
Before opening a new issue, please search our existing issues: https://github.com/zowe/vscode-extension-for-zowe/issues
-->
**Describe the bug**
Custom response timeout set to a z/OSMF profile does not get carried over to requests made by Zowe Explorer.
It seems on [packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts](https://github.com/zowe/vscode-extension-for-zowe/blob/841591f8198cb25544faa4f78e9f360ec90f771c/packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L275-L277), the `options` parameter is entirely populated by only the attributes request, ignoring any timeout set on the profile.
Refer to screenshots for further logs.
This might be related to #1081. However, based on the comments, that seems to predate the `responseTimeout` inclusion on Zowe CLI.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a z/OSMF profile with a long timeout
2. Do a data set listing for a prefix with a lots of data sets (e.g. prefix with > 50 data sets - including VSAMs)
3. See error saying `receiveResponseHeader: timeout receiving response (>30 secs): TsoServerConnection`
**Expected behavior**
Profile would respect timeout and show the correct data set listing.
**Screenshots**
As we can see on the screenshot, a `responseTimeout` of 600 is shown in the yaml profile configuration. However, on the Zowe logs, it is not included in the headers
<img width="592" alt="image" src="https://user-images.githubusercontent.com/13640520/184519082-2f4c697e-492d-48a4-a846-811b424cf0a3.png">
**Desktop (please complete the following information):**
- OS: Windows 11
- Zowe Explorer Version: v2.2.1
| 1.0 | Zowe Explorer does not carry timeout set on profiles - <!--
Before opening a new issue, please search our existing issues: https://github.com/zowe/vscode-extension-for-zowe/issues
-->
**Describe the bug**
Custom response timeout set to a z/OSMF profile does not get carried over to requests made by Zowe Explorer.
It seems on [packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts](https://github.com/zowe/vscode-extension-for-zowe/blob/841591f8198cb25544faa4f78e9f360ec90f771c/packages/zowe-explorer/src/dataset/ZoweDatasetNode.ts#L275-L277), the `options` parameter is entirely populated by only the attributes request, ignoring any timeout set on the profile.
Refer to screenshots for further logs.
This might be related to #1081. However, based on the comments, that seems to predate the `responseTimeout` inclusion on Zowe CLI.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a z/OSMF profile with a long timeout
2. Do a data set listing for a prefix with a lots of data sets (e.g. prefix with > 50 data sets - including VSAMs)
3. See error saying `receiveResponseHeader: timeout receiving response (>30 secs): TsoServerConnection`
**Expected behavior**
Profile would respect timeout and show the correct data set listing.
**Screenshots**
As we can see on the screenshot, a `responseTimeout` of 600 is shown in the yaml profile configuration. However, on the Zowe logs, it is not included in the headers
<img width="592" alt="image" src="https://user-images.githubusercontent.com/13640520/184519082-2f4c697e-492d-48a4-a846-811b424cf0a3.png">
**Desktop (please complete the following information):**
- OS: Windows 11
- Zowe Explorer Version: v2.2.1
| priority | zowe explorer does not carry timeout set on profiles before opening a new issue please search our existing issues describe the bug custom response timeout set to a z osmf profile does not get carried over to requests made by zowe explorer it seems on the options parameter is entirely populated by only the attributes request ignoring any timeout set on the profile refer to screenshots for further logs this might be related to however based on the comments that seems to predate the responsetimeout inclusion on zowe cli to reproduce steps to reproduce the behavior create a z osmf profile with a long timeout do a data set listing for a prefix with a lots of data sets e g prefix with data sets including vsams see error saying receiveresponseheader timeout receiving response secs tsoserverconnection expected behavior profile would respect timeout and show the correct data set listing screenshots as we can see on the screenshot a responsetimeout of is shown in the yaml profile configuration however on the zowe logs it is not included in the headers img width alt image src desktop please complete the following information os windows zowe explorer version | 1 |
548,153 | 16,058,831,444 | IssuesEvent | 2021-04-23 09:32:24 | frontity/docs | https://api.github.com/repos/frontity/docs | closed | Fetch menu from WordPress | effort: high priority: medium source: community topic: fetch topic: guides type: enhancement | Create a guide in the `Guides` section on fetching a menu from WordPress.
WordPress does not expose menus in the REST API. Should we recommend installing a plugin (such as this one: https://github.com/WP-API/menus-endpoints [note: requires authentication]) to expose menus in the REST API, or demonstrate the code that would need to be added to `functions.php`?
https://community.frontity.org/t/how-to-fetch-menu-from-wordpress/415
https://community.frontity.org/t/i-have-a-problem-with-the-menu/2359/9 | 1.0 | Fetch menu from WordPress - Create a guide in the `Guides` section on fetching a menu from WordPress.
WordPress does not expose menus in the REST API. Should we recommend installing a plugin (such as this one: https://github.com/WP-API/menus-endpoints [note: requires authentication]) to expose menus in the REST API, or demonstrate the code that would need to be added to `functions.php`?
https://community.frontity.org/t/how-to-fetch-menu-from-wordpress/415
https://community.frontity.org/t/i-have-a-problem-with-the-menu/2359/9 | priority | fetch menu from wordpress create a guide in the guides section on fetching a menu from wordpress wordpress does not expose menus in the rest api should we recommend installing a plugin such as this one to expose menus in the rest api or demonstrate the code that would need to be added to functions php | 1 |
807,636 | 30,012,573,149 | IssuesEvent | 2023-06-26 16:12:44 | PrefectHQ/prefect | https://api.github.com/repos/PrefectHQ/prefect | closed | Unable to use custom block on top of prefect_gcp | bug status:accepted priority:medium | ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
It's the same issue as https://github.com/PrefectHQ/prefect/issues/9754 but for prefect_gcp module
### Reproduction
```python3
prefect agent start --pool local
```
### Error
```python3
Warning! Failed to load extra entrypoint 'my_pkq.custom_cloud_run': ModuleNotFoundError: No module named 'prefect.docker'
```
### Versions
```Text
2.10.15
```
### Additional context
_No response_ | 1.0 | Unable to use custom block on top of prefect_gcp - ### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the Prefect documentation for this issue.
- [X] I checked that this issue is related to Prefect and not one of its dependencies.
### Bug summary
It's the same issue as https://github.com/PrefectHQ/prefect/issues/9754 but for prefect_gcp module
### Reproduction
```python3
prefect agent start --pool local
```
### Error
```python3
Warning! Failed to load extra entrypoint 'my_pkq.custom_cloud_run': ModuleNotFoundError: No module named 'prefect.docker'
```
### Versions
```Text
2.10.15
```
### Additional context
_No response_ | priority | unable to use custom block on top of prefect gcp first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect and not one of its dependencies bug summary it s the same issue as but for prefect gcp module reproduction prefect agent start pool local error warning failed to load extra entrypoint my pkq custom cloud run modulenotfounderror no module named prefect docker versions text additional context no response | 1 |
746,828 | 26,047,929,849 | IssuesEvent | 2022-12-22 15:54:42 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | Death Comes From On High speed bug | Class: Death Knight Quest - Cataclysm (1-60) Priority: Medium Status: Confirmed Status: Duplicate | [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
After I have completed the quest "Death Comes From On High" in the DK starter zone, I get incredible movement speed after, I'd wager its around 700% speed. Removed with relogging.
**How to reproduce:**
Haven't tried making a new DK yet and trying it again, I'd say just do the quest again.
**How it should work:**
No movement speed should be applied with this quest.
**Database links:**
| 1.0 | Death Comes From On High speed bug - [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
After I have completed the quest "Death Comes From On High" in the DK starter zone, I get incredible movement speed after, I'd wager its around 700% speed. Removed with relogging.
**How to reproduce:**
Haven't tried making a new DK yet and trying it again, I'd say just do the quest again.
**How it should work:**
No movement speed should be applied with this quest.
**Database links:**
| priority | death comes from on high speed bug rembember add links to things related to the bug using for example cata twinhead twinstar cz description after i have completed the quest death comes from on high in the dk starter zone i get incredible movement speed after i d wager its around speed removed with relogging how to reproduce haven t tried making a new dk yet and trying it again i d say just do the quest again how it should work no movement speed should be applied with this quest database links | 1 |
113,506 | 4,560,832,832 | IssuesEvent | 2016-09-14 09:27:56 | Starbugstone/ADListing | https://api.github.com/repos/Starbugstone/ADListing | closed | check on IE for accent errors between JS and PHP | bug Priority:Low Priority:Medium | The check for Group and user returs an error with accents.
Check that out and also test for other errors wth ajax calls.
Probably be wize while debugging to check other main navigators and prehaps some less well known just in case.
Remember this is a lesser case so no major redo's | 2.0 | check on IE for accent errors between JS and PHP - The check for Group and user returs an error with accents.
Check that out and also test for other errors wth ajax calls.
Probably be wize while debugging to check other main navigators and prehaps some less well known just in case.
Remember this is a lesser case so no major redo's | priority | check on ie for accent errors between js and php the check for group and user returs an error with accents check that out and also test for other errors wth ajax calls probably be wize while debugging to check other main navigators and prehaps some less well known just in case remember this is a lesser case so no major redo s | 1 |
148,133 | 5,659,493,119 | IssuesEvent | 2017-04-10 13:07:02 | ztan-io/Smak | https://api.github.com/repos/ztan-io/Smak | closed | Change Formatting in JSON Object Under Auth.json | enhancement ios medium priority node-js | Currently, the value only displays a numerical day. Instead, this value should be formatted to be used optimally with the iPhone locally. (Epoch time) | 1.0 | Change Formatting in JSON Object Under Auth.json - Currently, the value only displays a numerical day. Instead, this value should be formatted to be used optimally with the iPhone locally. (Epoch time) | priority | change formatting in json object under auth json currently the value only displays a numerical day instead this value should be formatted to be used optimally with the iphone locally epoch time | 1 |
413,098 | 12,060,368,285 | IssuesEvent | 2020-04-15 21:04:07 | ChainSafe/ChainBridge | https://api.github.com/repos/ChainSafe/ChainBridge | closed | Remove usage of global logger | Priority: 3 - Medium | Some parts of the code base (eg. router) still use the global log object. We should pass a logger into components if necessary. Tests are excluded from this (and will ultimately benefit from this). | 1.0 | Remove usage of global logger - Some parts of the code base (eg. router) still use the global log object. We should pass a logger into components if necessary. Tests are excluded from this (and will ultimately benefit from this). | priority | remove usage of global logger some parts of the code base eg router still use the global log object we should pass a logger into components if necessary tests are excluded from this and will ultimately benefit from this | 1 |
369,925 | 10,920,030,801 | IssuesEvent | 2019-11-21 20:19:58 | KrzysztofSzewczyk/asmbf | https://api.github.com/repos/KrzysztofSzewczyk/asmbf | closed | On-memory operations | complexity: medium enhancement priority: low |
```
rcl r1, r2
inc r1
sto r2, r1
```
=>
```
ime r2
```
etc...
| 1.0 | On-memory operations -
```
rcl r1, r2
inc r1
sto r2, r1
```
=>
```
ime r2
```
etc...
| priority | on memory operations rcl inc sto ime etc | 1 |
181,785 | 6,664,134,713 | IssuesEvent | 2017-10-02 18:59:05 | vmware/vic | https://api.github.com/repos/vmware/vic | closed | Build the "Name” section | area/ui kind/feature priority/medium | **Acceptance Criteria**
- [ ] Build the UI of the "Name" section of the Create VCH wizard as detailed in the corresponding mockup.
- [ ] User input should be validated with vCenter Server to prevent errors such as trying to create a VCH with a name that already exists with another vApp | 1.0 | Build the "Name” section - **Acceptance Criteria**
- [ ] Build the UI of the "Name" section of the Create VCH wizard as detailed in the corresponding mockup.
- [ ] User input should be validated with vCenter Server to prevent errors such as trying to create a VCH with a name that already exists with another vApp | priority | build the name” section acceptance criteria build the ui of the name section of the create vch wizard as detailed in the corresponding mockup user input should be validated with vcenter server to prevent errors such as trying to create a vch with a name that already exists with another vapp | 1 |
764,786 | 26,817,115,389 | IssuesEvent | 2023-02-02 06:11:02 | tandpfun/skill-icons | https://api.github.com/repos/tandpfun/skill-icons | closed | [NEW ICON] Sequelize.js | icon suggestion medium priority | ### Skill Name
Sequelize
### Why?
Most popular ORM out there for Javascript developers when using relational databases.
### Reference Image

| 1.0 | [NEW ICON] Sequelize.js - ### Skill Name
Sequelize
### Why?
Most popular ORM out there for Javascript developers when using relational databases.
### Reference Image

| priority | sequelize js skill name sequelize why most popular orm out there for javascript developers when using relational databases reference image | 1 |
49,658 | 3,003,801,003 | IssuesEvent | 2015-07-25 08:29:02 | jayway/powermock | https://api.github.com/repos/jayway/powermock | opened | MockClassLoader#loadMockClass fails to preserve original ProtectionDomain of classes prepared for test | bug imported Priority-Medium | _From [rliesenf...@gmail.com](https://code.google.com/u/112150874253264777993/) on March 09, 2015 19:33:10_
What steps will reproduce the problem? 1. Try to use another bytecode manipulation tool together with PowerMock, for example, JaCoCo. What is the expected output? What do you see instead? The other tool should still be able to properly instrument classes that got prepared for test by PowerMock. Doing so might require that the original ProtectionDomain of the prepared class be preserved in the copy generated by MockClassLoader. JaCoCo, in particular, checks that the ProtectionDomain of each class has a code source location, to determine whether it's a legitimate ".class" file from the codebase, or a dynamically generated class which only exists at runtime (and therefore should not be instrumented for coverage).
This can affect other tools, such as JMockit Coverage. What version of the product are you using? On what operating system? PowerMock 1.6.1, on Windows 7 (the OS or JDK version should not matter here). Please provide any additional information below. There is already a JaCoCo issue open: https://github.com/jacoco/jacoco/issues/294 I believe the fix should be relatively simple: PowerMock will need to save somewhere the ProtectionDomain of each class prepared for test (say, in a Map<String, ProtectionDomain>) of prepared class names), so that it can recover the PD and pass it in the call to "ClassLoader#defineClass" at the end of "loadMockClass". This should solve the problem without any backward-compatibiliy issues.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=544_ | 1.0 | MockClassLoader#loadMockClass fails to preserve original ProtectionDomain of classes prepared for test - _From [rliesenf...@gmail.com](https://code.google.com/u/112150874253264777993/) on March 09, 2015 19:33:10_
What steps will reproduce the problem? 1. Try to use another bytecode manipulation tool together with PowerMock, for example, JaCoCo. What is the expected output? What do you see instead? The other tool should still be able to properly instrument classes that got prepared for test by PowerMock. Doing so might require that the original ProtectionDomain of the prepared class be preserved in the copy generated by MockClassLoader. JaCoCo, in particular, checks that the ProtectionDomain of each class has a code source location, to determine whether it's a legitimate ".class" file from the codebase, or a dynamically generated class which only exists at runtime (and therefore should not be instrumented for coverage).
This can affect other tools, such as JMockit Coverage. What version of the product are you using? On what operating system? PowerMock 1.6.1, on Windows 7 (the OS or JDK version should not matter here). Please provide any additional information below. There is already a JaCoCo issue open: https://github.com/jacoco/jacoco/issues/294 I believe the fix should be relatively simple: PowerMock will need to save somewhere the ProtectionDomain of each class prepared for test (say, in a Map<String, ProtectionDomain>) of prepared class names), so that it can recover the PD and pass it in the call to "ClassLoader#defineClass" at the end of "loadMockClass". This should solve the problem without any backward-compatibiliy issues.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=544_ | priority | mockclassloader loadmockclass fails to preserve original protectiondomain of classes prepared for test from on march what steps will reproduce the problem try to use another bytecode manipulation tool together with powermock for example jacoco what is the expected output what do you see instead the other tool should still be able to properly instrument classes that got prepared for test by powermock doing so might require that the original protectiondomain of the prepared class be preserved in the copy generated by mockclassloader jacoco in particular checks that the protectiondomain of each class has a code source location to determine whether it s a legitimate class file from the codebase or a dynamically generated class which only exists at runtime and therefore should not be instrumented for coverage this can affect other tools such as jmockit coverage what version of the product are you using on what operating system powermock on windows the os or jdk version should not matter here please provide any additional information below there is already a jacoco issue open i believe the fix should be relatively simple powermock will need to save somewhere the protectiondomain of each class prepared for test say in a map of prepared class names so that it can recover the pd and pass it in the call to classloader defineclass at the end of loadmockclass this should solve the problem without any backward compatibiliy issues original issue | 1 |
328,632 | 9,997,779,955 | IssuesEvent | 2019-07-12 06:06:40 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.8.2.0 staging-16-n] Skid steer doesn't dig without move | Medium Priority QA Staging | Step to reproduce:
- drive Skid Steer
- move to wall of Dirt so the scoop touches the dirt

- hold LMB
- nothing happens.
Step to reproduce for start to dig:
- keep from Dirt on little distance

- hold LMB
- move to Dirt
- you start digging. But if you catch a frieze and don't dig it, you will have to do this “parasitic” movement | 1.0 | [0.8.2.0 staging-16-n] Skid steer doesn't dig without move - Step to reproduce:
- drive Skid Steer
- move to wall of Dirt so the scoop touches the dirt

- hold LMB
- nothing happens.
Step to reproduce for start to dig:
- keep from Dirt on little distance

- hold LMB
- move to Dirt
- you start digging. But if you catch a frieze and don't dig it, you will have to do this “parasitic” movement | priority | skid steer doesn t dig without move step to reproduce drive skid steer move to wall of dirt so the scoop touches the dirt hold lmb nothing happens step to reproduce for start to dig keep from dirt on little distance hold lmb move to dirt you start digging but if you catch a frieze and don t dig it you will have to do this “parasitic” movement | 1 |
145,805 | 5,582,018,256 | IssuesEvent | 2017-03-28 20:15:43 | CS2103JAN2017-W10-B3/main | https://api.github.com/repos/CS2103JAN2017-W10-B3/main | closed | scroll function for ui | priority.medium | to scroll the panes for the ui so that mouse would not be needed for scrolling | 1.0 | scroll function for ui - to scroll the panes for the ui so that mouse would not be needed for scrolling | priority | scroll function for ui to scroll the panes for the ui so that mouse would not be needed for scrolling | 1 |
753,388 | 26,346,289,022 | IssuesEvent | 2023-01-10 22:25:09 | union-platform/union-app | https://api.github.com/repos/union-platform/union-app | reopened | Team leader wants to manage the avatar of the team to make it recognizable | priority: medium ss: frontend ss: backend type: feature | **Scope of action:** Team Profile Screen or Team Settings screen
**Precondition:**
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1171%3A844
## Use cases:
1. The team leader clicks on the team avatar (the area for the avatar)
2. The system displays a menu of actions with an avatar
3. The team leader selects the option to change the photo
(а):
1. The team leader selects the option to view the photo
2. The system opens a large photo
(b):
1. The team leader selects the option to delete the photo
2. The system asks the team leader to confirm the action
3. The team leader confirms the deletion, or clicks cancel
4. The system deletes the avatar, when canceled, the context menu closes
4. The system displays the photo source selection menu
5. The team leader selects the upload from the gallery (storage)
6. The system opens the photo selection menu
7. The team leader selects a photo
8. The system compresses the uploaded photo and displays the crop menu
9. The team leader frames the photo under the circle and confirms
10. The system saves the result and replaces the profile avatar
-----
**Область действия:** Экран профиля команды или настроек команды
**Предусловие:**
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1171%3A844
## Сценарий:
1. Руководитель команды нажимает на аватар команды (область для аватара)
2. Система отображает меню действий с аватаром
3. Руководитель команды выбирает опцию изменения фото
(а):
1. Руководитель команды выбирает опцию просмотра фото
2. Система открывает фото в большом размере
(б):
1. Руководитель команды выбирает опцию удаления фото
2. Система просит руководителя команды подтвердить действие
3. Руководитель команды подтверждает удаление, или нажимает отменить
4. Система удаляет аватар, при отмене, контекстное меню закрывается
4. Система отображает меню выбора источника фото
5. Руководитель команды выбирает загрузку из галлереи (хранилища)
6. Система открывает меню выбора фотографии
7. Руководитель команды выбирает фотографию
8. Система сжимает загруженную фотографию и отображает меню кадрирования
9. Руководитель команды кадрирует фотографию под кружок и подтверждает
10. Система сохраняет результат и заменяет аватар профиля | 1.0 | Team leader wants to manage the avatar of the team to make it recognizable - **Scope of action:** Team Profile Screen or Team Settings screen
**Precondition:**
**Design:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1171%3A844
## Use cases:
1. The team leader clicks on the team avatar (the area for the avatar)
2. The system displays a menu of actions with an avatar
3. The team leader selects the option to change the photo
(а):
1. The team leader selects the option to view the photo
2. The system opens a large photo
(b):
1. The team leader selects the option to delete the photo
2. The system asks the team leader to confirm the action
3. The team leader confirms the deletion, or clicks cancel
4. The system deletes the avatar, when canceled, the context menu closes
4. The system displays the photo source selection menu
5. The team leader selects the upload from the gallery (storage)
6. The system opens the photo selection menu
7. The team leader selects a photo
8. The system compresses the uploaded photo and displays the crop menu
9. The team leader frames the photo under the circle and confirms
10. The system saves the result and replaces the profile avatar
-----
**Область действия:** Экран профиля команды или настроек команды
**Предусловие:**
**Дизайн:** https://www.figma.com/file/2St3zSul4fHnLffqy3WK7P/union-mobile?node-id=1171%3A844
## Сценарий:
1. Руководитель команды нажимает на аватар команды (область для аватара)
2. Система отображает меню действий с аватаром
3. Руководитель команды выбирает опцию изменения фото
(а):
1. Руководитель команды выбирает опцию просмотра фото
2. Система открывает фото в большом размере
(б):
1. Руководитель команды выбирает опцию удаления фото
2. Система просит руководителя команды подтвердить действие
3. Руководитель команды подтверждает удаление, или нажимает отменить
4. Система удаляет аватар, при отмене, контекстное меню закрывается
4. Система отображает меню выбора источника фото
5. Руководитель команды выбирает загрузку из галлереи (хранилища)
6. Система открывает меню выбора фотографии
7. Руководитель команды выбирает фотографию
8. Система сжимает загруженную фотографию и отображает меню кадрирования
9. Руководитель команды кадрирует фотографию под кружок и подтверждает
10. Система сохраняет результат и заменяет аватар профиля | priority | team leader wants to manage the avatar of the team to make it recognizable scope of action team profile screen or team settings screen precondition design use cases the team leader clicks on the team avatar the area for the avatar the system displays a menu of actions with an avatar the team leader selects the option to change the photo а the team leader selects the option to view the photo the system opens a large photo b the team leader selects the option to delete the photo the system asks the team leader to confirm the action the team leader confirms the deletion or clicks cancel the system deletes the avatar when canceled the context menu closes the system displays the photo source selection menu the team leader selects the upload from the gallery storage the system opens the photo selection menu the team leader selects a photo the system compresses the uploaded photo and displays the crop menu the team leader frames the photo under the circle and confirms the system saves the result and replaces the profile avatar область действия экран профиля команды или настроек команды предусловие дизайн сценарий руководитель команды нажимает на аватар команды область для аватара система отображает меню действий с аватаром руководитель команды выбирает опцию изменения фото а руководитель команды выбирает опцию просмотра фото система открывает фото в большом размере б руководитель команды выбирает опцию удаления фото система просит руководителя команды подтвердить действие руководитель команды подтверждает удаление или нажимает отменить система удаляет аватар при отмене контекстное меню закрывается система отображает меню выбора источника фото руководитель команды выбирает загрузку из галлереи хранилища система открывает меню выбора фотографии руководитель команды выбирает фотографию система сжимает загруженную фотографию и отображает меню кадрирования руководитель команды кадрирует фотографию под кружок и подтверждает система сохраняет результат и заменяет аватар профиля | 1 |
97,115 | 3,985,273,382 | IssuesEvent | 2016-05-07 19:24:28 | MinetestForFun/server-minetestforfun | https://api.github.com/repos/MinetestForFun/server-minetestforfun | closed | turn xban into subtree like for SB | Modding Priority: Medium | Can someone turn xban mod into subtree like in the SB server please ? | 1.0 | turn xban into subtree like for SB - Can someone turn xban mod into subtree like in the SB server please ? | priority | turn xban into subtree like for sb can someone turn xban mod into subtree like in the sb server please | 1 |
14,787 | 2,610,633,224 | IssuesEvent | 2015-02-26 21:32:30 | alistairreilly/open-ig | https://api.github.com/repos/alistairreilly/open-ig | closed | hibás sebességű hangfájlok | auto-migrated Milestone-0.93.400 Priority-Medium Type-Enhancement | ```
Game version:0.93
Az open-ig-audio-generic-0.8.zip állományban található hangfájlok
konvertálását elkezdtem, így nem kell újra felvenni a hangokat!
```
Original issue reported on code.google.com by `Jozsef.T...@gmail.com` on 17 Aug 2011 at 12:03 | 1.0 | hibás sebességű hangfájlok - ```
Game version:0.93
Az open-ig-audio-generic-0.8.zip állományban található hangfájlok
konvertálását elkezdtem, így nem kell újra felvenni a hangokat!
```
Original issue reported on code.google.com by `Jozsef.T...@gmail.com` on 17 Aug 2011 at 12:03 | priority | hibás sebességű hangfájlok game version az open ig audio generic zip állományban található hangfájlok konvertálását elkezdtem így nem kell újra felvenni a hangokat original issue reported on code google com by jozsef t gmail com on aug at | 1 |
33,131 | 2,763,099,442 | IssuesEvent | 2015-04-29 06:24:42 | TheLens/land-records | https://api.github.com/repos/TheLens/land-records | closed | Builds on Travis CI fail because it doesn't have correct config.py file contents | bug Medium priority | The contents of config.py in this repo are dummy values, so the Travis CI builds fail when they need to access the database, for example.
https://travis-ci.org/TheLens/land-records/builds/60488138
This might be a good solution: http://docs.travis-ci.com/user/encrypting-files/ | 1.0 | Builds on Travis CI fail because it doesn't have correct config.py file contents - The contents of config.py in this repo are dummy values, so the Travis CI builds fail when they need to access the database, for example.
https://travis-ci.org/TheLens/land-records/builds/60488138
This might be a good solution: http://docs.travis-ci.com/user/encrypting-files/ | priority | builds on travis ci fail because it doesn t have correct config py file contents the contents of config py in this repo are dummy values so the travis ci builds fail when they need to access the database for example this might be a good solution | 1 |
821,972 | 30,845,717,895 | IssuesEvent | 2023-08-02 13:36:51 | csia-pme/a-guide-to-mlops | https://api.github.com/repos/csia-pme/a-guide-to-mlops | closed | Continuous deployment of the model with MLEM and the CI/CD pipeline | priority:medium | Based on the work of #74, add a new 13th chapter "Continuous deployment of the model with MLEM and the CI/CD pipeline" (move the current 13th chapter "Chapter 13 - Train the model on a Kubernetes pod with CML" to "Chapter 14 - Train the model on a Kubernetes pod with CML").
This chapter will deploy the model using MLEM with the CI/CD pipeline for a "true" continuous deployment (CD) pipeline. | 1.0 | Continuous deployment of the model with MLEM and the CI/CD pipeline - Based on the work of #74, add a new 13th chapter "Continuous deployment of the model with MLEM and the CI/CD pipeline" (move the current 13th chapter "Chapter 13 - Train the model on a Kubernetes pod with CML" to "Chapter 14 - Train the model on a Kubernetes pod with CML").
This chapter will deploy the model using MLEM with the CI/CD pipeline for a "true" continuous deployment (CD) pipeline. | priority | continuous deployment of the model with mlem and the ci cd pipeline based on the work of add a new chapter continuous deployment of the model with mlem and the ci cd pipeline move the current chapter chapter train the model on a kubernetes pod with cml to chapter train the model on a kubernetes pod with cml this chapter will deploy the model using mlem with the ci cd pipeline for a true continuous deployment cd pipeline | 1 |
168,691 | 6,383,651,264 | IssuesEvent | 2017-08-03 01:11:16 | project8/katydid | https://api.github.com/repos/project8/katydid | opened | Compute the jump height in the MPEB and save it | Feature Medium Priority | Might also want the jump slope and the jump length | 1.0 | Compute the jump height in the MPEB and save it - Might also want the jump slope and the jump length | priority | compute the jump height in the mpeb and save it might also want the jump slope and the jump length | 1 |
670,643 | 22,697,242,244 | IssuesEvent | 2022-07-05 07:26:14 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Add sales order API | priority: medium feature api payments sales | ### Describe the solution you'd like
- An api endpoint `api/v2/sales/order/<uuid>/` that returns the order information that is shown on the website when you pay for the url from a qr code.
- It should be possible to pay the order through `api/v2/payments/sales/order/<uuid>`. This might already be possible, I haven't checked.
### Motivation
This way people will be able to pay from the app, instead of through the website where they may even need to log in. I think this is an obvious case where the ease of use of an app is very welcome.
| 1.0 | Add sales order API - ### Describe the solution you'd like
- An api endpoint `api/v2/sales/order/<uuid>/` that returns the order information that is shown on the website when you pay for the url from a qr code.
- It should be possible to pay the order through `api/v2/payments/sales/order/<uuid>`. This might already be possible, I haven't checked.
### Motivation
This way people will be able to pay from the app, instead of through the website where they may even need to log in. I think this is an obvious case where the ease of use of an app is very welcome.
| priority | add sales order api describe the solution you d like an api endpoint api sales order that returns the order information that is shown on the website when you pay for the url from a qr code it should be possible to pay the order through api payments sales order this might already be possible i haven t checked motivation this way people will be able to pay from the app instead of through the website where they may even need to log in i think this is an obvious case where the ease of use of an app is very welcome | 1 |
538,969 | 15,781,414,361 | IssuesEvent | 2021-04-01 11:20:37 | enso-org/enso | https://api.github.com/repos/enso-org/enso | closed | Tag the Standard Library Properly | Category: Libraries Change: Breaking Difficulty: Core Contributor Priority: Highest Priority: Medium Type: Enhancement | ### Summary
As we get to doing PoCs with clients it is very important that we define what is and isn't unstable in the standard libraries. This task pertains to going through the standard libraries and adding the `UNSTABLE` tag to things that we do not yet consider stable.
### Value
PoCs will be able to avoid unstable features.
### Specification
- [ ] Ensure that all standard library types and methods are tagged with the appropriate set of tags.
### Acceptance Criteria & Test Cases
- [ ] The stdlib is tagged properly. | 2.0 | Tag the Standard Library Properly - ### Summary
As we get to doing PoCs with clients it is very important that we define what is and isn't unstable in the standard libraries. This task pertains to going through the standard libraries and adding the `UNSTABLE` tag to things that we do not yet consider stable.
### Value
PoCs will be able to avoid unstable features.
### Specification
- [ ] Ensure that all standard library types and methods are tagged with the appropriate set of tags.
### Acceptance Criteria & Test Cases
- [ ] The stdlib is tagged properly. | priority | tag the standard library properly summary as we get to doing pocs with clients it is very important that we define what is and isn t unstable in the standard libraries this task pertains to going through the standard libraries and adding the unstable tag to things that we do not yet consider stable value pocs will be able to avoid unstable features specification ensure that all standard library types and methods are tagged with the appropriate set of tags acceptance criteria test cases the stdlib is tagged properly | 1 |
369,575 | 10,914,972,181 | IssuesEvent | 2019-11-21 10:14:10 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Active pointer not pointing to current active project | kind/bug priority/Medium state/In Analysis | [kind/bug]
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## What versions of software are you using?
- Operating System: macOS (Supposed to be found on all platform)
- Output of `odo version`: master
## How did you run odo exactly?
I used OSD 4.2 cluster
Steps:
1. Login to the cluster
```
odo login --token=xxxxxxxxxxxx https://api.crw-osd4.t7n7.p1.openshiftapps.com:6443
```
2. List the project
```
$ odo project list
ACTIVE NAME
dedicated-admin
* default
kube-public
kube-system
openshift
[...]
```
3. Create and list the project
```
$ odo project create project2
✓ Project 'project2' is ready for use
✓ New project created and now using project : project2
$ odo project list
ACTIVE NAME
dedicated-admin
default
kube-public
kube-system
openshift
[...]
* project2
rhopp-test
```
4. Delete and List the project
```
$ odo project delete project2
? Are you sure you want to delete project project2 Yes
✓ Deleting project project2 [6s]
✓ Deleted project : project2
$ odo project list
ACTIVE NAME
dedicated-admin
default
kube-public
kube-system
openshift
openshift-apiserver
openshift-apiserver-operator
openshift-authentication
openshift-authentication-operator
openshift-cloud-credential-operator
openshift-cluster-machine-approver
openshift-cluster-node-tuning-operator
openshift-cluster-samples-operator
openshift-cluster-storage-operator
openshift-cluster-version
openshift-config
openshift-config-managed
openshift-console
openshift-console-operator
openshift-controller-manager
openshift-controller-manager-operator
openshift-dedicated-admin
openshift-dns
openshift-dns-operator
openshift-etcd
openshift-image-registry
openshift-infra
openshift-ingress
openshift-ingress-operator
openshift-kube-apiserver
openshift-kube-apiserver-operator
openshift-kube-controller-manager
openshift-kube-controller-manager-operator
openshift-kube-scheduler
openshift-kube-scheduler-operator
openshift-logging
openshift-machine-api
openshift-machine-config-operator
openshift-marketplace
openshift-monitoring
openshift-multus
openshift-network-operator
openshift-node
openshift-operator-lifecycle-manager
openshift-operators
openshift-sdn
openshift-service-ca
openshift-service-ca-operator
openshift-service-catalog-apiserver-operator
openshift-service-catalog-controller-manager-operator
openshift-sre-pruning
openshift-velero
project1
rhopp-test
```
## Actual behavior
Active pointer not switching to the current active project after deletion of any project.
## Expected behavior
Active pointer should point to ```default``` or any current active project after deleting any project
## Any logs, error output, etc?
| 1.0 | Active pointer not pointing to current active project - [kind/bug]
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## What versions of software are you using?
- Operating System: macOS (Supposed to be found on all platform)
- Output of `odo version`: master
## How did you run odo exactly?
I used OSD 4.2 cluster
Steps:
1. Login to the cluster
```
odo login --token=xxxxxxxxxxxx https://api.crw-osd4.t7n7.p1.openshiftapps.com:6443
```
2. List the project
```
$ odo project list
ACTIVE NAME
dedicated-admin
* default
kube-public
kube-system
openshift
[...]
```
3. Create and list the project
```
$ odo project create project2
✓ Project 'project2' is ready for use
✓ New project created and now using project : project2
$ odo project list
ACTIVE NAME
dedicated-admin
default
kube-public
kube-system
openshift
[...]
* project2
rhopp-test
```
4. Delete and List the project
```
$ odo project delete project2
? Are you sure you want to delete project project2 Yes
✓ Deleting project project2 [6s]
✓ Deleted project : project2
$ odo project list
ACTIVE NAME
dedicated-admin
default
kube-public
kube-system
openshift
openshift-apiserver
openshift-apiserver-operator
openshift-authentication
openshift-authentication-operator
openshift-cloud-credential-operator
openshift-cluster-machine-approver
openshift-cluster-node-tuning-operator
openshift-cluster-samples-operator
openshift-cluster-storage-operator
openshift-cluster-version
openshift-config
openshift-config-managed
openshift-console
openshift-console-operator
openshift-controller-manager
openshift-controller-manager-operator
openshift-dedicated-admin
openshift-dns
openshift-dns-operator
openshift-etcd
openshift-image-registry
openshift-infra
openshift-ingress
openshift-ingress-operator
openshift-kube-apiserver
openshift-kube-apiserver-operator
openshift-kube-controller-manager
openshift-kube-controller-manager-operator
openshift-kube-scheduler
openshift-kube-scheduler-operator
openshift-logging
openshift-machine-api
openshift-machine-config-operator
openshift-marketplace
openshift-monitoring
openshift-multus
openshift-network-operator
openshift-node
openshift-operator-lifecycle-manager
openshift-operators
openshift-sdn
openshift-service-ca
openshift-service-ca-operator
openshift-service-catalog-apiserver-operator
openshift-service-catalog-controller-manager-operator
openshift-sre-pruning
openshift-velero
project1
rhopp-test
```
## Actual behavior
Active pointer not switching to the current active project after deletion of any project.
## Expected behavior
Active pointer should point to ```default``` or any current active project after deleting any project
## Any logs, error output, etc?
| priority | active pointer not pointing to current active project welcome we kindly ask you to fill out the issue template below use the google group if you have a question rather than a bug or feature request the group is at thanks for understanding and for contributing to the project what versions of software are you using operating system macos supposed to be found on all platform output of odo version master how did you run odo exactly i used osd cluster steps login to the cluster odo login token xxxxxxxxxxxx list the project odo project list active name dedicated admin default kube public kube system openshift create and list the project odo project create ✓ project is ready for use ✓ new project created and now using project odo project list active name dedicated admin default kube public kube system openshift rhopp test delete and list the project odo project delete are you sure you want to delete project yes ✓ deleting project ✓ deleted project odo project list active name dedicated admin default kube public kube system openshift openshift apiserver openshift apiserver operator openshift authentication openshift authentication operator openshift cloud credential operator openshift cluster machine approver openshift cluster node tuning operator openshift cluster samples operator openshift cluster storage operator openshift cluster version openshift config openshift config managed openshift console openshift console operator openshift controller manager openshift controller manager operator openshift dedicated admin openshift dns openshift dns operator openshift etcd openshift image registry openshift infra openshift ingress openshift ingress operator openshift kube apiserver openshift kube apiserver operator openshift kube controller manager openshift kube controller manager operator openshift kube scheduler openshift kube scheduler operator openshift logging openshift machine api openshift machine config operator openshift marketplace openshift monitoring openshift multus openshift network operator openshift node openshift operator lifecycle manager openshift operators openshift sdn openshift service ca openshift service ca operator openshift service catalog apiserver operator openshift service catalog controller manager operator openshift sre pruning openshift velero rhopp test actual behavior active pointer not switching to the current active project after deletion of any project expected behavior active pointer should point to default or any current active project after deleting any project any logs error output etc | 1 |
735,104 | 25,379,463,695 | IssuesEvent | 2022-11-21 16:24:42 | belav/csharpier | https://api.github.com/repos/belav/csharpier | closed | .NET7 and Azure Pipelines | type:enhancement priority:medium area:cli | Running CSharpier as part of our CI in Azure Pipelines started throwing an error when we started using .NET 7:
```
2022-11-11T14:22:30.9445561Z ##[section]Starting: csharpier --check
2022-11-11T14:22:30.9456048Z ==============================================================================
2022-11-11T14:22:30.9456301Z Task : .NET Core
2022-11-11T14:22:30.9456609Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command
2022-11-11T14:22:30.9456864Z Version : 2.210.0
2022-11-11T14:22:30.9457035Z Author : Microsoft Corporation
2022-11-11T14:22:30.9457310Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/dotnet-core-cli
2022-11-11T14:22:30.9457645Z ==============================================================================
2022-11-11T14:22:31.2844870Z Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of Life(EOL) and have been removed from all hosted agents. If you're using these SDK/runtimes on hosted agents, kindly upgrade to newer versions which are not EOL, or else use UseDotNet task to install the required version.
2022-11-11T14:22:31.2859349Z [command]/opt/hostedtoolcache/dotnet/dotnet csharpier ./ --check
2022-11-11T14:22:31.5615554Z You must install or update .NET to run this application.
2022-11-11T14:22:31.5616078Z
2022-11-11T14:22:31.5617091Z App: /home/vsts/.nuget/packages/csharpier/0.20.0/tools/net6.0/any/dotnet-csharpier.dll
2022-11-11T14:22:31.5617648Z Architecture: x64
2022-11-11T14:22:31.5619999Z Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
2022-11-11T14:22:31.5620525Z .NET location: /opt/hostedtoolcache/dotnet/
2022-11-11T14:22:31.5620791Z
2022-11-11T14:22:31.5621138Z The following frameworks were found:
2022-11-11T14:22:31.5621760Z 7.0.0 at [/opt/hostedtoolcache/dotnet/shared/Microsoft.NETCore.App]
2022-11-11T14:22:31.5622207Z
2022-11-11T14:22:31.5622532Z Learn about framework resolution:
2022-11-11T14:22:31.5623087Z https://aka.ms/dotnet/app-launch-failed
2022-11-11T14:22:31.5623347Z
2022-11-11T14:22:31.5623682Z To install missing framework, download:
2022-11-11T14:22:31.5624439Z https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.20.04-x64
2022-11-11T14:22:31.5996866Z ##[error]Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 150
2022-11-11T14:22:31.6008459Z Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting
2022-11-11T14:22:31.6010917Z ##[error]Dotnet command failed with non-zero exit code on the following projects :
2022-11-11T14:22:31.6030023Z ##[section]Finishing: csharpier --check
```
Adding commands to temporarily switch back to .NET6 seems to be a working work around:
```yml
- task: UseDotNet@2
displayName: 'Use .NET sdk 6 again for CSharpier support'
inputs:
packageType: sdk
version: 6.x
- task: DotNetCoreCLI@2
displayName: "csharpier --check"
inputs:
command: "custom"
custom: "csharpier"
arguments: "./ --check"
- task: UseDotNet@2
displayName: 'Use .NET sdk 7 again'
inputs:
packageType: sdk
version: 7.x
``` | 1.0 | .NET7 and Azure Pipelines - Running CSharpier as part of our CI in Azure Pipelines started throwing an error when we started using .NET 7:
```
2022-11-11T14:22:30.9445561Z ##[section]Starting: csharpier --check
2022-11-11T14:22:30.9456048Z ==============================================================================
2022-11-11T14:22:30.9456301Z Task : .NET Core
2022-11-11T14:22:30.9456609Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command
2022-11-11T14:22:30.9456864Z Version : 2.210.0
2022-11-11T14:22:30.9457035Z Author : Microsoft Corporation
2022-11-11T14:22:30.9457310Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/build/dotnet-core-cli
2022-11-11T14:22:30.9457645Z ==============================================================================
2022-11-11T14:22:31.2844870Z Info: .NET Core SDK/runtime 2.2 and 3.0 are now End of Life(EOL) and have been removed from all hosted agents. If you're using these SDK/runtimes on hosted agents, kindly upgrade to newer versions which are not EOL, or else use UseDotNet task to install the required version.
2022-11-11T14:22:31.2859349Z [command]/opt/hostedtoolcache/dotnet/dotnet csharpier ./ --check
2022-11-11T14:22:31.5615554Z You must install or update .NET to run this application.
2022-11-11T14:22:31.5616078Z
2022-11-11T14:22:31.5617091Z App: /home/vsts/.nuget/packages/csharpier/0.20.0/tools/net6.0/any/dotnet-csharpier.dll
2022-11-11T14:22:31.5617648Z Architecture: x64
2022-11-11T14:22:31.5619999Z Framework: 'Microsoft.NETCore.App', version '6.0.0' (x64)
2022-11-11T14:22:31.5620525Z .NET location: /opt/hostedtoolcache/dotnet/
2022-11-11T14:22:31.5620791Z
2022-11-11T14:22:31.5621138Z The following frameworks were found:
2022-11-11T14:22:31.5621760Z 7.0.0 at [/opt/hostedtoolcache/dotnet/shared/Microsoft.NETCore.App]
2022-11-11T14:22:31.5622207Z
2022-11-11T14:22:31.5622532Z Learn about framework resolution:
2022-11-11T14:22:31.5623087Z https://aka.ms/dotnet/app-launch-failed
2022-11-11T14:22:31.5623347Z
2022-11-11T14:22:31.5623682Z To install missing framework, download:
2022-11-11T14:22:31.5624439Z https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=ubuntu.20.04-x64
2022-11-11T14:22:31.5996866Z ##[error]Error: The process '/opt/hostedtoolcache/dotnet/dotnet' failed with exit code 150
2022-11-11T14:22:31.6008459Z Info: Azure Pipelines hosted agents have been updated and now contain .Net 5.x SDK/Runtime along with the older .Net Core version which are currently lts. Unless you have locked down a SDK version for your project(s), 5.x SDK might be picked up which might have breaking behavior as compared to previous versions. You can learn more about the breaking changes here: https://docs.microsoft.com/en-us/dotnet/core/tools/ and https://docs.microsoft.com/en-us/dotnet/core/compatibility/ . To learn about more such changes and troubleshoot, refer here: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/dotnet-core-cli?view=azure-devops#troubleshooting
2022-11-11T14:22:31.6010917Z ##[error]Dotnet command failed with non-zero exit code on the following projects :
2022-11-11T14:22:31.6030023Z ##[section]Finishing: csharpier --check
```
Adding commands to temporarily switch back to .NET6 seems to be a working work around:
```yml
- task: UseDotNet@2
displayName: 'Use .NET sdk 6 again for CSharpier support'
inputs:
packageType: sdk
version: 6.x
- task: DotNetCoreCLI@2
displayName: "csharpier --check"
inputs:
command: "custom"
custom: "csharpier"
arguments: "./ --check"
- task: UseDotNet@2
displayName: 'Use .NET sdk 7 again'
inputs:
packageType: sdk
version: 7.x
``` | priority | and azure pipelines running csharpier as part of our ci in azure pipelines started throwing an error when we started using net starting csharpier check task net core description build test package or publish a dotnet application or run a custom dotnet command version author microsoft corporation help info net core sdk runtime and are now end of life eol and have been removed from all hosted agents if you re using these sdk runtimes on hosted agents kindly upgrade to newer versions which are not eol or else use usedotnet task to install the required version opt hostedtoolcache dotnet dotnet csharpier check you must install or update net to run this application app home vsts nuget packages csharpier tools any dotnet csharpier dll architecture framework microsoft netcore app version net location opt hostedtoolcache dotnet the following frameworks were found at learn about framework resolution to install missing framework download error the process opt hostedtoolcache dotnet dotnet failed with exit code info azure pipelines hosted agents have been updated and now contain net x sdk runtime along with the older net core version which are currently lts unless you have locked down a sdk version for your project s x sdk might be picked up which might have breaking behavior as compared to previous versions you can learn more about the breaking changes here and to learn about more such changes and troubleshoot refer here dotnet command failed with non zero exit code on the following projects finishing csharpier check adding commands to temporarily switch back to seems to be a working work around yml task usedotnet displayname use net sdk again for csharpier support inputs packagetype sdk version x task dotnetcorecli displayname csharpier check inputs command custom custom csharpier arguments check task usedotnet displayname use net sdk again inputs packagetype sdk version x | 1 |
26,180 | 2,684,215,437 | IssuesEvent | 2015-03-28 19:24:52 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | %Path% different with Explorer Integration | 1 star bug imported invalid Priority-Medium | _From [masta2ooo](https://code.google.com/u/masta2ooo/) on October 31, 2012 05:55:00_
OS version: Win7/x64 ConEmu version: 120727c x64
Far version: None *Bug description* I have added a path to my SYSTEM Environment Variables and when i open cmd.exe (as restricted or admin) i see the additional path in %path% with "set path".
When i open "C:\Program Files\ ConEmu \ConEmu64.exe" directly, the same path is shown.
Now i want to use the Explorer Integration by "Settings -> Features -> Integration -> ConEmu Here - Register".
When i run "set path" in the ConEmu instance opened by the explorer shell, i see completely different environment variables!
The command line of it is ""C:\Program Files\ ConEmu \ConEmu64.exe" /cmd cmd -cur_console:n". If i open the ConEmu myself from cmd with this command line i see the path variables as before (correct).
Does the Explorer have different environment variables and pass them to the ConEmu on opening?
regards, Bernhard
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=797_ | 1.0 | %Path% different with Explorer Integration - _From [masta2ooo](https://code.google.com/u/masta2ooo/) on October 31, 2012 05:55:00_
OS version: Win7/x64 ConEmu version: 120727c x64
Far version: None *Bug description* I have added a path to my SYSTEM Environment Variables and when i open cmd.exe (as restricted or admin) i see the additional path in %path% with "set path".
When i open "C:\Program Files\ ConEmu \ConEmu64.exe" directly, the same path is shown.
Now i want to use the Explorer Integration by "Settings -> Features -> Integration -> ConEmu Here - Register".
When i run "set path" in the ConEmu instance opened by the explorer shell, i see completely different environment variables!
The command line of it is ""C:\Program Files\ ConEmu \ConEmu64.exe" /cmd cmd -cur_console:n". If i open the ConEmu myself from cmd with this command line i see the path variables as before (correct).
Does the Explorer have different environment variables and pass them to the ConEmu on opening?
regards, Bernhard
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=797_ | priority | path different with explorer integration from on october os version conemu version far version none bug description i have added a path to my system environment variables and when i open cmd exe as restricted or admin i see the additional path in path with set path when i open c program files conemu exe directly the same path is shown now i want to use the explorer integration by settings features integration conemu here register when i run set path in the conemu instance opened by the explorer shell i see completely different environment variables the command line of it is c program files conemu exe cmd cmd cur console n if i open the conemu myself from cmd with this command line i see the path variables as before correct does the explorer have different environment variables and pass them to the conemu on opening regards bernhard original issue | 1 |
205,747 | 7,105,684,572 | IssuesEvent | 2018-01-16 14:28:51 | Victoire/victoire | https://api.github.com/repos/Victoire/victoire | closed | Integer the style mode in the edit modal | Priority : Medium Type : Feature ready ~Enhancement | So far, a widget's style is fixed via the style mode.
However, it'd be more pertinent to integer it as a button in the edit mode modal
| 1.0 | Integer the style mode in the edit modal - So far, a widget's style is fixed via the style mode.
However, it'd be more pertinent to integer it as a button in the edit mode modal
| priority | integer the style mode in the edit modal so far a widget s style is fixed via the style mode however it d be more pertinent to integer it as a button in the edit mode modal | 1 |
823,530 | 31,022,966,079 | IssuesEvent | 2023-08-10 07:09:19 | UCL-MIRSG/xnat-aws | https://api.github.com/repos/UCL-MIRSG/xnat-aws | closed | Cost estimate | priority-medium | We should [generate a cost estimate](https://calculator.aws/#/) for the AWS resources created, perhaps based on running it for one week or one month | 1.0 | Cost estimate - We should [generate a cost estimate](https://calculator.aws/#/) for the AWS resources created, perhaps based on running it for one week or one month | priority | cost estimate we should for the aws resources created perhaps based on running it for one week or one month | 1 |
599,579 | 18,277,556,838 | IssuesEvent | 2021-10-04 20:49:24 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | closed | QA for SSH connectors on Cloud | type/enhancement priority/medium airbyte-cloud cloud-public-launch | ## Tell us about the problem you're trying to solve
SSH is relatively new. We should do some stress testing on them in cloud. Non-postgres Source AND Destination if we've got the infrastructure for it already; otherwise just test postgres.
## QA Checklist
- [ ] - create a new source with a non-postres source. have it connect a database in our infrastructure via a bastion (we already have a bastion).
- [ ] - create a new destination with a non-postgres destination. have it connect to a database in our infrastructure via a bastion (we already have a bastion).
- [ ] run a sync between the two and make sure the data is moved correctly
| 1.0 | QA for SSH connectors on Cloud - ## Tell us about the problem you're trying to solve
SSH is relatively new. We should do some stress testing on them in cloud. Non-postgres Source AND Destination if we've got the infrastructure for it already; otherwise just test postgres.
## QA Checklist
- [ ] - create a new source with a non-postres source. have it connect a database in our infrastructure via a bastion (we already have a bastion).
- [ ] - create a new destination with a non-postgres destination. have it connect to a database in our infrastructure via a bastion (we already have a bastion).
- [ ] run a sync between the two and make sure the data is moved correctly
| priority | qa for ssh connectors on cloud tell us about the problem you re trying to solve ssh is relatively new we should do some stress testing on them in cloud non postgres source and destination if we ve got the infrastructure for it already otherwise just test postgres qa checklist create a new source with a non postres source have it connect a database in our infrastructure via a bastion we already have a bastion create a new destination with a non postgres destination have it connect to a database in our infrastructure via a bastion we already have a bastion run a sync between the two and make sure the data is moved correctly | 1 |
120,768 | 4,793,832,805 | IssuesEvent | 2016-10-31 19:17:34 | roschaefer/story.board | https://api.github.com/repos/roschaefer/story.board | opened | Color propertiy for triggers | Priority: medium | As a member of service team,
i want triggers to have a color-property,
to make them easier identifiable for reporters. | 1.0 | Color propertiy for triggers - As a member of service team,
i want triggers to have a color-property,
to make them easier identifiable for reporters. | priority | color propertiy for triggers as a member of service team i want triggers to have a color property to make them easier identifiable for reporters | 1 |
738,532 | 25,565,024,416 | IssuesEvent | 2022-11-30 13:43:06 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | show custom registry support in datasource docs | priority-3-medium type:docs status:in-progress | ### Describe the proposed change(s).
we should add the support info to the docs, so we hopefully don't get bug reports about not working registry overrides 🙃
- #19176 | 1.0 | show custom registry support in datasource docs - ### Describe the proposed change(s).
we should add the support info to the docs, so we hopefully don't get bug reports about not working registry overrides 🙃
- #19176 | priority | show custom registry support in datasource docs describe the proposed change s we should add the support info to the docs so we hopefully don t get bug reports about not working registry overrides 🙃 | 1 |
247,914 | 7,925,185,314 | IssuesEvent | 2018-07-05 19:40:58 | linterhub/schema | https://api.github.com/repos/linterhub/schema | closed | Release steps should be testable | Priority: Medium Status: In Progress Type: CI | At least we need to ensure that all steps are OK without actual publishing to npm or gh-pages. | 1.0 | Release steps should be testable - At least we need to ensure that all steps are OK without actual publishing to npm or gh-pages. | priority | release steps should be testable at least we need to ensure that all steps are ok without actual publishing to npm or gh pages | 1 |
479,254 | 13,793,545,751 | IssuesEvent | 2020-10-09 15:05:51 | minio/mc | https://api.github.com/repos/minio/mc | closed | mc mirror overwrite currently broken | community priority: medium stale | ## Expected behavior
mc mirror --overwrite should detect changed files
## Actual behavior
It seems, it currently doesn't
## Steps to reproduce the behavior
```
$ mc mb myminio/mybucket
Bucket created successfully `myminio/mybucket`.
$ echo one > testdir/testfile.txt
$ cat testdir/testfile.txt
one
$ mc mirror --overwrite testdir myminio/mybucket
...estfile.txt: 4 B / 4 B ┃▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓┃ 227 B/s 0s
$ mc cat myminio/mybucket/testfile.txt
one
$ echo two > testdir/testfile.txt
$ cat testdir/testfile.txt
two
$ mc mirror --overwrite testdir myminio/mybucket
0 B / ? ┃░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓┃ 0s
$ mc cat myminio/mybucket/testfile.txt
one
```
## mc --version
mc version RELEASE.2020-01-25T03-02-19Z
## System information
Client and Server: Fedora 31 with XFS as filesystem
minio version 2020-01-25T02:50:51Z
| 1.0 | mc mirror overwrite currently broken - ## Expected behavior
mc mirror --overwrite should detect changed files
## Actual behavior
It seems, it currently doesn't
## Steps to reproduce the behavior
```
$ mc mb myminio/mybucket
Bucket created successfully `myminio/mybucket`.
$ echo one > testdir/testfile.txt
$ cat testdir/testfile.txt
one
$ mc mirror --overwrite testdir myminio/mybucket
...estfile.txt: 4 B / 4 B ┃▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓┃ 227 B/s 0s
$ mc cat myminio/mybucket/testfile.txt
one
$ echo two > testdir/testfile.txt
$ cat testdir/testfile.txt
two
$ mc mirror --overwrite testdir myminio/mybucket
0 B / ? ┃░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓┃ 0s
$ mc cat myminio/mybucket/testfile.txt
one
```
## mc --version
mc version RELEASE.2020-01-25T03-02-19Z
## System information
Client and Server: Fedora 31 with XFS as filesystem
minio version 2020-01-25T02:50:51Z
| priority | mc mirror overwrite currently broken expected behavior mc mirror overwrite should detect changed files actual behavior it seems it currently doesn t steps to reproduce the behavior mc mb myminio mybucket bucket created successfully myminio mybucket echo one testdir testfile txt cat testdir testfile txt one mc mirror overwrite testdir myminio mybucket estfile txt b b ┃▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓┃ b s mc cat myminio mybucket testfile txt one echo two testdir testfile txt cat testdir testfile txt two mc mirror overwrite testdir myminio mybucket b ┃░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░▓┃ mc cat myminio mybucket testfile txt one mc version mc version release system information client and server fedora with xfs as filesystem minio version | 1 |
265,211 | 8,343,633,001 | IssuesEvent | 2018-09-30 07:14:52 | minio/minio | https://api.github.com/repos/minio/minio | closed | minio some node return 403 | community priority: medium triage | <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
work better
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
there is a clusters of 4 nodes ,but sometime will return 403 from http response, http header like this:
HTTP/1.1 403 Forbidden
Accept-Ranges: bytes
Content-Security-Policy: block-all-mixed-content
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Vary: Origin
X-Amz-Request-Id: 1558352F1FFDC4D8
X-Xss-Protection: 1; mode=block
Date: Thu, 27 Sep 2018 08:42:29 GMT
minio error log:
Error: volume not found
disk=http://ipaddress:9090/app/minio
1: cmd/logger/logger.go:294:logger.LogIf()
2: cmd/xl-v1-utils.go:309:cmd.readXLMeta()
3: cmd/xl-v1-utils.go:341:cmd.readAllXLMetadata.func1()
minion start command:
MINIO_ACCESS_KEY=1 MINIO_SECRET_KEY=2 minio server --address ip:9090 http://ip1:9090/app/minio http://ip2:9090/app/minio http://ip3:9090/app/minio http://ip4:9090/app/minio
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Regression
<!-- Is this issue a regression? (Yes / No) -->
<!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`):
Version: 2018-09-25T21:34:43Z
Release-Tag: RELEASE.2018-09-25T21-34-43Z
Commit-ID: aa4e2b1542b98097e08680f21b790de0b776378c
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
Ubuntu 16.04.3 LTS
* Operating System and version (`uname -a`):
Linux hostname 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
* Link to your project:
| 1.0 | minio some node return 403 - <!--- Provide a general summary of the issue in the Title above -->
## Expected Behavior
work better
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Current Behavior
there is a clusters of 4 nodes ,but sometime will return 403 from http response, http header like this:
HTTP/1.1 403 Forbidden
Accept-Ranges: bytes
Content-Security-Policy: block-all-mixed-content
Server: Minio/RELEASE.2018-09-25T21-34-43Z (linux; amd64)
Vary: Origin
X-Amz-Request-Id: 1558352F1FFDC4D8
X-Xss-Protection: 1; mode=block
Date: Thu, 27 Sep 2018 08:42:29 GMT
minio error log:
Error: volume not found
disk=http://ipaddress:9090/app/minio
1: cmd/logger/logger.go:294:logger.LogIf()
2: cmd/xl-v1-utils.go:309:cmd.readXLMeta()
3: cmd/xl-v1-utils.go:341:cmd.readAllXLMetadata.func1()
minion start command:
MINIO_ACCESS_KEY=1 MINIO_SECRET_KEY=2 minio server --address ip:9090 http://ip1:9090/app/minio http://ip2:9090/app/minio http://ip3:9090/app/minio http://ip4:9090/app/minio
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## Steps to Reproduce (for bugs)
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Regression
<!-- Is this issue a regression? (Yes / No) -->
<!-- If Yes, optionally please include minio version or commit id or PR# that caused this regression, if you have these details. -->
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used (`minio version`):
Version: 2018-09-25T21:34:43Z
Release-Tag: RELEASE.2018-09-25T21-34-43Z
Commit-ID: aa4e2b1542b98097e08680f21b790de0b776378c
* Environment name and version (e.g. nginx 1.9.1):
* Server type and version:
Ubuntu 16.04.3 LTS
* Operating System and version (`uname -a`):
Linux hostname 4.4.0-87-generic #110-Ubuntu SMP Tue Jul 18 12:55:35 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
* Link to your project:
| priority | minio some node return expected behavior work better current behavior there is a clusters of nodes ,but sometime will return from http response, http header like this http forbidden accept ranges bytes content security policy block all mixed content server minio release linux vary origin x amz request id x xss protection mode block date thu sep gmt minio error log error volume not found disk cmd logger logger go logger logif cmd xl utils go cmd readxlmeta cmd xl utils go cmd readallxlmetadata minion start command minio access key minio secret key minio server address ip possible solution steps to reproduce for bugs context regression your environment version used minio version version release tag release commit id environment name and version e g nginx server type and version ubuntu lts operating system and version uname a linux hostname generic ubuntu smp tue jul utc gnu linux link to your project | 1 |
91,874 | 3,863,516,301 | IssuesEvent | 2016-04-08 09:45:33 | iamxavier/elmah | https://api.github.com/repos/iamxavier/elmah | closed | Built in Trace Listener support.. | auto-migrated Priority-Medium Type-Enhancement | ```
What new or enhanced feature are you proposing?
Add an ELMAH trace listener.
What goal would this enhancement help you achieve?
This would allow not only exceptions and issues to be logged by ELMAH, but
anything a trace listener can grab.
```
Original issue reported on code.google.com by `wayne.br...@gmail.com` on 11 Sep 2012 at 3:17 | 1.0 | Built in Trace Listener support.. - ```
What new or enhanced feature are you proposing?
Add an ELMAH trace listener.
What goal would this enhancement help you achieve?
This would allow not only exceptions and issues to be logged by ELMAH, but
anything a trace listener can grab.
```
Original issue reported on code.google.com by `wayne.br...@gmail.com` on 11 Sep 2012 at 3:17 | priority | built in trace listener support what new or enhanced feature are you proposing add an elmah trace listener what goal would this enhancement help you achieve this would allow not only exceptions and issues to be logged by elmah but anything a trace listener can grab original issue reported on code google com by wayne br gmail com on sep at | 1 |
334,231 | 10,137,581,288 | IssuesEvent | 2019-08-02 15:36:32 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Size of the Created Spots | Medium Priority bug | <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
#### Issue
During spots creation, the charts are not fitting to the working area as seen below.

The spot was created in demo system.
#### Expected Behavior
The created chart should fit to the working area.
| 1.0 | Size of the Created Spots - <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
#### Issue
During spots creation, the charts are not fitting to the working area as seen below.

The spot was created in demo system.
#### Expected Behavior
The created chart should fit to the working area.
| priority | size of the created spots issue during spots creation the charts are not fitting to the working area as seen below the spot was created in demo system expected behavior the created chart should fit to the working area | 1 |
71,725 | 3,367,617,929 | IssuesEvent | 2015-11-22 10:19:05 | music-encoding/music-encoding | https://api.github.com/repos/music-encoding/music-encoding | closed | Move <head> to MEI.shared | Component: Core Schema Priority: Medium Status: Needs Patch Type: Bug | _From [pd...@virginia.edu](https://code.google.com/u/103686026181985548448/) on January 28, 2015 11:26:12_
Since \<head> is used by members of more than one other module, it should be moved to MEI.shared.
_Original issue: http://code.google.com/p/music-encoding/issues/detail?id=220_ | 1.0 | Move <head> to MEI.shared - _From [pd...@virginia.edu](https://code.google.com/u/103686026181985548448/) on January 28, 2015 11:26:12_
Since \<head> is used by members of more than one other module, it should be moved to MEI.shared.
_Original issue: http://code.google.com/p/music-encoding/issues/detail?id=220_ | priority | move to mei shared from on january since is used by members of more than one other module it should be moved to mei shared original issue | 1 |
41,280 | 2,868,993,162 | IssuesEvent | 2015-06-05 22:26:15 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Increase package size limit | enhancement Fixed Priority-Medium | <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#22935_
----
Now that we have people starting to hack on mobile development in Dart, larger assets are becoming more common and more important. The Sky folks have a package with about 30MB of pngs.
10MB is starting to feel kind of antiquated. Maybe bump it up to 50 or 100?
We'll have to see how this affects the server storage for packages first, of course. Martin, any thoughts? | 1.0 | Increase package size limit - <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#22935_
----
Now that we have people starting to hack on mobile development in Dart, larger assets are becoming more common and more important. The Sky folks have a package with about 30MB of pngs.
10MB is starting to feel kind of antiquated. Maybe bump it up to 50 or 100?
We'll have to see how this affects the server storage for packages first, of course. Martin, any thoughts? | priority | increase package size limit issue by originally opened as dart lang sdk now that we have people starting to hack on mobile development in dart larger assets are becoming more common and more important the sky folks have a package with about of pngs is starting to feel kind of antiquated maybe bump it up to or we ll have to see how this affects the server storage for packages first of course martin any thoughts | 1 |
667,663 | 22,495,670,517 | IssuesEvent | 2022-06-23 07:20:34 | hackforla/expunge-assist | https://api.github.com/repos/hackforla/expunge-assist | opened | Find and display examples of successful letters/testimonials on website [from usability testing] | priority: medium role: UX content writing dependency feature: figma content writing | ###Dependency
https://github.com/hackforla/expunge-assist/issues/512
### Overview
There is a need for users to read examples of successful letters, stories, experiences of users/letter writers, particularly those that have been successful
### Action Items
- [ ] Research and find examples of successful letters see https://github.com/hackforla/expunge-assist/issues/512
- [ ] Collaborate and iterate with design on how to include these letters/examples
- [ ] Include examples of successful letters, stories, experiences of users/letter writers on website
### Resources/Instructions
| 1.0 | Find and display examples of successful letters/testimonials on website [from usability testing] - ###Dependency
https://github.com/hackforla/expunge-assist/issues/512
### Overview
There is a need for users to read examples of successful letters, stories, experiences of users/letter writers, particularly those that have been successful
### Action Items
- [ ] Research and find examples of successful letters see https://github.com/hackforla/expunge-assist/issues/512
- [ ] Collaborate and iterate with design on how to include these letters/examples
- [ ] Include examples of successful letters, stories, experiences of users/letter writers on website
### Resources/Instructions
| priority | find and display examples of successful letters testimonials on website dependency overview there is a need for users to read examples of successful letters stories experiences of users letter writers particularly those that have been successful action items research and find examples of successful letters see collaborate and iterate with design on how to include these letters examples include examples of successful letters stories experiences of users letter writers on website resources instructions | 1 |
677,929 | 23,180,071,239 | IssuesEvent | 2022-08-01 00:27:32 | City-Bureau/city-scrapers-atl | https://api.github.com/repos/City-Bureau/city-scrapers-atl | opened | New Scraper: DeKalb County Housing Authority | priority-medium | Create a new scraper for DeKalb County Housing Authority
Website: https://www.dekalbcountyga.gov/meeting-calendar
Jurisdiction: DeKalb County
Classification: Housing
The housing authority was created to address the unsanitary and unsafe inhabited dwelling accommodations that exist in Dekalb County. In addition, there is a shortage of safe and sanitary accommodations for low income individuals.
(https://dekalbcountyga.granicus.com/boards/w/968f9572ef2211df/boards/7177)
| 1.0 | New Scraper: DeKalb County Housing Authority - Create a new scraper for DeKalb County Housing Authority
Website: https://www.dekalbcountyga.gov/meeting-calendar
Jurisdiction: DeKalb County
Classification: Housing
The housing authority was created to address the unsanitary and unsafe inhabited dwelling accommodations that exist in Dekalb County. In addition, there is a shortage of safe and sanitary accommodations for low income individuals.
(https://dekalbcountyga.granicus.com/boards/w/968f9572ef2211df/boards/7177)
| priority | new scraper dekalb county housing authority create a new scraper for dekalb county housing authority website jurisdiction dekalb county classification housing the housing authority was created to address the unsanitary and unsafe inhabited dwelling accommodations that exist in dekalb county in addition there is a shortage of safe and sanitary accommodations for low income individuals | 1 |
79,821 | 3,547,469,866 | IssuesEvent | 2016-01-20 09:53:31 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | opened | New Contribute Flow: On resources, “File Type” box should be autocomplete. | Priority-Medium | Implement File Type box with autocomplete feature. | 1.0 | New Contribute Flow: On resources, “File Type” box should be autocomplete. - Implement File Type box with autocomplete feature. | priority | new contribute flow on resources “file type” box should be autocomplete implement file type box with autocomplete feature | 1 |
643,080 | 20,923,266,673 | IssuesEvent | 2022-03-24 19:36:22 | Qiskit/qiskit-ibm-runtime | https://api.github.com/repos/Qiskit/qiskit-ibm-runtime | closed | `runtime_session` raises an error when invalid input is given to estimator | bug medium priority | **Describe the bug**
`runtime_session` raises an `AttributeError` error when invalid input is given to estimator
**Steps to reproduce**
```python
from qiskit_ibm_runtime import IBMRuntimeService, IBMEstimator
from qiskit.opflow import PauliSumOp
from qiskit.circuit.library import RealAmplitudes
service = IBMRuntimeService()
estimator_factory = IBMEstimator(service=service, backend="ibmq_qasm_simulator")
observable = PauliSumOp.from_list([("II", 1)])
ansatz = RealAmplitudes(num_qubits=2, reps=2)
with estimator_factory(circuits=[ansatz], observables=[observable]) as estimator:
result = estimator()
```
output:
```
Traceback (most recent call last):
File "/Users/ima/tasks/2_2022/qiskit/runtime/tmp/example3.py", line 12, in <module>
result = estimator()
TypeError: __call__() missing 2 required positional arguments: 'circuit_indices' and 'observable_indices'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ima/tasks/2_2022/qiskit/runtime/tmp/example3.py", line 12, in <module>
result = estimator()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/qiskit/primitives/base_estimator.py", line 158, in __exit__
self.close()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/estimator.py", line 114, in close
self._session.close()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/runtime_session.py", line 122, in close
self._initial_job.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'
```
**Expected behavior**
Finishes without `AttributeError` or raises more appropriate error.
**Suggested solutions**
No idea
**Additional Information**
- **qiskit-ibm-runtime version**: main
- **Python version**: 3.9.10
- **Operating system**: macOS 11.6.5
| 1.0 | `runtime_session` raises an error when invalid input is given to estimator - **Describe the bug**
`runtime_session` raises an `AttributeError` error when invalid input is given to estimator
**Steps to reproduce**
```python
from qiskit_ibm_runtime import IBMRuntimeService, IBMEstimator
from qiskit.opflow import PauliSumOp
from qiskit.circuit.library import RealAmplitudes
service = IBMRuntimeService()
estimator_factory = IBMEstimator(service=service, backend="ibmq_qasm_simulator")
observable = PauliSumOp.from_list([("II", 1)])
ansatz = RealAmplitudes(num_qubits=2, reps=2)
with estimator_factory(circuits=[ansatz], observables=[observable]) as estimator:
result = estimator()
```
output:
```
Traceback (most recent call last):
File "/Users/ima/tasks/2_2022/qiskit/runtime/tmp/example3.py", line 12, in <module>
result = estimator()
TypeError: __call__() missing 2 required positional arguments: 'circuit_indices' and 'observable_indices'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/ima/tasks/2_2022/qiskit/runtime/tmp/example3.py", line 12, in <module>
result = estimator()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/qiskit/primitives/base_estimator.py", line 158, in __exit__
self.close()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/estimator.py", line 114, in close
self._session.close()
File "/Users/ima/tasks/2_2022/qiskit/runtime/qiskit_ibm_runtime/runtime_session.py", line 122, in close
self._initial_job.cancel()
AttributeError: 'NoneType' object has no attribute 'cancel'
```
**Expected behavior**
Finishes without `AttributeError` or raises more appropriate error.
**Suggested solutions**
No idea
**Additional Information**
- **qiskit-ibm-runtime version**: main
- **Python version**: 3.9.10
- **Operating system**: macOS 11.6.5
| priority | runtime session raises an error when invalid input is given to estimator describe the bug runtime session raises an attributeerror error when invalid input is given to estimator steps to reproduce python from qiskit ibm runtime import ibmruntimeservice ibmestimator from qiskit opflow import paulisumop from qiskit circuit library import realamplitudes service ibmruntimeservice estimator factory ibmestimator service service backend ibmq qasm simulator observable paulisumop from list ansatz realamplitudes num qubits reps with estimator factory circuits observables as estimator result estimator output traceback most recent call last file users ima tasks qiskit runtime tmp py line in result estimator typeerror call missing required positional arguments circuit indices and observable indices during handling of the above exception another exception occurred traceback most recent call last file users ima tasks qiskit runtime tmp py line in result estimator file users ima tasks qiskit runtime qiskit ibm runtime qiskit primitives base estimator py line in exit self close file users ima tasks qiskit runtime qiskit ibm runtime estimator py line in close self session close file users ima tasks qiskit runtime qiskit ibm runtime runtime session py line in close self initial job cancel attributeerror nonetype object has no attribute cancel expected behavior finishes without attributeerror or raises more appropriate error suggested solutions no idea additional information qiskit ibm runtime version main python version operating system macos | 1 |
411,076 | 12,014,185,734 | IssuesEvent | 2020-04-10 10:44:15 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | `Log Variables` fails is variable value is iterable but iteration fails | bug priority: medium rc 2 | Under a specific scenario, the built-in keyword `log_variables` is crashing with the error `AttributeError: 'int' object has no attribute 'replace'`.
I haven't completely nailed down the cause of the crash. I can reproduce it by creating a library that uses the [Faker library](https://faker.readthedocs.io/en/master/), however. I just haven't figured out what it is about that library that is causing the problem. I've tried with some very simple objects in place of `faker.Faker()` and am not seeing the problem.
Start with this keyword library (keywords.py):
```
from robot.libraries.BuiltIn import BuiltIn
import faker
class keywords:
def __init__(self):
self._faker = faker.Faker()
BuiltIn().set_global_variable("${faker}", self._faker)
```
When I run this test case, I get the `AttributeError`:
```
*** Settings ***
Library keywords.py
*** Test cases ***
Example
log variables
```
Oddly, if I set a breakpoint inside the `log_variables` keyword and print out the list of variables, the internal name of the variable is `@{faker}` rather than `${faker}`. So, even though I explicitly set the variable name as `${faker}`, it's getting stored as `@{faker}`, and that seems to break `log variables`. If I manually reset the name to `${faker}`, `log_variables` is able to continue without error.
So, it seems that the root cause is that robot renames my variable to an array for some reason.
| 1.0 | `Log Variables` fails is variable value is iterable but iteration fails - Under a specific scenario, the built-in keyword `log_variables` is crashing with the error `AttributeError: 'int' object has no attribute 'replace'`.
I haven't completely nailed down the cause of the crash. I can reproduce it by creating a library that uses the [Faker library](https://faker.readthedocs.io/en/master/), however. I just haven't figured out what it is about that library that is causing the problem. I've tried with some very simple objects in place of `faker.Faker()` and am not seeing the problem.
Start with this keyword library (keywords.py):
```
from robot.libraries.BuiltIn import BuiltIn
import faker
class keywords:
def __init__(self):
self._faker = faker.Faker()
BuiltIn().set_global_variable("${faker}", self._faker)
```
When I run this test case, I get the `AttributeError`:
```
*** Settings ***
Library keywords.py
*** Test cases ***
Example
log variables
```
Oddly, if I set a breakpoint inside the `log_variables` keyword and print out the list of variables, the internal name of the variable is `@{faker}` rather than `${faker}`. So, even though I explicitly set the variable name as `${faker}`, it's getting stored as `@{faker}`, and that seems to break `log variables`. If I manually reset the name to `${faker}`, `log_variables` is able to continue without error.
So, it seems that the root cause is that robot renames my variable to an array for some reason.
| priority | log variables fails is variable value is iterable but iteration fails under a specific scenario the built in keyword log variables is crashing with the error attributeerror int object has no attribute replace i haven t completely nailed down the cause of the crash i can reproduce it by creating a library that uses the however i just haven t figured out what it is about that library that is causing the problem i ve tried with some very simple objects in place of faker faker and am not seeing the problem start with this keyword library keywords py from robot libraries builtin import builtin import faker class keywords def init self self faker faker faker builtin set global variable faker self faker when i run this test case i get the attributeerror settings library keywords py test cases example log variables oddly if i set a breakpoint inside the log variables keyword and print out the list of variables the internal name of the variable is faker rather than faker so even though i explicitly set the variable name as faker it s getting stored as faker and that seems to break log variables if i manually reset the name to faker log variables is able to continue without error so it seems that the root cause is that robot renames my variable to an array for some reason | 1 |
6,743 | 2,594,462,706 | IssuesEvent | 2015-02-20 03:46:37 | sympy/sympy | https://api.github.com/repos/sympy/sympy | closed | srepr does not include assumptions | Assumptions bug imported Printing Priority: Medium valid | ```
In [55]: r = Symbol('r', positive=True)
In [56]: srepr(r)
Out[56]: Symbol('r')
Other printers have the same problem:
In [57]: python(r)
Out[57]:
r = Symbol('r')
e = r
Those are the two I can think of now that should include the assumptions.
This is nontrivial to fix, unless we just include *all* assumptions with every Symbol, since, as far as I can tell, there is no way to tell in the current (old) assumptions code which assumptions were set by the user and which were deduced. Depending on how complicated this is, it may not even be worth fixing for the old assumptions, but we should at least revisit it when we get global assumptions running with the new assumptions.
And for what it's worth, keeping track of which assumptions were explicitly set would be useful for other things as well (for example, pickling, see issue 5686 ).
If this does become an issue for someone, it would not be difficult to at least add an option to srepr() to include all the assumptions (from .assumptions0).
```
Original issue for #6131: http://code.google.com/p/sympy/issues/detail?id=3032
Original author: https://code.google.com/u/asmeurer@gmail.com/
Referenced issues: #5686
| 1.0 | srepr does not include assumptions - ```
In [55]: r = Symbol('r', positive=True)
In [56]: srepr(r)
Out[56]: Symbol('r')
Other printers have the same problem:
In [57]: python(r)
Out[57]:
r = Symbol('r')
e = r
Those are the two I can think of now that should include the assumptions.
This is nontrivial to fix, unless we just include *all* assumptions with every Symbol, since, as far as I can tell, there is no way to tell in the current (old) assumptions code which assumptions were set by the user and which were deduced. Depending on how complicated this is, it may not even be worth fixing for the old assumptions, but we should at least revisit it when we get global assumptions running with the new assumptions.
And for what it's worth, keeping track of which assumptions were explicitly set would be useful for other things as well (for example, pickling, see issue 5686 ).
If this does become an issue for someone, it would not be difficult to at least add an option to srepr() to include all the assumptions (from .assumptions0).
```
Original issue for #6131: http://code.google.com/p/sympy/issues/detail?id=3032
Original author: https://code.google.com/u/asmeurer@gmail.com/
Referenced issues: #5686
| priority | srepr does not include assumptions in r symbol r positive true in srepr r out symbol r other printers have the same problem in python r out r symbol r e r those are the two i can think of now that should include the assumptions this is nontrivial to fix unless we just include all assumptions with every symbol since as far as i can tell there is no way to tell in the current old assumptions code which assumptions were set by the user and which were deduced depending on how complicated this is it may not even be worth fixing for the old assumptions but we should at least revisit it when we get global assumptions running with the new assumptions and for what it s worth keeping track of which assumptions were explicitly set would be useful for other things as well for example pickling see issue if this does become an issue for someone it would not be difficult to at least add an option to srepr to include all the assumptions from original issue for original author referenced issues | 1 |
820,216 | 30,763,859,783 | IssuesEvent | 2023-07-30 03:12:28 | jagaldol/chat-foodie | https://api.github.com/repos/jagaldol/chat-foodie | closed | (spring boot) 회원가입 로직 개선 | Priority: Medium Type: Enhancement | ## Description
현재 이메일 중복 체크를 안하고 있습니다.
이메일 중복 체크 뿐만 아니라 회원가입 요청 시 request의 validation을 검증할 필요 가 있습니다. spring-validation을 사용해서 requestDTO를 검증하고 예외 처리를 마쳐야합니다.
이메일 인증(메일 전송) 및 OAuth2(구글 로그인, 카카오톡 로그인)는 별개의 issue로 추가적으로 작업 예정입니다.
## Tasks
- [x] requestDTO 작성
- [x] requestDTO validation 체크 및 exception 처리
- [x] response 잘되는지 확인
- [x] 서비스에서 이메일 등 중복되면 안되는 unique key의 경우 exeception 던지기
| 1.0 | (spring boot) 회원가입 로직 개선 - ## Description
현재 이메일 중복 체크를 안하고 있습니다.
이메일 중복 체크 뿐만 아니라 회원가입 요청 시 request의 validation을 검증할 필요 가 있습니다. spring-validation을 사용해서 requestDTO를 검증하고 예외 처리를 마쳐야합니다.
이메일 인증(메일 전송) 및 OAuth2(구글 로그인, 카카오톡 로그인)는 별개의 issue로 추가적으로 작업 예정입니다.
## Tasks
- [x] requestDTO 작성
- [x] requestDTO validation 체크 및 exception 처리
- [x] response 잘되는지 확인
- [x] 서비스에서 이메일 등 중복되면 안되는 unique key의 경우 exeception 던지기
| priority | spring boot 회원가입 로직 개선 description 현재 이메일 중복 체크를 안하고 있습니다 이메일 중복 체크 뿐만 아니라 회원가입 요청 시 request의 validation을 검증할 필요 가 있습니다 spring validation을 사용해서 requestdto를 검증하고 예외 처리를 마쳐야합니다 이메일 인증 메일 전송 및 구글 로그인 카카오톡 로그인 는 별개의 issue로 추가적으로 작업 예정입니다 tasks requestdto 작성 requestdto validation 체크 및 exception 처리 response 잘되는지 확인 서비스에서 이메일 등 중복되면 안되는 unique key의 경우 exeception 던지기 | 1 |
58,284 | 3,088,407,898 | IssuesEvent | 2015-08-25 16:25:17 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Слоты отдачи и слоты на хаб не работают | bug imported Priority-Medium | _From [hje...@gmail.com](https://code.google.com/u/118170826140290404797/) on April 24, 2014 18:52:32_
Сколько бы слотов не ставил - толку нет. Флайлинк r502 -x64 build 17085.
**Attachment:** [asdasdasd3223.jpg](http://code.google.com/p/flylinkdc/issues/detail?id=1465)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1465_ | 1.0 | Слоты отдачи и слоты на хаб не работают - _From [hje...@gmail.com](https://code.google.com/u/118170826140290404797/) on April 24, 2014 18:52:32_
Сколько бы слотов не ставил - толку нет. Флайлинк r502 -x64 build 17085.
**Attachment:** [asdasdasd3223.jpg](http://code.google.com/p/flylinkdc/issues/detail?id=1465)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=1465_ | priority | слоты отдачи и слоты на хаб не работают from on april сколько бы слотов не ставил толку нет флайлинк build attachment original issue | 1 |
775,713 | 27,235,627,027 | IssuesEvent | 2023-02-21 16:07:19 | AY2223S2-CS2103-F11-3/tp | https://api.github.com/repos/AY2223S2-CS2103-F11-3/tp | closed | Starting initialised dummy data not working | priority.Medium type.Bug | To reproduce,
1. Close the app.
2. Delete data folder if present.
3. Open the app and enter the command `patient delete 1`.
Delete command is supposed to work but `NullPointerException` is thrown.
The same should be true for any index dependent commands.
This is likely due to initialised data not having IDs when initialised.
This should be fixed in future iterations. | 1.0 | Starting initialised dummy data not working - To reproduce,
1. Close the app.
2. Delete data folder if present.
3. Open the app and enter the command `patient delete 1`.
Delete command is supposed to work but `NullPointerException` is thrown.
The same should be true for any index dependent commands.
This is likely due to initialised data not having IDs when initialised.
This should be fixed in future iterations. | priority | starting initialised dummy data not working to reproduce close the app delete data folder if present open the app and enter the command patient delete delete command is supposed to work but nullpointerexception is thrown the same should be true for any index dependent commands this is likely due to initialised data not having ids when initialised this should be fixed in future iterations | 1 |
477,638 | 13,765,696,734 | IssuesEvent | 2020-10-07 13:43:38 | cloudfoundry-incubator/kubecf | https://api.github.com/repos/cloudfoundry-incubator/kubecf | closed | Concourse Pipeline Metrics | Priority: Medium Status: Accepted Type: CI | **Is your feature request related to a problem? Please describe.**
Currently, there're no metrics regarding the Concourse pipeline/jobs and that makes it hard to propose any changes that would eventually improve the performance.
**Describe the solution you'd like**
Concourse itself can emit metrics regarding the builds that would be consumed by an operator like Prometheus or Datadog.
These metrics can be used to produce useful dashboards to highlight the areas to improve and/or if the "improvements" are making any difference.
**Describe alternatives you've considered**
None.
**Additional context**
https://concourse-ci.org/metrics.html

| 1.0 | Concourse Pipeline Metrics - **Is your feature request related to a problem? Please describe.**
Currently, there're no metrics regarding the Concourse pipeline/jobs and that makes it hard to propose any changes that would eventually improve the performance.
**Describe the solution you'd like**
Concourse itself can emit metrics regarding the builds that would be consumed by an operator like Prometheus or Datadog.
These metrics can be used to produce useful dashboards to highlight the areas to improve and/or if the "improvements" are making any difference.
**Describe alternatives you've considered**
None.
**Additional context**
https://concourse-ci.org/metrics.html

| priority | concourse pipeline metrics is your feature request related to a problem please describe currently there re no metrics regarding the concourse pipeline jobs and that makes it hard to propose any changes that would eventually improve the performance describe the solution you d like concourse itself can emit metrics regarding the builds that would be consumed by an operator like prometheus or datadog these metrics can be used to produce useful dashboards to highlight the areas to improve and or if the improvements are making any difference describe alternatives you ve considered none additional context | 1 |
93,301 | 3,898,876,208 | IssuesEvent | 2016-04-17 11:31:24 | severnbronies/severnbronies-2016 | https://api.github.com/repos/severnbronies/severnbronies-2016 | closed | Improve styling of meet cards when locale is set to 'other' | Priority: Medium Status: Completed Type: Bug | Locale text is missing in these situations and no overlaid gradient is applied, making text difficult to read. | 1.0 | Improve styling of meet cards when locale is set to 'other' - Locale text is missing in these situations and no overlaid gradient is applied, making text difficult to read. | priority | improve styling of meet cards when locale is set to other locale text is missing in these situations and no overlaid gradient is applied making text difficult to read | 1 |
150,858 | 5,792,371,351 | IssuesEvent | 2017-05-02 09:18:30 | wordpress-mobile/AztecEditor-Android | https://api.github.com/repos/wordpress-mobile/AztecEditor-Android | closed | Style lost when deleting a newline before a block span | bug medium priority | 1. Start with a newline followed by a block span (heading, for example)
2. Put the cursor at the start of the block span
3. Remove the newline with a backspace
4. Notice the original block style was removed | 1.0 | Style lost when deleting a newline before a block span - 1. Start with a newline followed by a block span (heading, for example)
2. Put the cursor at the start of the block span
3. Remove the newline with a backspace
4. Notice the original block style was removed | priority | style lost when deleting a newline before a block span start with a newline followed by a block span heading for example put the cursor at the start of the block span remove the newline with a backspace notice the original block style was removed | 1 |
476,907 | 13,752,028,682 | IssuesEvent | 2020-10-06 14:03:01 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Bar Chart date axis: First day of week should be taken from the current culture | Bug C: Chart FP: Completed Kendo1 Priority 1 SEV: Medium | ## Bug Report.
Reported in [feedback portal](https://feedback.telerik.com/kendo-jquery-ui/1359049-bar-chart-date-axis-first-day-of-week-should-be-taken-from-the-current-culture)
## Current behavior
The chart ignores the first day of the week for the specified culture.
## Expected behavior
The chart should use the same day as the current culture
## Reproduction of the problem
[Dojo](https://dojo.telerik.com/@bubblemaster/aNehISIv)
## Environment
kendo v. 2020.1.114 | 1.0 | Bar Chart date axis: First day of week should be taken from the current culture - ## Bug Report.
Reported in [feedback portal](https://feedback.telerik.com/kendo-jquery-ui/1359049-bar-chart-date-axis-first-day-of-week-should-be-taken-from-the-current-culture)
## Current behavior
The chart ignores the first day of the week for the specified culture.
## Expected behavior
The chart should use the same day as the current culture
## Reproduction of the problem
[Dojo](https://dojo.telerik.com/@bubblemaster/aNehISIv)
## Environment
kendo v. 2020.1.114 | priority | bar chart date axis first day of week should be taken from the current culture bug report reported in current behavior the chart ignores the first day of the week for the specified culture expected behavior the chart should use the same day as the current culture reproduction of the problem environment kendo v | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.