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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
45,496 | 2,933,949,687 | IssuesEvent | 2015-06-30 03:55:51 | facelessuser/Rummage | https://api.github.com/repos/facelessuser/Rummage | closed | Look into adding a replace feature. | Feature Maybe Priority - Medium | Big hold up is since I am guessing the encoding, I want to make sure I replace, and write with the correct encoding. I mainly use the tool for searches, so this is low priority.
- [x] Need to account for binary file searches.
- [x] Probably need to account for an ASCII file having unicode data inserted into it. Maybe default to UTF-8.
- [x] Probably want an option to back up the files on replace.
- [x] Need to probably adjust the saved search feature to also store replace strings.
- [x] Make sure boms are preserved and written back out on replace.
- [x] ~~If using the option of `Treat all as UTF8` replaces will convert to non UTF-8 chars and write out as UTF8 without bom. This probably isn't something that will be wanted to often for replace, but it is more useful for search. Just need to make sure this is documented.~~ This doesn't really makes sense with how things work. I need to rework this feature.
- [x] Ignore options like `Boolean match` and `Count only` as these options are only useful for search.
- [x] Show files that got replaced, but don't show content in the content tab as this will have changed. Just not worth the overhead of tracking and showing the changes. That is what version control is for.
- [x] Allow for upper case and lower case backrefrences in replace. Allow ending multiple upper case or lower case with `\E`; like `\Usometext\E`. Will have to use something other than `U` as it is taken in python. Does this need to allow nesting?
| 1.0 | Look into adding a replace feature. - Big hold up is since I am guessing the encoding, I want to make sure I replace, and write with the correct encoding. I mainly use the tool for searches, so this is low priority.
- [x] Need to account for binary file searches.
- [x] Probably need to account for an ASCII file having unicode data inserted into it. Maybe default to UTF-8.
- [x] Probably want an option to back up the files on replace.
- [x] Need to probably adjust the saved search feature to also store replace strings.
- [x] Make sure boms are preserved and written back out on replace.
- [x] ~~If using the option of `Treat all as UTF8` replaces will convert to non UTF-8 chars and write out as UTF8 without bom. This probably isn't something that will be wanted to often for replace, but it is more useful for search. Just need to make sure this is documented.~~ This doesn't really makes sense with how things work. I need to rework this feature.
- [x] Ignore options like `Boolean match` and `Count only` as these options are only useful for search.
- [x] Show files that got replaced, but don't show content in the content tab as this will have changed. Just not worth the overhead of tracking and showing the changes. That is what version control is for.
- [x] Allow for upper case and lower case backrefrences in replace. Allow ending multiple upper case or lower case with `\E`; like `\Usometext\E`. Will have to use something other than `U` as it is taken in python. Does this need to allow nesting?
| priority | look into adding a replace feature big hold up is since i am guessing the encoding i want to make sure i replace and write with the correct encoding i mainly use the tool for searches so this is low priority need to account for binary file searches probably need to account for an ascii file having unicode data inserted into it maybe default to utf probably want an option to back up the files on replace need to probably adjust the saved search feature to also store replace strings make sure boms are preserved and written back out on replace if using the option of treat all as replaces will convert to non utf chars and write out as without bom this probably isn t something that will be wanted to often for replace but it is more useful for search just need to make sure this is documented this doesn t really makes sense with how things work i need to rework this feature ignore options like boolean match and count only as these options are only useful for search show files that got replaced but don t show content in the content tab as this will have changed just not worth the overhead of tracking and showing the changes that is what version control is for allow for upper case and lower case backrefrences in replace allow ending multiple upper case or lower case with e like usometext e will have to use something other than u as it is taken in python does this need to allow nesting | 1 |
93,499 | 3,901,147,656 | IssuesEvent | 2016-04-18 09:38:24 | ggrov/tinker | https://api.github.com/repos/ggrov/tinker | closed | logging information display panel & config | Priority : Medium Tinker Core Tinker GUI TODO | configurable logging display panel in the GUI (see #20 and #19 )
- [x] show logging information during eval session
- [x] configure the desirable logging information, e.g. *all*, *goaltype*, *none* | 1.0 | logging information display panel & config - configurable logging display panel in the GUI (see #20 and #19 )
- [x] show logging information during eval session
- [x] configure the desirable logging information, e.g. *all*, *goaltype*, *none* | priority | logging information display panel config configurable logging display panel in the gui see and show logging information during eval session configure the desirable logging information e g all goaltype none | 1 |
336,721 | 10,195,948,446 | IssuesEvent | 2019-08-12 19:27:15 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Add an OverpassReader | Category: Core Priority: Medium Status: Defined Type: Feature | Add a reader that can submit queries directly to the Overpass API, so it can be called from `changeset-derive-replacement`. Implement `Boundable` on it. This will prevent the extra step of having to externally download a file with the reference data in it via an Overapass API query. It may be easiest to just implement it to return xml features, however, the json query response parsing code should already largely exist in `OsmJsonReader`, so both types of response parsing could be implemented. | 1.0 | Add an OverpassReader - Add a reader that can submit queries directly to the Overpass API, so it can be called from `changeset-derive-replacement`. Implement `Boundable` on it. This will prevent the extra step of having to externally download a file with the reference data in it via an Overapass API query. It may be easiest to just implement it to return xml features, however, the json query response parsing code should already largely exist in `OsmJsonReader`, so both types of response parsing could be implemented. | priority | add an overpassreader add a reader that can submit queries directly to the overpass api so it can be called from changeset derive replacement implement boundable on it this will prevent the extra step of having to externally download a file with the reference data in it via an overapass api query it may be easiest to just implement it to return xml features however the json query response parsing code should already largely exist in osmjsonreader so both types of response parsing could be implemented | 1 |
221,589 | 7,390,099,446 | IssuesEvent | 2018-03-16 11:04:23 | CS2103JAN2018-W15-B4/main | https://api.github.com/repos/CS2103JAN2018-W15-B4/main | closed | As a forgetful member, I can add an alternative name for a command | duplicate priority.medium type.story | So that I can use names that I am used to | 1.0 | As a forgetful member, I can add an alternative name for a command - So that I can use names that I am used to | priority | as a forgetful member i can add an alternative name for a command so that i can use names that i am used to | 1 |
243,014 | 7,852,322,693 | IssuesEvent | 2018-06-20 14:19:50 | opentargets/webapp | https://api.github.com/repos/opentargets/webapp | closed | Broken external links in the "Mechanism of Action" column in evidence page drugs tables | Kind: Bug Priority: Medium Status: Needs info area/web/disease area/web/drug area/web/evidence area/web/target | ### Observed behaviour
In the Mechanism of Action column in the known drugs table, the external links do not work if there are both publications and non-publications links.
For example, on the [CACNA1B in asthma evidence page](https://www.targetvalidation.org/evidence/ENSG00000148408/EFO_0000270?view=sec:known_drug), the `ISBN` link is `http://europepmc.org/abstract/MED/18299583,http://www.accessdata.fda.gov/drugsatfda_docs/label/2012/022544s008lbl.pdf,http://www.isbnsearch.org/isbn/0121844536,http://en.wikipedia.org/wiki/Gabapentin`, a comma-separated list of all the external links that the API returns. Instead, it should just be `http://www.isbnsearch.org/isbn/0121844536`. See below for a screenshot of the issue.

The same issue can be found on other evidence pages including [BRAF and lung carcinoma](https://www.targetvalidation.org/evidence/ENSG00000157764/EFO_0001071?view=sec:known_drug) and [KDR and liver disease](https://www.targetvalidation.org/evidence/ENSG00000128052/EFO_0001421?view=sec:known_drug). The issue can also be found on target profile pages (e.g. [KCNQ3](https://www.targetvalidation.org/target/ENSG00000184156)) and disease profile pages (e.g. [liver disease](https://www.targetvalidation.org/disease/EFO_0001421)).
### Expected behaviour
The links should be properly formatted so that only one link appears per external link reference. So taking the above example of [CACNA1B in asthma evidence page](https://www.targetvalidation.org/evidence/ENSG00000148408/EFO_0000270?view=sec:known_drug), in the Mechanism of Action column, there should be the following links:
[1 publication](http://europepmc.org/abstract/MED/18299583)
[FDA](http://www.accessdata.fda.gov/drugsatfda_docs/label/2012/022544s008lbl.pdf)
[ISBN](http://www.isbnsearch.org/isbn/0121844536)
[Wikipedia](http://en.wikipedia.org/wiki/Gabapentin)
### Environment
* Version: 3.6.11
* Browser: Chrome, Firefox
| 1.0 | Broken external links in the "Mechanism of Action" column in evidence page drugs tables - ### Observed behaviour
In the Mechanism of Action column in the known drugs table, the external links do not work if there are both publications and non-publications links.
For example, on the [CACNA1B in asthma evidence page](https://www.targetvalidation.org/evidence/ENSG00000148408/EFO_0000270?view=sec:known_drug), the `ISBN` link is `http://europepmc.org/abstract/MED/18299583,http://www.accessdata.fda.gov/drugsatfda_docs/label/2012/022544s008lbl.pdf,http://www.isbnsearch.org/isbn/0121844536,http://en.wikipedia.org/wiki/Gabapentin`, a comma-separated list of all the external links that the API returns. Instead, it should just be `http://www.isbnsearch.org/isbn/0121844536`. See below for a screenshot of the issue.

The same issue can be found on other evidence pages including [BRAF and lung carcinoma](https://www.targetvalidation.org/evidence/ENSG00000157764/EFO_0001071?view=sec:known_drug) and [KDR and liver disease](https://www.targetvalidation.org/evidence/ENSG00000128052/EFO_0001421?view=sec:known_drug). The issue can also be found on target profile pages (e.g. [KCNQ3](https://www.targetvalidation.org/target/ENSG00000184156)) and disease profile pages (e.g. [liver disease](https://www.targetvalidation.org/disease/EFO_0001421)).
### Expected behaviour
The links should be properly formatted so that only one link appears per external link reference. So taking the above example of [CACNA1B in asthma evidence page](https://www.targetvalidation.org/evidence/ENSG00000148408/EFO_0000270?view=sec:known_drug), in the Mechanism of Action column, there should be the following links:
[1 publication](http://europepmc.org/abstract/MED/18299583)
[FDA](http://www.accessdata.fda.gov/drugsatfda_docs/label/2012/022544s008lbl.pdf)
[ISBN](http://www.isbnsearch.org/isbn/0121844536)
[Wikipedia](http://en.wikipedia.org/wiki/Gabapentin)
### Environment
* Version: 3.6.11
* Browser: Chrome, Firefox
| priority | broken external links in the mechanism of action column in evidence page drugs tables observed behaviour in the mechanism of action column in the known drugs table the external links do not work if there are both publications and non publications links for example on the the isbn link is a comma separated list of all the external links that the api returns instead it should just be see below for a screenshot of the issue the same issue can be found on other evidence pages including and the issue can also be found on target profile pages e g and disease profile pages e g expected behaviour the links should be properly formatted so that only one link appears per external link reference so taking the above example of in the mechanism of action column there should be the following links environment version browser chrome firefox | 1 |
243,283 | 7,855,217,372 | IssuesEvent | 2018-06-21 00:20:28 | photonstorm/phaser | https://api.github.com/repos/photonstorm/phaser | closed | Zoom and bounds issues | 🐛 Bug 🤨 Difficulty: Medium 🥈 Priority: Medium | I think I've stumbled upon a bug with zoom and bounds, possibly only on tilemaps.
If you zoom into a tilemap and want to keep 0,0 in the top left corner I need to adjust scrollX to "-gameWidth/(2*zoomFactor)" (and likewise for scrollY) and not (scrollX, scrollY) = (0,0) as expected.
If you set camera bounds you cant reach the upper left corner at all. Expected result of bounds with x,y-coordinates at 0,0 and width and height of what current zoom would fit should result in a zoomed in version of the top left rectangle of the tilemap (If I set x,y-properties to 0,0 I expect to see the 0,0 tile in upper left corner but the expected lower right tile will be centered). Setting a negative value for x does nothing, but positive values will move the camera but if height/width is less than the canvas with the camera will freak out.
Reproduce by replacing the create function with the code below in this example: http://labs.phaser.io/edit.html?src=src\game%20objects\tilemap\static\zoom.js
```
function create ()
{
// Build a random level as a 2D array
var level = [];
for (var y = 0; y < height; y++)
{
var row = [];
for (var x = 0; x < width; x++)
{
var tileIndex = Phaser.Math.RND.integerInRange(0, 6);
tileIndex = (x===0 || y === 0||x===width-1||y===height-1) ? 1 : tileIndex;
row.push(tileIndex);
}
level.push(row);
}
var map = this.make.tilemap({ data: level, tileWidth: 32, tileHeight: 32 });
var tileset = map.addTilesetImage('tiles');
var layer = map.createStaticLayer(0, tileset, 0, 0);
layer.originX = 0;
layer.originY = 0;
console.log(this.cameras.main);
this.cameras.main.setBounds(0, 0, layer.width, layer.height);
setTimeout(()=>{
this.cameras.main.zoom = 4;
console.log("Zoom")
}, 2000);
setTimeout(()=>{
this.cameras.main.setBounds(0, 0, 800/4, 600/4);
console.log("SetBounds, should show top left corner")
}, 4000);
setTimeout(()=>{
this.cameras.main.setBounds(1, 0, 799, 600);
console.log("SetBounds, horror")
}, 6000);
}
```
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/56994601-zoom-and-bounds-issues?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github).
</bountysource-plugin> | 1.0 | Zoom and bounds issues - I think I've stumbled upon a bug with zoom and bounds, possibly only on tilemaps.
If you zoom into a tilemap and want to keep 0,0 in the top left corner I need to adjust scrollX to "-gameWidth/(2*zoomFactor)" (and likewise for scrollY) and not (scrollX, scrollY) = (0,0) as expected.
If you set camera bounds you cant reach the upper left corner at all. Expected result of bounds with x,y-coordinates at 0,0 and width and height of what current zoom would fit should result in a zoomed in version of the top left rectangle of the tilemap (If I set x,y-properties to 0,0 I expect to see the 0,0 tile in upper left corner but the expected lower right tile will be centered). Setting a negative value for x does nothing, but positive values will move the camera but if height/width is less than the canvas with the camera will freak out.
Reproduce by replacing the create function with the code below in this example: http://labs.phaser.io/edit.html?src=src\game%20objects\tilemap\static\zoom.js
```
function create ()
{
// Build a random level as a 2D array
var level = [];
for (var y = 0; y < height; y++)
{
var row = [];
for (var x = 0; x < width; x++)
{
var tileIndex = Phaser.Math.RND.integerInRange(0, 6);
tileIndex = (x===0 || y === 0||x===width-1||y===height-1) ? 1 : tileIndex;
row.push(tileIndex);
}
level.push(row);
}
var map = this.make.tilemap({ data: level, tileWidth: 32, tileHeight: 32 });
var tileset = map.addTilesetImage('tiles');
var layer = map.createStaticLayer(0, tileset, 0, 0);
layer.originX = 0;
layer.originY = 0;
console.log(this.cameras.main);
this.cameras.main.setBounds(0, 0, layer.width, layer.height);
setTimeout(()=>{
this.cameras.main.zoom = 4;
console.log("Zoom")
}, 2000);
setTimeout(()=>{
this.cameras.main.setBounds(0, 0, 800/4, 600/4);
console.log("SetBounds, should show top left corner")
}, 4000);
setTimeout(()=>{
this.cameras.main.setBounds(1, 0, 799, 600);
console.log("SetBounds, horror")
}, 6000);
}
```
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/56994601-zoom-and-bounds-issues?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F283654&utm_medium=issues&utm_source=github).
</bountysource-plugin> | priority | zoom and bounds issues i think i ve stumbled upon a bug with zoom and bounds possibly only on tilemaps if you zoom into a tilemap and want to keep in the top left corner i need to adjust scrollx to gamewidth zoomfactor and likewise for scrolly and not scrollx scrolly as expected if you set camera bounds you cant reach the upper left corner at all expected result of bounds with x y coordinates at and width and height of what current zoom would fit should result in a zoomed in version of the top left rectangle of the tilemap if i set x y properties to i expect to see the tile in upper left corner but the expected lower right tile will be centered setting a negative value for x does nothing but positive values will move the camera but if height width is less than the canvas with the camera will freak out reproduce by replacing the create function with the code below in this example function create build a random level as a array var level for var y y height y var row for var x x width x var tileindex phaser math rnd integerinrange tileindex x y x width y height tileindex row push tileindex level push row var map this make tilemap data level tilewidth tileheight var tileset map addtilesetimage tiles var layer map createstaticlayer tileset layer originx layer originy console log this cameras main this cameras main setbounds layer width layer height settimeout this cameras main zoom console log zoom settimeout this cameras main setbounds console log setbounds should show top left corner settimeout this cameras main setbounds console log setbounds horror want to back this issue we accept bounties via | 1 |
450,065 | 12,979,381,431 | IssuesEvent | 2020-07-22 01:54:42 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | settings: ISO C++ forbids converting a string constant to 'char*' | area: C++ area: Settings bug priority: medium | When compiling a cpp source file using the settings_handler struct, the compiler throws a warning:
```
warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
```
For example, referring to the samples/subsys/settings/src/main.c, the following code block causes the above warning when compiling as cpp:
```
struct settings_handler alph_handler = {
.name = "alpha",
.h_get = NULL,
.h_set = alpha_handle_set,
.h_commit = alpha_handle_commit,
.h_export = alpha_handle_export
};
```
I believe the issue is the definition of the struct in settings.h:
```
struct settings_handler {
char *name;
/**< Name of subtree. */
int (*h_get)(const char *key, char *val, int val_len_max);
/**< Get values handler of settings items identified by keyword names.
*
* Parameters:
* - key[in] the name with skipped part that was used as name in
* handler registration
* - val[out] buffer to receive value.
* - val_len_max[in] size of that buffer.
*
* Return: length of data read on success, negative on failure.
*/
int (*h_set)(const char *key, size_t len, settings_read_cb read_cb,
void *cb_arg);
/**< Set value handler of settings items identified by keyword names.
*
* Parameters:
* - key[in] the name with skipped part that was used as name in
* handler registration
* - len[in] the size of the data found in the backend.
* - read_cb[in] function provided to read the data from the backend.
* - cb_arg[in] arguments for the read function provided by the
* backend.
*
* Return: 0 on success, non-zero on failure.
*/
int (*h_commit)(void);
/**< This handler gets called after settings has been loaded in full.
* User might use it to apply setting to the application.
*
* Return: 0 on success, non-zero on failure.
*/
int (*h_export)(int (*export_func)(const char *name, const void *val,
size_t val_len));
/**< This gets called to dump all current settings items.
*
* This happens when @ref settings_save tries to save the settings.
* Parameters:
* - export_func: the pointer to the internal function which appends
* a single key-value pair to persisted settings. Don't store
* duplicated value. The name is subtree/key string, val is the string
* with value.
*
* @remarks The User might limit a implementations of handler to serving
* only one keyword at one call - what will impose limit to get/set
* values using full subtree/key name.
*
* Return: 0 on success, non-zero on failure.
*/
sys_snode_t node;
/**< Linked list node info for module internal usage. */
};
```
Can char *name safely be declared const char *name instead? This will clear up the warning. | 1.0 | settings: ISO C++ forbids converting a string constant to 'char*' - When compiling a cpp source file using the settings_handler struct, the compiler throws a warning:
```
warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
```
For example, referring to the samples/subsys/settings/src/main.c, the following code block causes the above warning when compiling as cpp:
```
struct settings_handler alph_handler = {
.name = "alpha",
.h_get = NULL,
.h_set = alpha_handle_set,
.h_commit = alpha_handle_commit,
.h_export = alpha_handle_export
};
```
I believe the issue is the definition of the struct in settings.h:
```
struct settings_handler {
char *name;
/**< Name of subtree. */
int (*h_get)(const char *key, char *val, int val_len_max);
/**< Get values handler of settings items identified by keyword names.
*
* Parameters:
* - key[in] the name with skipped part that was used as name in
* handler registration
* - val[out] buffer to receive value.
* - val_len_max[in] size of that buffer.
*
* Return: length of data read on success, negative on failure.
*/
int (*h_set)(const char *key, size_t len, settings_read_cb read_cb,
void *cb_arg);
/**< Set value handler of settings items identified by keyword names.
*
* Parameters:
* - key[in] the name with skipped part that was used as name in
* handler registration
* - len[in] the size of the data found in the backend.
* - read_cb[in] function provided to read the data from the backend.
* - cb_arg[in] arguments for the read function provided by the
* backend.
*
* Return: 0 on success, non-zero on failure.
*/
int (*h_commit)(void);
/**< This handler gets called after settings has been loaded in full.
* User might use it to apply setting to the application.
*
* Return: 0 on success, non-zero on failure.
*/
int (*h_export)(int (*export_func)(const char *name, const void *val,
size_t val_len));
/**< This gets called to dump all current settings items.
*
* This happens when @ref settings_save tries to save the settings.
* Parameters:
* - export_func: the pointer to the internal function which appends
* a single key-value pair to persisted settings. Don't store
* duplicated value. The name is subtree/key string, val is the string
* with value.
*
* @remarks The User might limit a implementations of handler to serving
* only one keyword at one call - what will impose limit to get/set
* values using full subtree/key name.
*
* Return: 0 on success, non-zero on failure.
*/
sys_snode_t node;
/**< Linked list node info for module internal usage. */
};
```
Can char *name safely be declared const char *name instead? This will clear up the warning. | priority | settings iso c forbids converting a string constant to char when compiling a cpp source file using the settings handler struct the compiler throws a warning warning iso c forbids converting a string constant to char for example referring to the samples subsys settings src main c the following code block causes the above warning when compiling as cpp struct settings handler alph handler name alpha h get null h set alpha handle set h commit alpha handle commit h export alpha handle export i believe the issue is the definition of the struct in settings h struct settings handler char name name of subtree int h get const char key char val int val len max get values handler of settings items identified by keyword names parameters key the name with skipped part that was used as name in handler registration val buffer to receive value val len max size of that buffer return length of data read on success negative on failure int h set const char key size t len settings read cb read cb void cb arg set value handler of settings items identified by keyword names parameters key the name with skipped part that was used as name in handler registration len the size of the data found in the backend read cb function provided to read the data from the backend cb arg arguments for the read function provided by the backend return on success non zero on failure int h commit void this handler gets called after settings has been loaded in full user might use it to apply setting to the application return on success non zero on failure int h export int export func const char name const void val size t val len this gets called to dump all current settings items this happens when ref settings save tries to save the settings parameters export func the pointer to the internal function which appends a single key value pair to persisted settings don t store duplicated value the name is subtree key string val is the string with value remarks the user might limit a implementations of handler to serving only one keyword at one call what will impose limit to get set values using full subtree key name return on success non zero on failure sys snode t node linked list node info for module internal usage can char name safely be declared const char name instead this will clear up the warning | 1 |
661,613 | 22,061,829,627 | IssuesEvent | 2022-05-30 19:04:46 | davidfstr/Crystal-Web-Archiver | https://api.github.com/repos/davidfstr/Crystal-Web-Archiver | opened | CLI console log available in GUI app | priority-medium type-feature | It would be nice if I could have a CLI console when I run Crystal as a GUI app. This console is frequently necessary to debug issues like served pages that don't render correctly (due to errors that are only printed to the console).
Until this feature is implemented I'm **de-facto forced to run Crystal from source** whenever starting to download a new website (from a domain I've never tried before).
<img width="1030" alt="Screen Shot 2022-05-30 at 11 58 50 AM" src="https://user-images.githubusercontent.com/764688/171048503-d39612e5-afd6-4562-9b72-39d5325780a3.png">
| 1.0 | CLI console log available in GUI app - It would be nice if I could have a CLI console when I run Crystal as a GUI app. This console is frequently necessary to debug issues like served pages that don't render correctly (due to errors that are only printed to the console).
Until this feature is implemented I'm **de-facto forced to run Crystal from source** whenever starting to download a new website (from a domain I've never tried before).
<img width="1030" alt="Screen Shot 2022-05-30 at 11 58 50 AM" src="https://user-images.githubusercontent.com/764688/171048503-d39612e5-afd6-4562-9b72-39d5325780a3.png">
| priority | cli console log available in gui app it would be nice if i could have a cli console when i run crystal as a gui app this console is frequently necessary to debug issues like served pages that don t render correctly due to errors that are only printed to the console until this feature is implemented i m de facto forced to run crystal from source whenever starting to download a new website from a domain i ve never tried before img width alt screen shot at am src | 1 |
227,025 | 7,526,132,679 | IssuesEvent | 2018-04-13 13:07:07 | Stivius/XiboLinuxStack | https://api.github.com/repos/Stivius/XiboLinuxStack | closed | Support for image rendering options | medium priority task | The Player is responsible for natively rendering images according to the following options:
- scaleType: Either center or stretch.
- align: Either left, center or right.
- valign: Either top, middle or bottom.
[From Xibo Documentation] | 1.0 | Support for image rendering options - The Player is responsible for natively rendering images according to the following options:
- scaleType: Either center or stretch.
- align: Either left, center or right.
- valign: Either top, middle or bottom.
[From Xibo Documentation] | priority | support for image rendering options the player is responsible for natively rendering images according to the following options scaletype either center or stretch align either left center or right valign either top middle or bottom | 1 |
577,036 | 17,102,191,550 | IssuesEvent | 2021-07-09 12:54:20 | EricssonResearch/scott-eu | https://api.github.com/repos/EricssonResearch/scott-eu | closed | test new scene with ros | Comp: Warehouse Scene Priority: Medium Status: Review Needed Type: Enhancement Upstream: ROS | @jramadeu and @albertohata
I've create this branch with the new "git friendlier" scene:
[https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene](https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene)
We need to test its connection with ROS
| 1.0 | test new scene with ros - @jramadeu and @albertohata
I've create this branch with the new "git friendlier" scene:
[https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene](https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene)
We need to test its connection with ROS
| priority | test new scene with ros jramadeu and albertohata i ve create this branch with the new git friendlier scene we need to test its connection with ros | 1 |
562,680 | 16,666,984,282 | IssuesEvent | 2021-06-07 06:05:30 | kubesphere/website | https://api.github.com/repos/kubesphere/website | closed | [Have video] Add a tutorial about how to config Jenkins via CasC | area/devops help wanted priority/medium | See also https://github.com/jenkinsci/configuration-as-code-plugin
/area devops
/priority medium
/help | 1.0 | [Have video] Add a tutorial about how to config Jenkins via CasC - See also https://github.com/jenkinsci/configuration-as-code-plugin
/area devops
/priority medium
/help | priority | add a tutorial about how to config jenkins via casc see also area devops priority medium help | 1 |
375,718 | 11,133,371,160 | IssuesEvent | 2019-12-20 09:14:50 | projectacrn/acrn-hypervisor | https://api.github.com/repos/projectacrn/acrn-hypervisor | closed | Not support: –s n,virtio-console, (pty,stido,tty,self-define) | priority: P3-Medium type: bug | Environment
git clone https://github.com/projectacrn/acrn-hypervisor.git
git checkout acrn-2019w41.3-140000p
HW/Board
D0 MRB, APLNUC, KBLNUC, UP2, WHL
Steps
for automation test
[acrn-configuration-tool] must support: –s n,virtio-console, (pty,stido,tty,self-define) | 1.0 | Not support: –s n,virtio-console, (pty,stido,tty,self-define) - Environment
git clone https://github.com/projectacrn/acrn-hypervisor.git
git checkout acrn-2019w41.3-140000p
HW/Board
D0 MRB, APLNUC, KBLNUC, UP2, WHL
Steps
for automation test
[acrn-configuration-tool] must support: –s n,virtio-console, (pty,stido,tty,self-define) | priority | not support –s n virtio console pty stido tty self define environment git clone git checkout acrn hw board mrb aplnuc kblnuc whl steps for automation test must support –s n virtio console pty stido tty self define | 1 |
151,531 | 5,823,990,322 | IssuesEvent | 2017-05-07 08:23:52 | adrn/gala | https://api.github.com/repos/adrn/gala | closed | Add support for translated reference frames and composite Hamiltonians | enhancement priority:medium | This would add support for, e.g., misaligned disks, point masses at positions other than the origin, rotated or rotating halos.
| 1.0 | Add support for translated reference frames and composite Hamiltonians - This would add support for, e.g., misaligned disks, point masses at positions other than the origin, rotated or rotating halos.
| priority | add support for translated reference frames and composite hamiltonians this would add support for e g misaligned disks point masses at positions other than the origin rotated or rotating halos | 1 |
241,081 | 7,808,739,507 | IssuesEvent | 2018-06-11 21:11:28 | medic/medic-webapp | https://api.github.com/repos/medic/medic-webapp | reopened | Bulk delete errors on conflict | Priority: 2 - Medium Status: 5 - Ready Type: Bug | Raised from #4113
The bulk delete should make sure that when it's done all documents that were asked to be deleted are deleted.
Currently this can fail to be true if there are conflicts, which not only stops the conflicted documents from being deleted, but also halt the bulk delete completely.
One solution would be to take conflicts and add those documents to the end of the queue to be retried later. | 1.0 | Bulk delete errors on conflict - Raised from #4113
The bulk delete should make sure that when it's done all documents that were asked to be deleted are deleted.
Currently this can fail to be true if there are conflicts, which not only stops the conflicted documents from being deleted, but also halt the bulk delete completely.
One solution would be to take conflicts and add those documents to the end of the queue to be retried later. | priority | bulk delete errors on conflict raised from the bulk delete should make sure that when it s done all documents that were asked to be deleted are deleted currently this can fail to be true if there are conflicts which not only stops the conflicted documents from being deleted but also halt the bulk delete completely one solution would be to take conflicts and add those documents to the end of the queue to be retried later | 1 |
606,709 | 18,767,913,269 | IssuesEvent | 2021-11-06 09:00:45 | MarketSquare/robotframework-browser | https://api.github.com/repos/MarketSquare/robotframework-browser | closed | ImportError: cannot import name 'DialogAction' from 'Browser' | bug priority: medium | **Describe the bug**
while developing and running a Python sript, with the following import statement and call:
from Browser import Browser, DialogAction
[..]
I received the following error traceback:
[..]
from Browser import Browser, DialogAction
ImportError: cannot import name 'DialogAction' from 'Browser' (C:\Users\t936665\AppData\Local\Programs\Python\Python37-32\lib\site-packages\Browser\__init__.py)
**To Reproduce**
Steps to reproduce the behavior:
1. In a Python script,
from Browser import Browser, DialogAction
2. Excute the script
**Expected behavior**
The import of DialogAction must not generate an ImportError
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- Windows 10
- Cromium
- robotframework-browser 10.0.2
**Smartphone (please complete the following information):**
N/A
**Additional context**
NA
[automation-training-bug.zip](https://github.com/MarketSquare/robotframework-browser/files/7454301/automation-training-bug.zip)
| 1.0 | ImportError: cannot import name 'DialogAction' from 'Browser' - **Describe the bug**
while developing and running a Python sript, with the following import statement and call:
from Browser import Browser, DialogAction
[..]
I received the following error traceback:
[..]
from Browser import Browser, DialogAction
ImportError: cannot import name 'DialogAction' from 'Browser' (C:\Users\t936665\AppData\Local\Programs\Python\Python37-32\lib\site-packages\Browser\__init__.py)
**To Reproduce**
Steps to reproduce the behavior:
1. In a Python script,
from Browser import Browser, DialogAction
2. Excute the script
**Expected behavior**
The import of DialogAction must not generate an ImportError
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- Windows 10
- Cromium
- robotframework-browser 10.0.2
**Smartphone (please complete the following information):**
N/A
**Additional context**
NA
[automation-training-bug.zip](https://github.com/MarketSquare/robotframework-browser/files/7454301/automation-training-bug.zip)
| priority | importerror cannot import name dialogaction from browser describe the bug while developing and running a python sript with the following import statement and call from browser import browser dialogaction i received the following error traceback from browser import browser dialogaction importerror cannot import name dialogaction from browser c users appdata local programs python lib site packages browser init py to reproduce steps to reproduce the behavior in a python script from browser import browser dialogaction excute the script expected behavior the import of dialogaction must not generate an importerror screenshots if applicable add screenshots to help explain your problem desktop please complete the following information windows cromium robotframework browser smartphone please complete the following information n a additional context na | 1 |
587,651 | 17,627,838,905 | IssuesEvent | 2021-08-19 01:45:57 | rich-iannone/pointblank | https://api.github.com/repos/rich-iannone/pointblank | closed | Have `all_passed()` return FALSE when there are evaluation errors? | Difficulty: [2] Intermediate Effort: [2] Medium Type: ★ Enhancement Priority: [3] High | I often want `all_passed()` to return FALSE if there is anything other than `TRUE` in the result, e.g. `agent$validation_set$all_passed`. This means, NA would be interpreted as a failure and from what I have gathered, this happens when there is an evaluation error. I can see benefits to both behaviors, current behavior and the one I am suggesting. Maybe it would be worth it to add a parameter like `na_rm` or `evaluation_error` so that users can fine tune what `all_passed()` means. Example below:
```r
library(pointblank)
out <- small_table %>%
create_agent(actions = action_levels(
warn_at = 0.2,
stop_at = 0.8,
notify_at = 0.5
)) %>%
col_vals_not_null(vars("z")) %>% # <-- evaluation error
col_exists("f") %>%
interrogate()
# returns NA but I would prefer it returns FALSE
all_passed(out)
# vector of passed/failed
out$validation_set$all_passed
``` | 1.0 | Have `all_passed()` return FALSE when there are evaluation errors? - I often want `all_passed()` to return FALSE if there is anything other than `TRUE` in the result, e.g. `agent$validation_set$all_passed`. This means, NA would be interpreted as a failure and from what I have gathered, this happens when there is an evaluation error. I can see benefits to both behaviors, current behavior and the one I am suggesting. Maybe it would be worth it to add a parameter like `na_rm` or `evaluation_error` so that users can fine tune what `all_passed()` means. Example below:
```r
library(pointblank)
out <- small_table %>%
create_agent(actions = action_levels(
warn_at = 0.2,
stop_at = 0.8,
notify_at = 0.5
)) %>%
col_vals_not_null(vars("z")) %>% # <-- evaluation error
col_exists("f") %>%
interrogate()
# returns NA but I would prefer it returns FALSE
all_passed(out)
# vector of passed/failed
out$validation_set$all_passed
``` | priority | have all passed return false when there are evaluation errors i often want all passed to return false if there is anything other than true in the result e g agent validation set all passed this means na would be interpreted as a failure and from what i have gathered this happens when there is an evaluation error i can see benefits to both behaviors current behavior and the one i am suggesting maybe it would be worth it to add a parameter like na rm or evaluation error so that users can fine tune what all passed means example below r library pointblank out create agent actions action levels warn at stop at notify at col vals not null vars z evaluation error col exists f interrogate returns na but i would prefer it returns false all passed out vector of passed failed out validation set all passed | 1 |
663,262 | 22,171,557,646 | IssuesEvent | 2022-06-06 01:40:52 | RoboJackets/apiary | https://api.github.com/repos/RoboJackets/apiary | closed | Support self-service access overrides | area / frontend priority / medium type / feature | Per Slack discussion, show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting. The card has a button to grant the user an override until the next future access end date so long as that date is within the next two months, otherwise it can’t be given out. | 1.0 | Support self-service access overrides - Per Slack discussion, show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting. The card has a button to grant the user an override until the next future access end date so long as that date is within the next two months, otherwise it can’t be given out. | priority | support self service access overrides per slack discussion show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting the card has a button to grant the user an override until the next future access end date so long as that date is within the next two months otherwise it can’t be given out | 1 |
747,675 | 26,095,050,245 | IssuesEvent | 2022-12-26 17:59:57 | bounswe/bounswe2022group4 | https://api.github.com/repos/bounswe/bounswe2022group4 | closed | Backend: Get and Post endpoints text annotation by post-slug | Category - Enhancement Status: Completed Priority: Severe Difficulty - Medium Team - Backend | Description:
We need to provide endpoints for the given post because when frontend needs a list of annotations for the given post. Get endpoints returns a list of annotations. Post endpoint creates an annotation for the given post. The body requiered to create is as follows:
```json
{
"position": {
"start": 31,
"end": 57
},
"data": {
"text": "jjjjjjj",
"source": "http://example.org/post-slug1313"
}
}
```
Deadline: 25.12.2022 18.00
| 1.0 | Backend: Get and Post endpoints text annotation by post-slug - Description:
We need to provide endpoints for the given post because when frontend needs a list of annotations for the given post. Get endpoints returns a list of annotations. Post endpoint creates an annotation for the given post. The body requiered to create is as follows:
```json
{
"position": {
"start": 31,
"end": 57
},
"data": {
"text": "jjjjjjj",
"source": "http://example.org/post-slug1313"
}
}
```
Deadline: 25.12.2022 18.00
| priority | backend get and post endpoints text annotation by post slug description we need to provide endpoints for the given post because when frontend needs a list of annotations for the given post get endpoints returns a list of annotations post endpoint creates an annotation for the given post the body requiered to create is as follows json position start end data text jjjjjjj source deadline | 1 |
309,557 | 9,477,039,927 | IssuesEvent | 2019-04-19 17:09:46 | x13pixels/remedybg-issues | https://api.github.com/repos/x13pixels/remedybg-issues | closed | Checksum files based on PDB data to determine if different | Component: Text Window Priority: 6 (Medium) Status: Completed Type: Enhancement | Use checksums in PDB to determine if the source file on disk matches or not. If not, then display an indicator on the text window's title bar. | 1.0 | Checksum files based on PDB data to determine if different - Use checksums in PDB to determine if the source file on disk matches or not. If not, then display an indicator on the text window's title bar. | priority | checksum files based on pdb data to determine if different use checksums in pdb to determine if the source file on disk matches or not if not then display an indicator on the text window s title bar | 1 |
454,940 | 13,109,468,822 | IssuesEvent | 2020-08-04 18:45:26 | pesos/grofer | https://api.github.com/repos/pesos/grofer | closed | [FEATURE REQ] package name `graphs` is not accurate | enhancement good first issue priority: medium | **Is your feature request related to a problem? Please describe.**
The package `graphs` is inaccurately named since the info being displayed by the tool contains tables, lists, text, etc.
**Describe the solution you'd like**
Rename the directory `src/graphs/...` to `src/display/...`
**PR deliverables:**
- [ ] rename directory to a more appropriate name
- [ ] change import paths wherever necessary | 1.0 | [FEATURE REQ] package name `graphs` is not accurate - **Is your feature request related to a problem? Please describe.**
The package `graphs` is inaccurately named since the info being displayed by the tool contains tables, lists, text, etc.
**Describe the solution you'd like**
Rename the directory `src/graphs/...` to `src/display/...`
**PR deliverables:**
- [ ] rename directory to a more appropriate name
- [ ] change import paths wherever necessary | priority | package name graphs is not accurate is your feature request related to a problem please describe the package graphs is inaccurately named since the info being displayed by the tool contains tables lists text etc describe the solution you d like rename the directory src graphs to src display pr deliverables rename directory to a more appropriate name change import paths wherever necessary | 1 |
823,852 | 31,048,075,323 | IssuesEvent | 2023-08-11 03:03:51 | kubebb/core | https://api.github.com/repos/kubebb/core | opened | Discuss: CRD manager | enhancement priority-medium difficulty-hard | (Created: 20230811 Document is time-sensitive)
# CRD Handling in Helm
https://github.com/helm/community/blob/main/hips/hip-0011.md
https://github.com/helm/helm/issues/7735
https://github.com/helm/helm/issues/10585
https://github.com/helm/helm/issues/5871
# Existing solutions for other tools
## flux2
https://fluxcd.io/flux/components/helm/helmreleases/#crds
# Problems we encountered
# Problems encountered by others
| 1.0 | Discuss: CRD manager - (Created: 20230811 Document is time-sensitive)
# CRD Handling in Helm
https://github.com/helm/community/blob/main/hips/hip-0011.md
https://github.com/helm/helm/issues/7735
https://github.com/helm/helm/issues/10585
https://github.com/helm/helm/issues/5871
# Existing solutions for other tools
## flux2
https://fluxcd.io/flux/components/helm/helmreleases/#crds
# Problems we encountered
# Problems encountered by others
| priority | discuss crd manager created document is time sensitive) crd handling in helm existing solutions for other tools problems we encountered problems encountered by others | 1 |
52,355 | 3,022,659,173 | IssuesEvent | 2015-07-31 21:46:23 | information-artifact-ontology/IAO | https://api.github.com/repos/information-artifact-ontology/IAO | opened | ontology metadata: has id prefix | imported Priority-Medium Type-Term | _From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on January 21, 2013 17:33:22_
Replace
\<owl:AnnotationProperty rdf:about=" http://purl.obolibrary.org/obo/iao/IAO_0000599 ">
\<rdfs:label xml:lang="en">has ID prefix</rdfs:label>
with example has ID prefix': " http://purl.obolibrary.org/obo/RO_ with 2 annotation properties
'ID prefix' or 'ID space': RO
URI prefix': http://purl.obolibrary.org/obo/RO_ Or rather rename it to has URI prefix and create the has IDspace property
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=139_ | 1.0 | ontology metadata: has id prefix - _From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on January 21, 2013 17:33:22_
Replace
\<owl:AnnotationProperty rdf:about=" http://purl.obolibrary.org/obo/iao/IAO_0000599 ">
\<rdfs:label xml:lang="en">has ID prefix</rdfs:label>
with example has ID prefix': " http://purl.obolibrary.org/obo/RO_ with 2 annotation properties
'ID prefix' or 'ID space': RO
URI prefix': http://purl.obolibrary.org/obo/RO_ Or rather rename it to has URI prefix and create the has IDspace property
_Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=139_ | priority | ontology metadata has id prefix from on january replace has id prefix with example has id prefix quot with annotation properties id prefix or id space ro uri prefix or rather rename it to has uri prefix and create the has idspace property original issue | 1 |
404,037 | 11,851,305,332 | IssuesEvent | 2020-03-24 17:55:01 | eecs-autograder/autograder-server | https://api.github.com/repos/eecs-autograder/autograder-server | opened | Add "reject submission if setup fails" option to AGTestSuite | feature priority-1-normal size-medium | - Add new "rejected" status to Submission.GradingStatus, should have similar properties to "removed_from_queue"
- Bonus submissions and late day tokens used by the rejected submission should be refunded
- Recommend to users that this should only be used in the 1st suite, but don't enforce
- Illegal for deferred suites | 1.0 | Add "reject submission if setup fails" option to AGTestSuite - - Add new "rejected" status to Submission.GradingStatus, should have similar properties to "removed_from_queue"
- Bonus submissions and late day tokens used by the rejected submission should be refunded
- Recommend to users that this should only be used in the 1st suite, but don't enforce
- Illegal for deferred suites | priority | add reject submission if setup fails option to agtestsuite add new rejected status to submission gradingstatus should have similar properties to removed from queue bonus submissions and late day tokens used by the rejected submission should be refunded recommend to users that this should only be used in the suite but don t enforce illegal for deferred suites | 1 |
829,815 | 31,899,768,978 | IssuesEvent | 2023-09-18 06:53:13 | lucia2007/bookwormkid | https://api.github.com/repos/lucia2007/bookwormkid | closed | US - Search Functionality | Should Have Medium Priority US Points 2 EPIC - VIEWING AND NAVIGATION USER STORY | As a **site user**, I can **enter keywords into the search** bar so that I can **search for a specific item**.
### Acceptance Criteria
1. Search bar is accessible in the navigation area. The search bar changes into a looking glass for smaller screens.
2. Placeholder text in the search field informs the user to enter text
3. Search function brings user to the searched item/items
4. The user can return to the top of the page by clicking on "back-to-top" button
### Tasks
- [x] Add search bar to navigation area
- [x] Adjust default bootstrap styling
- [x] Add search functionality to view.py
- [x] Test search bar
- [x] Test responsivness
- [x] Add placeholder text
- [x] Add back to top button and relevant javascript | 1.0 | US - Search Functionality - As a **site user**, I can **enter keywords into the search** bar so that I can **search for a specific item**.
### Acceptance Criteria
1. Search bar is accessible in the navigation area. The search bar changes into a looking glass for smaller screens.
2. Placeholder text in the search field informs the user to enter text
3. Search function brings user to the searched item/items
4. The user can return to the top of the page by clicking on "back-to-top" button
### Tasks
- [x] Add search bar to navigation area
- [x] Adjust default bootstrap styling
- [x] Add search functionality to view.py
- [x] Test search bar
- [x] Test responsivness
- [x] Add placeholder text
- [x] Add back to top button and relevant javascript | priority | us search functionality as a site user i can enter keywords into the search bar so that i can search for a specific item acceptance criteria search bar is accessible in the navigation area the search bar changes into a looking glass for smaller screens placeholder text in the search field informs the user to enter text search function brings user to the searched item items the user can return to the top of the page by clicking on back to top button tasks add search bar to navigation area adjust default bootstrap styling add search functionality to view py test search bar test responsivness add placeholder text add back to top button and relevant javascript | 1 |
821,799 | 30,837,041,729 | IssuesEvent | 2023-08-02 08:08:03 | assemblee-virtuelle/semapps | https://api.github.com/repos/assemblee-virtuelle/semapps | closed | No display type & status in ReferenceInput | bug low difficulty medium priority | **Décrivez le bug**
For exemple in organization Edit, input of type & status are empty.
When you refresh page, it display the content.
**Etapes pour reproduire**
1. Open an organization which have a type or/and a status
2. Clic "Edit" button
3. See input field Type & status empty
**Comportement attendu**
Display the content of type & status field
**Système**
Chrome, firefox
| 1.0 | No display type & status in ReferenceInput - **Décrivez le bug**
For exemple in organization Edit, input of type & status are empty.
When you refresh page, it display the content.
**Etapes pour reproduire**
1. Open an organization which have a type or/and a status
2. Clic "Edit" button
3. See input field Type & status empty
**Comportement attendu**
Display the content of type & status field
**Système**
Chrome, firefox
| priority | no display type status in referenceinput décrivez le bug for exemple in organization edit input of type status are empty when you refresh page it display the content etapes pour reproduire open an organization which have a type or and a status clic edit button see input field type status empty comportement attendu display the content of type status field système chrome firefox | 1 |
662,399 | 22,138,544,419 | IssuesEvent | 2022-06-03 03:02:57 | sopel-irc/sopel | https://api.github.com/repos/sopel-irc/sopel | closed | url: `.title` command shows an error for links handled by another plugin | Bug Medium Priority | ### Description
Links handled by another plugin (for example links to GitHub issues, if the `github` plugin is installed) are skipped intentionally in the `.title` command, to avoid giving duplicate output. However, the error message code from #2029 can't tell the difference between a link that was intentionally skipped and a link for which a title couldn't be fetched.
### Reproduction steps
1. Command Sopel, `.title http://some.link/that/another/plugin/handles`
- With core plugins only, a Reddit post is a good way to trigger this.
2. `url` responds with an error: "Sorry, fetching that title failed. Make sure the site is working."
AND the plugin that knows how to handle the link will also reply
### Expected behavior
The `url` plugin should be silent in this case, unless multiple URLs are passed to `.title` and at least one of them isn't handled by another plugin.
### Environment
- Sopel `.version`: 7.1.0-dev
- Sopel installed via: `pip install -e`
- Python version: 3.8.5
- Operating system: Ubuntu 18.04
- Relevant plugins: url
### Notes
Likely easiest to fix this in conjunction with #2054. I'm therefore marking this for 8.0 even though it would be nice to fix it in 7.1. (The target milestone is, as always, subject to change after discussion.) | 1.0 | url: `.title` command shows an error for links handled by another plugin - ### Description
Links handled by another plugin (for example links to GitHub issues, if the `github` plugin is installed) are skipped intentionally in the `.title` command, to avoid giving duplicate output. However, the error message code from #2029 can't tell the difference between a link that was intentionally skipped and a link for which a title couldn't be fetched.
### Reproduction steps
1. Command Sopel, `.title http://some.link/that/another/plugin/handles`
- With core plugins only, a Reddit post is a good way to trigger this.
2. `url` responds with an error: "Sorry, fetching that title failed. Make sure the site is working."
AND the plugin that knows how to handle the link will also reply
### Expected behavior
The `url` plugin should be silent in this case, unless multiple URLs are passed to `.title` and at least one of them isn't handled by another plugin.
### Environment
- Sopel `.version`: 7.1.0-dev
- Sopel installed via: `pip install -e`
- Python version: 3.8.5
- Operating system: Ubuntu 18.04
- Relevant plugins: url
### Notes
Likely easiest to fix this in conjunction with #2054. I'm therefore marking this for 8.0 even though it would be nice to fix it in 7.1. (The target milestone is, as always, subject to change after discussion.) | priority | url title command shows an error for links handled by another plugin description links handled by another plugin for example links to github issues if the github plugin is installed are skipped intentionally in the title command to avoid giving duplicate output however the error message code from can t tell the difference between a link that was intentionally skipped and a link for which a title couldn t be fetched reproduction steps command sopel title with core plugins only a reddit post is a good way to trigger this url responds with an error sorry fetching that title failed make sure the site is working and the plugin that knows how to handle the link will also reply expected behavior the url plugin should be silent in this case unless multiple urls are passed to title and at least one of them isn t handled by another plugin environment sopel version dev sopel installed via pip install e python version operating system ubuntu relevant plugins url notes likely easiest to fix this in conjunction with i m therefore marking this for even though it would be nice to fix it in the target milestone is as always subject to change after discussion | 1 |
236,566 | 7,750,673,767 | IssuesEvent | 2018-05-30 14:56:07 | digital-york/oasis | https://api.github.com/repos/digital-york/oasis | closed | Update language being learned and first language of learners | Priority - medium | @yf508 The list of languages in IRIS is much longer than the list we have (see below)? First language and Language being learned are not in the data dictionary in IRIS so we couldn't copy the full list across to use on OASIS. Where does the list of languages in IRIS come from? And can we use the same list in OASIS for language being learned and first language of learners?

| 1.0 | Update language being learned and first language of learners - @yf508 The list of languages in IRIS is much longer than the list we have (see below)? First language and Language being learned are not in the data dictionary in IRIS so we couldn't copy the full list across to use on OASIS. Where does the list of languages in IRIS come from? And can we use the same list in OASIS for language being learned and first language of learners?

| priority | update language being learned and first language of learners the list of languages in iris is much longer than the list we have see below first language and language being learned are not in the data dictionary in iris so we couldn t copy the full list across to use on oasis where does the list of languages in iris come from and can we use the same list in oasis for language being learned and first language of learners | 1 |
428,139 | 12,403,638,594 | IssuesEvent | 2020-05-21 14:14:59 | US-CBP/GTAS | https://api.github.com/repos/US-CBP/GTAS | closed | Travel Frequency | revisit computation | 5 - Pre Archive Medium Priority Sprint 2 (29 MAY - 12 JUN) enhancement |
<!---
@huboard:{"order":1.3210168861137168e-13,"milestone_order":963.0,"custom_state":""}
-->
| 1.0 | Travel Frequency | revisit computation -
<!---
@huboard:{"order":1.3210168861137168e-13,"milestone_order":963.0,"custom_state":""}
-->
| priority | travel frequency revisit computation huboard order milestone order custom state | 1 |
312,431 | 9,546,926,830 | IssuesEvent | 2019-05-01 21:24:37 | Verseghy/website_frontend | https://api.github.com/repos/Verseghy/website_frontend | opened | Add swipe gesture for featured posts on mobile | Priority: Medium Status: Proposal | Make the featured post switch pages on swiping gesture | 1.0 | Add swipe gesture for featured posts on mobile - Make the featured post switch pages on swiping gesture | priority | add swipe gesture for featured posts on mobile make the featured post switch pages on swiping gesture | 1 |
41,434 | 2,869,005,719 | IssuesEvent | 2015-06-05 22:31:43 | dart-lang/http | https://api.github.com/repos/dart-lang/http | closed | Http package fails to read an URL | enhancement NotPlanned Priority-Medium | <a href="https://github.com/kaisellgren"><img src="https://avatars.githubusercontent.com/u/148256?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kaisellgren](https://github.com/kaisellgren)**
_Originally opened as dart-lang/sdk#9675_
----
This code using the HTTP package fails:
http.read('https://www.chms.edu.mx/')
The result is:
Uncaught Error: SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
Unhandled exception:
SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
#0 \_FutureImpl._scheduleUnhandledError.<anonymous closure> (dart:async:347:9)
#1 Timer.Timer.<anonymous closure> (dart:async-patch:11:15)
#2 \_Timer._createTimerHandler._handleTimeout (dart:io:6031:28)
#3 \_Timer._createTimerHandler._handleTimeout (dart:io:6039:7)
#4 \_Timer._createTimerHandler.<anonymous closure> (dart:io:6047:23)
#5 \_ReceivePortImpl._handleMessage (dart:isolate-patch:40:92) | 1.0 | Http package fails to read an URL - <a href="https://github.com/kaisellgren"><img src="https://avatars.githubusercontent.com/u/148256?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kaisellgren](https://github.com/kaisellgren)**
_Originally opened as dart-lang/sdk#9675_
----
This code using the HTTP package fails:
http.read('https://www.chms.edu.mx/')
The result is:
Uncaught Error: SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
Unhandled exception:
SocketIOException: RawSecureSocket error (Unexpected handshake error in client) (OS Error: errno = -8181)
#0 \_FutureImpl._scheduleUnhandledError.<anonymous closure> (dart:async:347:9)
#1 Timer.Timer.<anonymous closure> (dart:async-patch:11:15)
#2 \_Timer._createTimerHandler._handleTimeout (dart:io:6031:28)
#3 \_Timer._createTimerHandler._handleTimeout (dart:io:6039:7)
#4 \_Timer._createTimerHandler.<anonymous closure> (dart:io:6047:23)
#5 \_ReceivePortImpl._handleMessage (dart:isolate-patch:40:92) | priority | http package fails to read an url issue by originally opened as dart lang sdk this code using the http package fails nbsp nbsp nbsp nbsp http read the result is uncaught error socketioexception rawsecuresocket error unexpected handshake error in client os error errno unhandled exception socketioexception rawsecuresocket error unexpected handshake error in client os error errno futureimpl scheduleunhandlederror lt anonymous closure gt dart async timer timer lt anonymous closure gt dart async patch timer createtimerhandler handletimeout dart io timer createtimerhandler handletimeout dart io timer createtimerhandler lt anonymous closure gt dart io receiveportimpl handlemessage dart isolate patch | 1 |
315,766 | 9,631,900,152 | IssuesEvent | 2019-05-15 15:05:59 | dmwm/WMCore | https://api.github.com/repos/dmwm/WMCore | closed | Package WMCore into pypi | Medium Priority New Feature WMAgent | I was wanting to float the idea of pushing WMCore into pypi so it can be easily be pulled into other projects. Setuptools already handles it via `python setup.py upload`, but that requires credentials, whch kinda makes `bin/buildrelease.sh` not the right place to put it, since whoever built a release would need to have PyPi credentials.
The other option is to add the hooks into the rpm bot or Jenkins to publish new releases. That's a bit easier since those hosts are secured and could keep the credentials secret.
Anyway, it'd be useful to have WMCore (well, a lot of DMWM's code, honestly) in pypi. If there's no objection, I'd like to put the hooks in to get it pushed up automagically | 1.0 | Package WMCore into pypi - I was wanting to float the idea of pushing WMCore into pypi so it can be easily be pulled into other projects. Setuptools already handles it via `python setup.py upload`, but that requires credentials, whch kinda makes `bin/buildrelease.sh` not the right place to put it, since whoever built a release would need to have PyPi credentials.
The other option is to add the hooks into the rpm bot or Jenkins to publish new releases. That's a bit easier since those hosts are secured and could keep the credentials secret.
Anyway, it'd be useful to have WMCore (well, a lot of DMWM's code, honestly) in pypi. If there's no objection, I'd like to put the hooks in to get it pushed up automagically | priority | package wmcore into pypi i was wanting to float the idea of pushing wmcore into pypi so it can be easily be pulled into other projects setuptools already handles it via python setup py upload but that requires credentials whch kinda makes bin buildrelease sh not the right place to put it since whoever built a release would need to have pypi credentials the other option is to add the hooks into the rpm bot or jenkins to publish new releases that s a bit easier since those hosts are secured and could keep the credentials secret anyway it d be useful to have wmcore well a lot of dmwm s code honestly in pypi if there s no objection i d like to put the hooks in to get it pushed up automagically | 1 |
64,040 | 3,203,938,212 | IssuesEvent | 2015-10-02 21:44:33 | urbit/urbit | https://api.github.com/repos/urbit/urbit | opened | Restore tree 404s | priority medium tree | 7e111eaa disabled them due to false positives, figure out where the relevant code should actually go. | 1.0 | Restore tree 404s - 7e111eaa disabled them due to false positives, figure out where the relevant code should actually go. | priority | restore tree disabled them due to false positives figure out where the relevant code should actually go | 1 |
300,484 | 9,211,236,907 | IssuesEvent | 2019-03-09 13:39:00 | CS2103-AY1819S2-W10-3/main | https://api.github.com/repos/CS2103-AY1819S2-W10-3/main | closed | As a user, I want to display equipments on the map | priority.Medium type.Story v1.2 | so I can have an overview of the equipments. | 1.0 | As a user, I want to display equipments on the map - so I can have an overview of the equipments. | priority | as a user i want to display equipments on the map so i can have an overview of the equipments | 1 |
464,433 | 13,324,606,413 | IssuesEvent | 2020-08-27 08:42:21 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Concurrent file descriptor allocations may return the same descriptor | bug priority: medium | **Describe the bug**
File descriptors are currently allocated in various parts of the code base via
```
z_reserve_fd()
..
z_finalize_fd()
```
Internally, z_finalize_fd() is calling z_fd_ref() to add to the reference count of the fd that is being allocated. This is too late because if another thread also tries to allocate an fd, z_reserve_fd() may return the same one thinking that it is free, when in fact it is about to be finalized.
**To Reproduce**
Steps to reproduce the behavior:
1. Add the attached file to samples/net/sockets/echo_server/boards/cc3220sf_launchxl.conf
[cc3220sf_launchxl.conf.txt](https://github.com/zephyrproject-rtos/zephyr/files/5111360/cc3220sf_launchxl.conf.txt)
2. cd samples/net/sockets/echo_server
3. west build -b cc3220sf_launchxl
4. west flash
5. See error when the tcp thread tries to call listen(), which fails because the tcp socket's corresponding file descriptor is the same as the udp socket's.
```
*** Booting Zephyr OS build zephyr-v2.3.0-2002-g560b8d9fe005 ***
[00:00:00.963,000] <inf> wifi_simplelink: [WLAN EVENT] STA Connected to the AP: ThingsNet, BSSID: 2c:30:33:51:53:33
[00:00:00.965,000] <inf> wifi_simplelink: [NETAPP EVENT] IP set to: IPv4=192.168.1.144, Gateway=192.168.1.1
[00:00:00.968,000] <dbg> wifi_simplelink.simplelink_iface_init: MAC Address 40:06:a0:97:62:cc
[00:00:00.978,000] <inf> net_echo_server_sample: Run echo server
[00:00:00.978,000] <inf> net_echo_server_sample: Starting...
[00:00:00.980,000] <inf> net_echo_server_sample: Waiting for UDP packets on port 4242 (IPv4)...
[00:00:00.981,000] <err> net_echo_server_sample: Failed to listen on TCP socket (IPv4): 95
```
**Expected behavior**
There should be no errors, and the sample should be successful in listening to both tcp and udp sockets.
**Impact**
Potential concurrency issues in applications that allocate file descriptors in multiple threads.
**Environment (please complete the following information):**
- OS: (e.g. Linux, MacOS, Windows): Ubuntu 18.04
- Toolchain (e.g Zephyr SDK, ...): Zephyr SDK 0.11.3
- Commit SHA or Version used: 560b8d9fe005e295dfa5bccc2bc42a47cd77e1da
| 1.0 | Concurrent file descriptor allocations may return the same descriptor - **Describe the bug**
File descriptors are currently allocated in various parts of the code base via
```
z_reserve_fd()
..
z_finalize_fd()
```
Internally, z_finalize_fd() is calling z_fd_ref() to add to the reference count of the fd that is being allocated. This is too late because if another thread also tries to allocate an fd, z_reserve_fd() may return the same one thinking that it is free, when in fact it is about to be finalized.
**To Reproduce**
Steps to reproduce the behavior:
1. Add the attached file to samples/net/sockets/echo_server/boards/cc3220sf_launchxl.conf
[cc3220sf_launchxl.conf.txt](https://github.com/zephyrproject-rtos/zephyr/files/5111360/cc3220sf_launchxl.conf.txt)
2. cd samples/net/sockets/echo_server
3. west build -b cc3220sf_launchxl
4. west flash
5. See error when the tcp thread tries to call listen(), which fails because the tcp socket's corresponding file descriptor is the same as the udp socket's.
```
*** Booting Zephyr OS build zephyr-v2.3.0-2002-g560b8d9fe005 ***
[00:00:00.963,000] <inf> wifi_simplelink: [WLAN EVENT] STA Connected to the AP: ThingsNet, BSSID: 2c:30:33:51:53:33
[00:00:00.965,000] <inf> wifi_simplelink: [NETAPP EVENT] IP set to: IPv4=192.168.1.144, Gateway=192.168.1.1
[00:00:00.968,000] <dbg> wifi_simplelink.simplelink_iface_init: MAC Address 40:06:a0:97:62:cc
[00:00:00.978,000] <inf> net_echo_server_sample: Run echo server
[00:00:00.978,000] <inf> net_echo_server_sample: Starting...
[00:00:00.980,000] <inf> net_echo_server_sample: Waiting for UDP packets on port 4242 (IPv4)...
[00:00:00.981,000] <err> net_echo_server_sample: Failed to listen on TCP socket (IPv4): 95
```
**Expected behavior**
There should be no errors, and the sample should be successful in listening to both tcp and udp sockets.
**Impact**
Potential concurrency issues in applications that allocate file descriptors in multiple threads.
**Environment (please complete the following information):**
- OS: (e.g. Linux, MacOS, Windows): Ubuntu 18.04
- Toolchain (e.g Zephyr SDK, ...): Zephyr SDK 0.11.3
- Commit SHA or Version used: 560b8d9fe005e295dfa5bccc2bc42a47cd77e1da
| priority | concurrent file descriptor allocations may return the same descriptor describe the bug file descriptors are currently allocated in various parts of the code base via z reserve fd z finalize fd internally z finalize fd is calling z fd ref to add to the reference count of the fd that is being allocated this is too late because if another thread also tries to allocate an fd z reserve fd may return the same one thinking that it is free when in fact it is about to be finalized to reproduce steps to reproduce the behavior add the attached file to samples net sockets echo server boards launchxl conf cd samples net sockets echo server west build b launchxl west flash see error when the tcp thread tries to call listen which fails because the tcp socket s corresponding file descriptor is the same as the udp socket s booting zephyr os build zephyr wifi simplelink sta connected to the ap thingsnet bssid wifi simplelink ip set to gateway wifi simplelink simplelink iface init mac address cc net echo server sample run echo server net echo server sample starting net echo server sample waiting for udp packets on port net echo server sample failed to listen on tcp socket expected behavior there should be no errors and the sample should be successful in listening to both tcp and udp sockets impact potential concurrency issues in applications that allocate file descriptors in multiple threads environment please complete the following information os e g linux macos windows ubuntu toolchain e g zephyr sdk zephyr sdk commit sha or version used | 1 |
757,912 | 26,535,327,638 | IssuesEvent | 2023-01-19 15:16:22 | MattTheLegoman/RealmsInExile | https://api.github.com/repos/MattTheLegoman/RealmsInExile | closed | Bug: Old Isengard events cause tons of errors | bug oddity priority: medium | 
This is from my error log. There seem to be a ton of errors related to Sarumans stuff, Jamie told me its probably part of the old events. | 1.0 | Bug: Old Isengard events cause tons of errors - 
This is from my error log. There seem to be a ton of errors related to Sarumans stuff, Jamie told me its probably part of the old events. | priority | bug old isengard events cause tons of errors this is from my error log there seem to be a ton of errors related to sarumans stuff jamie told me its probably part of the old events | 1 |
652,022 | 21,518,546,140 | IssuesEvent | 2022-04-28 12:18:01 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | NXP I2S (SAI) driver bugs | bug priority: medium platform: NXP | **Describe the bug**
The I2S driver for NXP's SAI peripheral has multiple bugs that prevent the driver from working properly. Including DMA does not transmit, and FIFO under/overruns.
Please also mention any information which could help others to understand
the problem you're facing:
testing on MIMXRT1170_EVK
**To Reproduce**
The test fails running \tests\drivers\i2s\i2s_speed. This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=y and connects two SAI peripherals by shorting signals externally on the EVK. These are the HW changes required to run this test:
- Remove jumper J8 and resistor R78
- Short BCLK J9-pin1 (SAI1_RX_BCLK) to J66-pin1 (SAI4_TX_BCLK)
- Short SYNC J9-pin5 (SAI1_RX_SYNC) to J64-pin1 (SAI4_TX_SYNC)
- Short Data J61-pin1 (SAI1_RX_DATA) to J63-pin1 (SAI4_TX_DATA)
with Kconfig:
```
CONFIG_I2S_MCUX_SAI=y
CONFIG_I2S_TEST_SEPARATE_DEVICES=y
CONFIG_I2S_LOG_LEVEL_OFF=y
```
devicetree overlay:
```
&sai2 {
label = "I2S_3";
};
&sai4 {
label = "I2S_1";
status = "okay";
clocks = < &ccm 0x2003 0x2184 0x6 >;
podf = < 0x4 >;
};
&enet {
status = "disabled";
};
```
pinmux:
```
#if DT_NODE_HAS_STATUS(DT_NODELABEL(sai1), okay) && CONFIG_I2S_MCUX_SAI
#if CONFIG_I2S_TEST_SEPARATE_DEVICES
CLOCK_EnableClock(kCLOCK_Iomuxc_Lpsr); /* LPCG on: LPCG is ON. */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_18_SAI1_RX_SYNC, /* GPIO_AD_18 is configured as SAI1_RX_SYNC */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_19_SAI1_RX_BCLK, /* GPIO_AD_19 is configured as SAI1_RX_BCLK */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_20_SAI1_RX_DATA00, /* GPIO_AD_20 is configured as SAI1_RX_DATA00 */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_09_SAI4_TX_DATA, /* GPIO_LPSR_09 is configured as SAI4_TX_DATA */
7U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_10_SAI4_TX_SYNC, /* GPIO_LPSR_10 is configured as SAI4_TX_SYNC */
7U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_12_SAI4_TX_BCLK, /* GPIO_LPSR_12 is configured as SAI4_TX_BCLK */
7U); /* Software Input On Field: Input Path is determined by functionality */
#endif
#endif
```
west build -b mimxrt1170_evk_cm7 tests\drivers\i2s\i2s_speed
**Expected behavior**
The i2s_speed test should pass with SAI driver transmitting and receiving properly using DMA.
**Impact**
showstopper for I2S/SAI users
| 1.0 | NXP I2S (SAI) driver bugs - **Describe the bug**
The I2S driver for NXP's SAI peripheral has multiple bugs that prevent the driver from working properly. Including DMA does not transmit, and FIFO under/overruns.
Please also mention any information which could help others to understand
the problem you're facing:
testing on MIMXRT1170_EVK
**To Reproduce**
The test fails running \tests\drivers\i2s\i2s_speed. This board uses CONFIG_I2S_TEST_SEPARATE_DEVICES=y and connects two SAI peripherals by shorting signals externally on the EVK. These are the HW changes required to run this test:
- Remove jumper J8 and resistor R78
- Short BCLK J9-pin1 (SAI1_RX_BCLK) to J66-pin1 (SAI4_TX_BCLK)
- Short SYNC J9-pin5 (SAI1_RX_SYNC) to J64-pin1 (SAI4_TX_SYNC)
- Short Data J61-pin1 (SAI1_RX_DATA) to J63-pin1 (SAI4_TX_DATA)
with Kconfig:
```
CONFIG_I2S_MCUX_SAI=y
CONFIG_I2S_TEST_SEPARATE_DEVICES=y
CONFIG_I2S_LOG_LEVEL_OFF=y
```
devicetree overlay:
```
&sai2 {
label = "I2S_3";
};
&sai4 {
label = "I2S_1";
status = "okay";
clocks = < &ccm 0x2003 0x2184 0x6 >;
podf = < 0x4 >;
};
&enet {
status = "disabled";
};
```
pinmux:
```
#if DT_NODE_HAS_STATUS(DT_NODELABEL(sai1), okay) && CONFIG_I2S_MCUX_SAI
#if CONFIG_I2S_TEST_SEPARATE_DEVICES
CLOCK_EnableClock(kCLOCK_Iomuxc_Lpsr); /* LPCG on: LPCG is ON. */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_18_SAI1_RX_SYNC, /* GPIO_AD_18 is configured as SAI1_RX_SYNC */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_19_SAI1_RX_BCLK, /* GPIO_AD_19 is configured as SAI1_RX_BCLK */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_AD_20_SAI1_RX_DATA00, /* GPIO_AD_20 is configured as SAI1_RX_DATA00 */
0U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_09_SAI4_TX_DATA, /* GPIO_LPSR_09 is configured as SAI4_TX_DATA */
7U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_10_SAI4_TX_SYNC, /* GPIO_LPSR_10 is configured as SAI4_TX_SYNC */
7U); /* Software Input On Field: Input Path is determined by functionality */
IOMUXC_SetPinMux(
IOMUXC_GPIO_LPSR_12_SAI4_TX_BCLK, /* GPIO_LPSR_12 is configured as SAI4_TX_BCLK */
7U); /* Software Input On Field: Input Path is determined by functionality */
#endif
#endif
```
west build -b mimxrt1170_evk_cm7 tests\drivers\i2s\i2s_speed
**Expected behavior**
The i2s_speed test should pass with SAI driver transmitting and receiving properly using DMA.
**Impact**
showstopper for I2S/SAI users
| priority | nxp sai driver bugs describe the bug the driver for nxp s sai peripheral has multiple bugs that prevent the driver from working properly including dma does not transmit and fifo under overruns please also mention any information which could help others to understand the problem you re facing testing on evk to reproduce the test fails running tests drivers speed this board uses config test separate devices y and connects two sai peripherals by shorting signals externally on the evk these are the hw changes required to run this test remove jumper and resistor short bclk rx bclk to tx bclk short sync rx sync to tx sync short data rx data to tx data with kconfig config mcux sai y config test separate devices y config log level off y devicetree overlay label label status okay clocks podf enet status disabled pinmux if dt node has status dt nodelabel okay config mcux sai if config test separate devices clock enableclock kclock iomuxc lpsr lpcg on lpcg is on iomuxc setpinmux iomuxc gpio ad rx sync gpio ad is configured as rx sync software input on field input path is determined by functionality iomuxc setpinmux iomuxc gpio ad rx bclk gpio ad is configured as rx bclk software input on field input path is determined by functionality iomuxc setpinmux iomuxc gpio ad rx gpio ad is configured as rx software input on field input path is determined by functionality iomuxc setpinmux iomuxc gpio lpsr tx data gpio lpsr is configured as tx data software input on field input path is determined by functionality iomuxc setpinmux iomuxc gpio lpsr tx sync gpio lpsr is configured as tx sync software input on field input path is determined by functionality iomuxc setpinmux iomuxc gpio lpsr tx bclk gpio lpsr is configured as tx bclk software input on field input path is determined by functionality endif endif west build b evk tests drivers speed expected behavior the speed test should pass with sai driver transmitting and receiving properly using dma impact showstopper for sai users | 1 |
58,332 | 3,088,828,246 | IssuesEvent | 2015-08-25 18:29:55 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Mobile site - dashboard layout issues | 3 - hold bug: production bug: staging discuss JIRA priority - medium | Expected
-------------
On the home page (dashboard), the projects table should fit on the screen.
Also, "Quick Tasks"/"Watchlist" should be right under this instead of having so much whitespace.
Actual
--------

Table is too wide
<br>

Tons of unnecessary whitespace
| 1.0 | Mobile site - dashboard layout issues - Expected
-------------
On the home page (dashboard), the projects table should fit on the screen.
Also, "Quick Tasks"/"Watchlist" should be right under this instead of having so much whitespace.
Actual
--------

Table is too wide
<br>

Tons of unnecessary whitespace
| priority | mobile site dashboard layout issues expected on the home page dashboard the projects table should fit on the screen also quick tasks watchlist should be right under this instead of having so much whitespace actual table is too wide tons of unnecessary whitespace | 1 |
569,147 | 16,996,274,657 | IssuesEvent | 2021-07-01 06:55:48 | google/android-fhir | https://api.github.com/repos/google/android-fhir | opened | Resolve ValueSet lookups via Search API | enhancement epic: search medium priority | **Describe the solution you'd like**
Add functionality to the search API to find concepts within a ValueSet resource:
* By code
* By DisplayName
Return the concept (from the CodeSystem) or Concept Not Found | 1.0 | Resolve ValueSet lookups via Search API - **Describe the solution you'd like**
Add functionality to the search API to find concepts within a ValueSet resource:
* By code
* By DisplayName
Return the concept (from the CodeSystem) or Concept Not Found | priority | resolve valueset lookups via search api describe the solution you d like add functionality to the search api to find concepts within a valueset resource by code by displayname return the concept from the codesystem or concept not found | 1 |
644,166 | 20,968,891,960 | IssuesEvent | 2022-03-28 09:28:47 | pystardust/ani-cli | https://api.github.com/repos/pystardust/ani-cli | opened | not working on i3wm Ubuntu 20.04 | type: bug priority 2: medium | **Metadata (please complete the following information)**
Version: 1.9.2
OS: Ubuntu 20.04
Shell: zsh
Anime: suisei-no-gargantia
media player window start and not playing anything, then close by itself.
**Steps To Reproduce**
1. ./ani-cli
2. gargantia
3. 2
**Expected behavior**
Anime should Play
| 1.0 | not working on i3wm Ubuntu 20.04 - **Metadata (please complete the following information)**
Version: 1.9.2
OS: Ubuntu 20.04
Shell: zsh
Anime: suisei-no-gargantia
media player window start and not playing anything, then close by itself.
**Steps To Reproduce**
1. ./ani-cli
2. gargantia
3. 2
**Expected behavior**
Anime should Play
| priority | not working on ubuntu metadata please complete the following information version os ubuntu shell zsh anime suisei no gargantia media player window start and not playing anything then close by itself steps to reproduce ani cli gargantia expected behavior anime should play | 1 |
73,291 | 3,410,546,949 | IssuesEvent | 2015-12-04 20:41:07 | angular/material | https://api.github.com/repos/angular/material | closed | Examples on site are very old and wrong for newer version | needs: merge priority: medium type: docs | The site has a lot of older examples on the landing page which are outdated. Can we please update them?
Site link : https://material.angularjs.org/latest/#/getting-started | 1.0 | Examples on site are very old and wrong for newer version - The site has a lot of older examples on the landing page which are outdated. Can we please update them?
Site link : https://material.angularjs.org/latest/#/getting-started | priority | examples on site are very old and wrong for newer version the site has a lot of older examples on the landing page which are outdated can we please update them site link | 1 |
418,818 | 12,203,535,545 | IssuesEvent | 2020-04-30 10:46:19 | Matteas-Eden/roll-for-reaction | https://api.github.com/repos/Matteas-Eden/roll-for-reaction | closed | Add total defence value to UI | Medium Priority usability | **User Story**
As a game designer, I want to communicate to the player how much defence they have.
**Acceptance Criteria**
- Total defence (armour + DEX bonus) is visable on the UI
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
No way to view total defence currently, so the player has to manually calculate it.
**Describe the solution you'd like**
The defence should be visible next to the gold on the UI.
| 1.0 | Add total defence value to UI - **User Story**
As a game designer, I want to communicate to the player how much defence they have.
**Acceptance Criteria**
- Total defence (armour + DEX bonus) is visable on the UI
**Notes**
---
**Why is this feature needed? Please describe the problem your requested feature wants to solve**
No way to view total defence currently, so the player has to manually calculate it.
**Describe the solution you'd like**
The defence should be visible next to the gold on the UI.
| priority | add total defence value to ui user story as a game designer i want to communicate to the player how much defence they have acceptance criteria total defence armour dex bonus is visable on the ui notes why is this feature needed please describe the problem your requested feature wants to solve no way to view total defence currently so the player has to manually calculate it describe the solution you d like the defence should be visible next to the gold on the ui | 1 |
118,540 | 4,750,472,256 | IssuesEvent | 2016-10-22 10:54:36 | jayway/powermock | https://api.github.com/repos/jayway/powermock | closed | Incompatibility issues with JaCoCo | bug imported Priority:Medium | _From [headcrashing](https://code.google.com/u/headcrashing/) on February 21, 2013 09:22:20_
There seems to be an incompatibility issue between powermock and JaCoCo, possibly related to JDK 7.
Attached is a small maven project which can be executed using "mvn clean verify" to showcase the problem.
Depending on which type of classloading and which type of rule implementation is used, the result is different:
* powermock-module-junit4-rule + powermock-classloading-xstream:
+ tests succeed (hence a.b.c.d1.A.getC() IS covered -- see test code)
- target/site/jacoco/index.html a.b.c.d1.A.getC() says 0%
* powermock-module-junit4-rule + powermock-classloading-objenesis
- one test fails
- java.lang.ArrayIndexOutOfBoundsException: 5 at a.b.c.d1.WhenNewTest.should MockConstructor (WhenNewTest.java)
* powermock-module-junit4-rule-agent + powermock-classloading-objenesis
- both tests fail
- Cannot subclass final class a.b.c.d1.B
- Expecting a stackmap frame at branch target 21 in method a.b.c.d2.H.<init>/La/b/c/d2/G;)V at offset 11
* powermock-module-junit4-rule-agent + powermock-classloading-xstream
- both tests fail
- Cannot subclass final class a.b.c.d1.B
- Expecting a stackmap frame at branch target 21 in method a.b.c.d2.H.<init>(La/b/c/d2/G;)V at offset 11
Both, powermock and JaCoCo are really great tools and we appreciate the hard work of the authors, but unless both work fine together we really have the problem that we are totally stuck with our QA. Hence we really beg for a working solution! :-)
**Attachment:** [powermockito-jacoco-failure.zip](http://code.google.com/p/powermock/issues/detail?id=432)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=432_ | 1.0 | Incompatibility issues with JaCoCo - _From [headcrashing](https://code.google.com/u/headcrashing/) on February 21, 2013 09:22:20_
There seems to be an incompatibility issue between powermock and JaCoCo, possibly related to JDK 7.
Attached is a small maven project which can be executed using "mvn clean verify" to showcase the problem.
Depending on which type of classloading and which type of rule implementation is used, the result is different:
* powermock-module-junit4-rule + powermock-classloading-xstream:
+ tests succeed (hence a.b.c.d1.A.getC() IS covered -- see test code)
- target/site/jacoco/index.html a.b.c.d1.A.getC() says 0%
* powermock-module-junit4-rule + powermock-classloading-objenesis
- one test fails
- java.lang.ArrayIndexOutOfBoundsException: 5 at a.b.c.d1.WhenNewTest.should MockConstructor (WhenNewTest.java)
* powermock-module-junit4-rule-agent + powermock-classloading-objenesis
- both tests fail
- Cannot subclass final class a.b.c.d1.B
- Expecting a stackmap frame at branch target 21 in method a.b.c.d2.H.<init>/La/b/c/d2/G;)V at offset 11
* powermock-module-junit4-rule-agent + powermock-classloading-xstream
- both tests fail
- Cannot subclass final class a.b.c.d1.B
- Expecting a stackmap frame at branch target 21 in method a.b.c.d2.H.<init>(La/b/c/d2/G;)V at offset 11
Both, powermock and JaCoCo are really great tools and we appreciate the hard work of the authors, but unless both work fine together we really have the problem that we are totally stuck with our QA. Hence we really beg for a working solution! :-)
**Attachment:** [powermockito-jacoco-failure.zip](http://code.google.com/p/powermock/issues/detail?id=432)
_Original issue: http://code.google.com/p/powermock/issues/detail?id=432_ | priority | incompatibility issues with jacoco from on february there seems to be an incompatibility issue between powermock and jacoco possibly related to jdk attached is a small maven project which can be executed using mvn clean verify to showcase the problem depending on which type of classloading and which type of rule implementation is used the result is different powermock module rule powermock classloading xstream tests succeed hence a b c a getc is covered see test code target site jacoco index html a b c a getc says powermock module rule powermock classloading objenesis one test fails java lang arrayindexoutofboundsexception at a b c whennewtest should mockconstructor whennewtest java powermock module rule agent powermock classloading objenesis both tests fail cannot subclass final class a b c b expecting a stackmap frame at branch target in method a b c h la b c g v at offset powermock module rule agent powermock classloading xstream both tests fail cannot subclass final class a b c b expecting a stackmap frame at branch target in method a b c h la b c g v at offset both powermock and jacoco are really great tools and we appreciate the hard work of the authors but unless both work fine together we really have the problem that we are totally stuck with our qa hence we really beg for a working solution attachment original issue | 1 |
748,792 | 26,137,587,423 | IssuesEvent | 2022-12-29 14:04:57 | crhunt/ormjs | https://api.github.com/repos/crhunt/ormjs | opened | Fact shadow doesn't appear for facts with different UICs | bug priority:medium | This might have been done on purpose, but shouldn't be this way. When two facts with the same name have different UICs, the shadow disappears. Behavior should reflect an overloaded Rel relation, where the shadow still applies. This will also impact Rel integrity constraint formulations, still to be added. | 1.0 | Fact shadow doesn't appear for facts with different UICs - This might have been done on purpose, but shouldn't be this way. When two facts with the same name have different UICs, the shadow disappears. Behavior should reflect an overloaded Rel relation, where the shadow still applies. This will also impact Rel integrity constraint formulations, still to be added. | priority | fact shadow doesn t appear for facts with different uics this might have been done on purpose but shouldn t be this way when two facts with the same name have different uics the shadow disappears behavior should reflect an overloaded rel relation where the shadow still applies this will also impact rel integrity constraint formulations still to be added | 1 |
275,335 | 8,575,583,038 | IssuesEvent | 2018-11-12 17:41:13 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Update queries to use new MapNode AsReal when available. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1297
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Update queries to use new MapNode AsReal when available.
Assigned to: Kathleen Biagas
Category:
Target version: 2.6.1
Author: Kathleen Biagas
Start: 01/08/2013
Due date:
% Done: 0
Estimated time: 2.0
Created: 01/08/2013 08:22 pm
Updated: 01/11/2013 02:47 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available.
Comments:
See SVN Revision 20001/3
| 1.0 | Update queries to use new MapNode AsReal when available. - Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1297
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Update queries to use new MapNode AsReal when available.
Assigned to: Kathleen Biagas
Category:
Target version: 2.6.1
Author: Kathleen Biagas
Start: 01/08/2013
Due date:
% Done: 0
Estimated time: 2.0
Created: 01/08/2013 08:22 pm
Updated: 01/11/2013 02:47 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available.
Comments:
See SVN Revision 20001/3
| priority | update queries to use new mapnode asreal when available queries that want double doublevector must check their params for int variants and do the conversion have them use the new asreal methods instead when it is available redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject update queries to use new mapnode asreal when available assigned to kathleen biagas category target version author kathleen biagas start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description queries that want double doublevector must check their params for int variants and do the conversion have them use the new asreal methods instead when it is available comments see svn revision | 1 |
487,909 | 14,061,197,161 | IssuesEvent | 2020-11-03 07:41:58 | aau-giraf/wiki | https://api.github.com/repos/aau-giraf/wiki | closed | The textfont size for the app, is described wrongly in the designguide | group 6 point: 2 priority: medium type: refactor | **Is your feature request related to a problem? Please describe.**
The designguide is currently referering to a file with font sizes, but this files does not exist.
**Describe the solution you'd like**
The file should be made with the font sizes for the different screens and widgets in the weekplanner.
**Describe alternatives you've considered**
None at the moment
**Additional context**
This is closely related to aau-giraf/weekplanner#316 and the file made from this issue should be implemented in the weekplanner.
| 1.0 | The textfont size for the app, is described wrongly in the designguide - **Is your feature request related to a problem? Please describe.**
The designguide is currently referering to a file with font sizes, but this files does not exist.
**Describe the solution you'd like**
The file should be made with the font sizes for the different screens and widgets in the weekplanner.
**Describe alternatives you've considered**
None at the moment
**Additional context**
This is closely related to aau-giraf/weekplanner#316 and the file made from this issue should be implemented in the weekplanner.
| priority | the textfont size for the app is described wrongly in the designguide is your feature request related to a problem please describe the designguide is currently referering to a file with font sizes but this files does not exist describe the solution you d like the file should be made with the font sizes for the different screens and widgets in the weekplanner describe alternatives you ve considered none at the moment additional context this is closely related to aau giraf weekplanner and the file made from this issue should be implemented in the weekplanner | 1 |
223,889 | 7,463,134,914 | IssuesEvent | 2018-04-01 00:25:55 | KAIST-IS521/2018s-onion-team3 | https://api.github.com/repos/KAIST-IS521/2018s-onion-team3 | closed | [Program] 소켓 버퍼 길이 처리, 특수문자, 패딩 | Priority: Medium Status: Review needed Type: Online | 현재 소켓 버퍼가 4096바이트로 한정되어 있습니다. 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다.
탭, 줄바꿈 등의 특수문자를 처리하지 못합니다. 특히 줄바꿈에 대해 고민해 봅니다.
경유지에서 랜덤 패딩을 붙여 봅시다. 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠. | 1.0 | [Program] 소켓 버퍼 길이 처리, 특수문자, 패딩 - 현재 소켓 버퍼가 4096바이트로 한정되어 있습니다. 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다.
탭, 줄바꿈 등의 특수문자를 처리하지 못합니다. 특히 줄바꿈에 대해 고민해 봅니다.
경유지에서 랜덤 패딩을 붙여 봅시다. 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠. | priority | 소켓 버퍼 길이 처리 특수문자 패딩 현재 소켓 버퍼가 한정되어 있습니다 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다 탭 줄바꿈 등의 특수문자를 처리하지 못합니다 특히 줄바꿈에 대해 고민해 봅니다 경유지에서 랜덤 패딩을 붙여 봅시다 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠 | 1 |
220,739 | 7,370,345,338 | IssuesEvent | 2018-03-13 08:04:55 | teamforus/research-and-development | https://api.github.com/repos/teamforus/research-and-development | closed | POC: Generic usable identities | fill-template priority-medium proposal | ## poc-generic-identities
### Background / Context
**Goal/user story:**
**More:**
- One identity for multiple different dapps
- Uport
### Hypothesis:
### Method
*documentation/code*
### Result
*present findings*
### Recommendation
*write recomendation*
| 1.0 | POC: Generic usable identities - ## poc-generic-identities
### Background / Context
**Goal/user story:**
**More:**
- One identity for multiple different dapps
- Uport
### Hypothesis:
### Method
*documentation/code*
### Result
*present findings*
### Recommendation
*write recomendation*
| priority | poc generic usable identities poc generic identities background context goal user story more one identity for multiple different dapps uport hypothesis method documentation code result present findings recommendation write recomendation | 1 |
25,683 | 2,683,924,595 | IssuesEvent | 2015-03-28 13:34:51 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Mouse wheel broken in ConEmu.Maximus5.100520 | 1 star bug imported Priority-Medium | _From [Denis.Dzenskevich](https://code.google.com/u/Denis.Dzenskevich/) on May 25, 2010 02:03:22_
ConEmu : ConEmu .Maximus5.100520
Far: 2.0 build 1365 x86
OS: WinXP SP3
Колесико мышки не прокручивает панели. В ConEmu .Maximus5.100518 работало.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=236_ | 1.0 | Mouse wheel broken in ConEmu.Maximus5.100520 - _From [Denis.Dzenskevich](https://code.google.com/u/Denis.Dzenskevich/) on May 25, 2010 02:03:22_
ConEmu : ConEmu .Maximus5.100520
Far: 2.0 build 1365 x86
OS: WinXP SP3
Колесико мышки не прокручивает панели. В ConEmu .Maximus5.100518 работало.
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=236_ | priority | mouse wheel broken in conemu from on may conemu conemu far build os winxp колесико мышки не прокручивает панели в conemu работало original issue | 1 |
737,722 | 25,528,543,480 | IssuesEvent | 2022-11-29 05:58:02 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | closed | Notify the customer that ProfilePress is preventing page cache | type: enhancement waiting for feedback 3rd party compatibility module: cache priority: medium | **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version `3.12.2.1`
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
When ProfilePress is enabled, it adds `DONOTCACHEPAGE` to all pages and prevents page cache.
We must notify customers of such behavior to avoid tickets related to that specific conflict.
**To Reproduce**
Steps to reproduce the behavior:
1. Enable ProfilePress
4. See error
**Expected behavior**
Customers should be notified about the behavior.
**Screenshots**
N/A
**Additional context**
Tickets:
- https://secure.helpscout.net/conversation/2048969338/377308/
- https://secure.helpscout.net/conversation/2042517973/375862/
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| 1.0 | Notify the customer that ProfilePress is preventing page cache - **Before submitting an issue please check that you’ve completed the following steps:**
- [x] Made sure you’re on the latest version `3.12.2.1`
- [x] Used the search feature to ensure that the bug hasn’t been reported before
**Describe the bug**
When ProfilePress is enabled, it adds `DONOTCACHEPAGE` to all pages and prevents page cache.
We must notify customers of such behavior to avoid tickets related to that specific conflict.
**To Reproduce**
Steps to reproduce the behavior:
1. Enable ProfilePress
4. See error
**Expected behavior**
Customers should be notified about the behavior.
**Screenshots**
N/A
**Additional context**
Tickets:
- https://secure.helpscout.net/conversation/2048969338/377308/
- https://secure.helpscout.net/conversation/2042517973/375862/
**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| priority | notify the customer that profilepress is preventing page cache before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before describe the bug when profilepress is enabled it adds donotcachepage to all pages and prevents page cache we must notify customers of such behavior to avoid tickets related to that specific conflict to reproduce steps to reproduce the behavior enable profilepress see error expected behavior customers should be notified about the behavior screenshots n a additional context tickets backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort | 1 |
205,837 | 7,106,627,195 | IssuesEvent | 2018-01-16 17:10:43 | nlbdev/pipeline | https://api.github.com/repos/nlbdev/pipeline | opened | TOC - line improvement | Priority:2 - Medium enhancement | Sometimes text in TOC is placed in the "page number column", and sometimes a line with only dots follows. Is it possible to avoid this?

| 1.0 | TOC - line improvement - Sometimes text in TOC is placed in the "page number column", and sometimes a line with only dots follows. Is it possible to avoid this?

| priority | toc line improvement sometimes text in toc is placed in the page number column and sometimes a line with only dots follows is it possible to avoid this | 1 |
737,256 | 25,508,437,291 | IssuesEvent | 2022-11-28 11:14:21 | Software-Engineering-LNU/Software-Engineering-Project | https://api.github.com/repos/Software-Engineering-LNU/Software-Engineering-Project | closed | Implement employee's dashboard | UserStory Medium priority | Acceptance criteria:
- [ ] Form is created
- [x] #41
- [x] #42
- [x] #43
- [x] #44
- [ ] #45
Deadline - 11/11/2022 23:59 | 1.0 | Implement employee's dashboard - Acceptance criteria:
- [ ] Form is created
- [x] #41
- [x] #42
- [x] #43
- [x] #44
- [ ] #45
Deadline - 11/11/2022 23:59 | priority | implement employee s dashboard acceptance criteria form is created deadline | 1 |
533,222 | 15,586,669,073 | IssuesEvent | 2021-03-18 02:29:48 | nlpsandbox/nlpsandbox-client | https://api.github.com/repos/nlpsandbox/nlpsandbox-client | closed | Change "date", "person", and "address" parameters | Enhancement Priority: Medium | ### Is your proposal related to a problem?
From @cascadianblue
The `annotator_type` parameter takes inputs (date, person, address) that are out of line with anything else, as far as a I can tell.
### Describe the solution you'd like
Could they be changed to `text_date`, `text_person_name`, and `text_physical_address` to be more in line with the rest of NLP Sandbox?
This will impact the controllers, evaluation code, and client.
| 1.0 | Change "date", "person", and "address" parameters - ### Is your proposal related to a problem?
From @cascadianblue
The `annotator_type` parameter takes inputs (date, person, address) that are out of line with anything else, as far as a I can tell.
### Describe the solution you'd like
Could they be changed to `text_date`, `text_person_name`, and `text_physical_address` to be more in line with the rest of NLP Sandbox?
This will impact the controllers, evaluation code, and client.
| priority | change date person and address parameters is your proposal related to a problem from cascadianblue the annotator type parameter takes inputs date person address that are out of line with anything else as far as a i can tell describe the solution you d like could they be changed to text date text person name and text physical address to be more in line with the rest of nlp sandbox this will impact the controllers evaluation code and client | 1 |
45,115 | 2,920,434,483 | IssuesEvent | 2015-06-24 18:55:09 | ashanbh/chrome-rest-client | https://api.github.com/repos/ashanbh/chrome-rest-client | closed | Local save load functionality | auto-migrated Priority-Medium Type-Enhancement | ```
We are using the rest client here at work... and we setup a demo for another
team. We have need to be able to internally trade the json files used for
configuring the endpoints.
Is there a way to get local save load functionality?
```
Original issue reported on code.google.com by `AnthonyJ...@gmail.com` on 27 Aug 2013 at 6:32 | 1.0 | Local save load functionality - ```
We are using the rest client here at work... and we setup a demo for another
team. We have need to be able to internally trade the json files used for
configuring the endpoints.
Is there a way to get local save load functionality?
```
Original issue reported on code.google.com by `AnthonyJ...@gmail.com` on 27 Aug 2013 at 6:32 | priority | local save load functionality we are using the rest client here at work and we setup a demo for another team we have need to be able to internally trade the json files used for configuring the endpoints is there a way to get local save load functionality original issue reported on code google com by anthonyj gmail com on aug at | 1 |
366,751 | 10,825,748,413 | IssuesEvent | 2019-11-09 17:46:47 | AY1920S1-CS2103T-W13-3/main | https://api.github.com/repos/AY1920S1-CS2103T-W13-3/main | closed | As a student who finds it difficult to revise regularly, I can use the flashcard reminder feature | priority.Medium type.Story | to remind me at appropriate times to revise my work.
| 1.0 | As a student who finds it difficult to revise regularly, I can use the flashcard reminder feature - to remind me at appropriate times to revise my work.
| priority | as a student who finds it difficult to revise regularly i can use the flashcard reminder feature to remind me at appropriate times to revise my work | 1 |
371,969 | 10,997,188,133 | IssuesEvent | 2019-12-03 08:37:50 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Premade graphs empty in server api | Fixed Medium Priority | On government webpage, server is not offering premade graphs via {serverUrl}/datasets/graphs
for example, it used to show graph of all plant populations. | 1.0 | Premade graphs empty in server api - On government webpage, server is not offering premade graphs via {serverUrl}/datasets/graphs
for example, it used to show graph of all plant populations. | priority | premade graphs empty in server api on government webpage server is not offering premade graphs via serverurl datasets graphs for example it used to show graph of all plant populations | 1 |
455,521 | 13,128,494,443 | IssuesEvent | 2020-08-06 12:24:29 | flextype/flextype | https://api.github.com/repos/flextype/flextype | opened | GraphQL implementation. | priority: medium type: feature | We should have GraphQL implementation in Flextype Core.
Possible build it on top of this lib: https://github.com/webonyx/graphql-php
by @webonyx | 1.0 | GraphQL implementation. - We should have GraphQL implementation in Flextype Core.
Possible build it on top of this lib: https://github.com/webonyx/graphql-php
by @webonyx | priority | graphql implementation we should have graphql implementation in flextype core possible build it on top of this lib by webonyx | 1 |
279,934 | 8,676,009,344 | IssuesEvent | 2018-11-30 12:48:41 | canonical-websites/snapcraft.io | https://api.github.com/repos/canonical-websites/snapcraft.io | closed | Prettier/Black pre-commit hook always commits whole file | Priority: Medium | Prettier/Black pre-commit hooks that we have set to format files in the commit, but if only part of the changes in a file are part of the commit EVERYTHING will be formatted and added to commit by a hook leading to unintentionally commit, possibly not working code.
### Steps to reproduce the problem
1. Edit any JS file, make couple of changes in different places
2. Add only one of the change to the commit (using some editor built in git GUI or interactive `git add -p`)
3. Commit changes (expecting only one staged to appear in the commit)
4. Whole file will be added to commit by pre-commit hook
| 1.0 | Prettier/Black pre-commit hook always commits whole file - Prettier/Black pre-commit hooks that we have set to format files in the commit, but if only part of the changes in a file are part of the commit EVERYTHING will be formatted and added to commit by a hook leading to unintentionally commit, possibly not working code.
### Steps to reproduce the problem
1. Edit any JS file, make couple of changes in different places
2. Add only one of the change to the commit (using some editor built in git GUI or interactive `git add -p`)
3. Commit changes (expecting only one staged to appear in the commit)
4. Whole file will be added to commit by pre-commit hook
| priority | prettier black pre commit hook always commits whole file prettier black pre commit hooks that we have set to format files in the commit but if only part of the changes in a file are part of the commit everything will be formatted and added to commit by a hook leading to unintentionally commit possibly not working code steps to reproduce the problem edit any js file make couple of changes in different places add only one of the change to the commit using some editor built in git gui or interactive git add p commit changes expecting only one staged to appear in the commit whole file will be added to commit by pre commit hook | 1 |
690,346 | 23,654,745,294 | IssuesEvent | 2022-08-26 10:05:18 | projectdiscovery/nuclei | https://api.github.com/repos/projectdiscovery/nuclei | closed | Notify users if the passed in template will not be executed | Priority: Medium Status: Completed Type: Bug | The user is not notified that the template will not be executed. We should let them know that headless templates require the `-headless` flag.
```sh
nuclei -t headless.yaml -u https://www.instagram.com/jerkingmad -v
```
```yaml
id: template-id
info:
name: Template Name
author: forgedhallpass
severity: info
description: description
reference:
- https://
tags: tags
headless:
- steps:
- args:
url: "{{BaseURL}}"
action: navigate
- action: waitload
matchers:
- type: word
part: body
words:
- "Sorry, this page isn't available."
```

| 1.0 | Notify users if the passed in template will not be executed - The user is not notified that the template will not be executed. We should let them know that headless templates require the `-headless` flag.
```sh
nuclei -t headless.yaml -u https://www.instagram.com/jerkingmad -v
```
```yaml
id: template-id
info:
name: Template Name
author: forgedhallpass
severity: info
description: description
reference:
- https://
tags: tags
headless:
- steps:
- args:
url: "{{BaseURL}}"
action: navigate
- action: waitload
matchers:
- type: word
part: body
words:
- "Sorry, this page isn't available."
```

| priority | notify users if the passed in template will not be executed the user is not notified that the template will not be executed we should let them know that headless templates require the headless flag sh nuclei t headless yaml u v yaml id template id info name template name author forgedhallpass severity info description description reference https tags tags headless steps args url baseurl action navigate action waitload matchers type word part body words sorry this page isn t available | 1 |
508,792 | 14,705,983,117 | IssuesEvent | 2021-01-04 19:04:33 | airbytehq/airbyte | https://api.github.com/repos/airbytehq/airbyte | opened | correct source/destination configs flash red after successful checks in the UI | priority/medium type/bug | ## Expected Behavior
Inputs for sources/destinations should either flash green or not change border color at all when connection checks succeed.
## Current Behavior
Right now, they flash red for a brief moment as it shows the success message, before continuing to the next view.
## Steps to Reproduce
1. Configure the exchange rate api as a source with correct inputs
## Severity of the bug for you2. Heroku doesn't offer persistent disk storage
We do have https://github.com/airbytehq/airbyte/issues/1494 to address this.Medium
| 1.0 | correct source/destination configs flash red after successful checks in the UI - ## Expected Behavior
Inputs for sources/destinations should either flash green or not change border color at all when connection checks succeed.
## Current Behavior
Right now, they flash red for a brief moment as it shows the success message, before continuing to the next view.
## Steps to Reproduce
1. Configure the exchange rate api as a source with correct inputs
## Severity of the bug for you2. Heroku doesn't offer persistent disk storage
We do have https://github.com/airbytehq/airbyte/issues/1494 to address this.Medium
| priority | correct source destination configs flash red after successful checks in the ui expected behavior inputs for sources destinations should either flash green or not change border color at all when connection checks succeed current behavior right now they flash red for a brief moment as it shows the success message before continuing to the next view steps to reproduce configure the exchange rate api as a source with correct inputs severity of the bug for heroku doesn t offer persistent disk storage we do have to address this medium | 1 |
505,215 | 14,629,879,097 | IssuesEvent | 2020-12-23 16:37:52 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | Web component: Content block - simple Prod QA testing | QA dev complete package: web components priority: medium | <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer using the ibm.com Library `Content block - simple`
> I need to:
have a version of the component that has been tested for accessibility compliance as well as on multiple browsers and platforms
> so that I can:
be confident that my ibm.com web site users will have a good experience
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- [Browser Stack link](https://ibm.ent.box.com/notes/578734426612)
- [Browser Standard](https://w3.ibm.com/standards/web/browser/)
- Browser versions to be tested: Tier 1 browsers will be tested with defects created as Sev 1 or Sev 2. Tier 2 browser defects will be created as Sev 3 defects.
- Platforms to be tested, by priority: 1) Desktop 2) Mobile 3) Tablet
- Mobile & Tablet iOS versions: 13.1, 13.3 and 14
- Mobile & Tablet Android versions: 9.0 Pie and 8.1 Oreo
- Browsers to be tested: Desktop: Chrome, Firefox, Safari, Edge, Mobile: Chrome, Safari, Samsung Internet, UC Browser, Tablet: Safari, Chrome, Android
- [Accessibility Checklist](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html)
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- **See the Epic for the Design and Functional specs information**
- Dev issue (#3792)
- Once development is finished the updated code is available in the [**Web Components Canary Environment**](https://ibmdotcom-web-components-canary.mybluemix.net/?path=/story/overview-getting-started--page) for testing.
- [**React canary environment**](https://ibmdotcom-react-canary.mybluemix.net/?path=/story/overview-getting-started--page)
#### Acceptance criteria
- [ ] Accessibility testing is complete. Component is compliant.
- [ ] All browser versions are tested
- [ ] All operating systems are tested
- [ ] All devices are tested
- [ ] Defects are recorded and retested when fixed | 1.0 | Web component: Content block - simple Prod QA testing - <!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} -->
> As a `[user role below]`:
developer using the ibm.com Library `Content block - simple`
> I need to:
have a version of the component that has been tested for accessibility compliance as well as on multiple browsers and platforms
> so that I can:
be confident that my ibm.com web site users will have a good experience
#### Additional information
<!-- {{Please provide any additional information or resources for reference}} -->
- [Browser Stack link](https://ibm.ent.box.com/notes/578734426612)
- [Browser Standard](https://w3.ibm.com/standards/web/browser/)
- Browser versions to be tested: Tier 1 browsers will be tested with defects created as Sev 1 or Sev 2. Tier 2 browser defects will be created as Sev 3 defects.
- Platforms to be tested, by priority: 1) Desktop 2) Mobile 3) Tablet
- Mobile & Tablet iOS versions: 13.1, 13.3 and 14
- Mobile & Tablet Android versions: 9.0 Pie and 8.1 Oreo
- Browsers to be tested: Desktop: Chrome, Firefox, Safari, Edge, Mobile: Chrome, Safari, Samsung Internet, UC Browser, Tablet: Safari, Chrome, Android
- [Accessibility Checklist](https://www.ibm.com/able/guidelines/ci162/accessibility_checklist.html)
- [Creating a QA bug](https://ibm.ent.box.com/notes/603242247385)
- **See the Epic for the Design and Functional specs information**
- Dev issue (#3792)
- Once development is finished the updated code is available in the [**Web Components Canary Environment**](https://ibmdotcom-web-components-canary.mybluemix.net/?path=/story/overview-getting-started--page) for testing.
- [**React canary environment**](https://ibmdotcom-react-canary.mybluemix.net/?path=/story/overview-getting-started--page)
#### Acceptance criteria
- [ ] Accessibility testing is complete. Component is compliant.
- [ ] All browser versions are tested
- [ ] All operating systems are tested
- [ ] All devices are tested
- [ ] Defects are recorded and retested when fixed | priority | web component content block simple prod qa testing user story as a developer using the ibm com library content block simple i need to have a version of the component that has been tested for accessibility compliance as well as on multiple browsers and platforms so that i can be confident that my ibm com web site users will have a good experience additional information browser versions to be tested tier browsers will be tested with defects created as sev or sev tier browser defects will be created as sev defects platforms to be tested by priority desktop mobile tablet mobile tablet ios versions and mobile tablet android versions pie and oreo browsers to be tested desktop chrome firefox safari edge mobile chrome safari samsung internet uc browser tablet safari chrome android see the epic for the design and functional specs information dev issue once development is finished the updated code is available in the for testing acceptance criteria accessibility testing is complete component is compliant all browser versions are tested all operating systems are tested all devices are tested defects are recorded and retested when fixed | 1 |
626,672 | 19,830,691,797 | IssuesEvent | 2022-01-20 11:39:19 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | В Отчётах рецептурного журнала колбасного цеха добавить параметр "подразделение" | Type-Enhancement Priority-Medium Meat | Originally reported on Google Code with ID 2278
```
Добавить в параметры отчётов выбор подразделения (которое ограничить как указано в топике
2277).
Если подразделение не выбрано то строить по всем подразделениям
Так же и группы готовой продукции в этих же отчётах. Сделать - если не выбрана группа
строить по всем
```
Reported by `stasgm` on 2010-12-06 10:29:26
| 1.0 | В Отчётах рецептурного журнала колбасного цеха добавить параметр "подразделение" - Originally reported on Google Code with ID 2278
```
Добавить в параметры отчётов выбор подразделения (которое ограничить как указано в топике
2277).
Если подразделение не выбрано то строить по всем подразделениям
Так же и группы готовой продукции в этих же отчётах. Сделать - если не выбрана группа
строить по всем
```
Reported by `stasgm` on 2010-12-06 10:29:26
| priority | в отчётах рецептурного журнала колбасного цеха добавить параметр подразделение originally reported on google code with id добавить в параметры отчётов выбор подразделения которое ограничить как указано в топике если подразделение не выбрано то строить по всем подразделениям так же и группы готовой продукции в этих же отчётах сделать если не выбрана группа строить по всем reported by stasgm on | 1 |
756,104 | 26,457,735,034 | IssuesEvent | 2023-01-16 15:23:11 | hoffstadt/DearPyGui | https://api.github.com/repos/hoffstadt/DearPyGui | closed | Exit button does not maintain red color on hover | platform: Windows can't reproduce priority: medium type: bug | ## Version of Dear PyGui
Version: 1.3.1
Operating System: Windows 10
## My Issue/Question
When attempting to exit a dearpygui viewport window in Windows, if you hover over the 'X', it is momentarily red instead of staying a steady red (as other applications do).
## To Reproduce
Steps to reproduce the behavior:
1. Load any dearpygui viewport
2. Hover over the 'X' on the Windows window, and notice that it turns red initially, but then goes back to grey.
3. Move the mouse slightly and notice that it continually moves between red and grey.
## Expected behavior
When hovering over the exit button, the button should be a steady red color.
## Screenshots/Video
This is difficult to show in an image, but I am hovering over the 'X' (as evidenced by the "close" text), and the background is not red.
#### dearpygui example

#### firefox example

## Standalone, minimal, complete and verifiable example
Any example works, but here's one from the docs.
```python
import dearpygui.dearpygui as dpg
import dearpygui.demo as demo
dpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=600)
demo.show_demo()
dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```
| 1.0 | Exit button does not maintain red color on hover - ## Version of Dear PyGui
Version: 1.3.1
Operating System: Windows 10
## My Issue/Question
When attempting to exit a dearpygui viewport window in Windows, if you hover over the 'X', it is momentarily red instead of staying a steady red (as other applications do).
## To Reproduce
Steps to reproduce the behavior:
1. Load any dearpygui viewport
2. Hover over the 'X' on the Windows window, and notice that it turns red initially, but then goes back to grey.
3. Move the mouse slightly and notice that it continually moves between red and grey.
## Expected behavior
When hovering over the exit button, the button should be a steady red color.
## Screenshots/Video
This is difficult to show in an image, but I am hovering over the 'X' (as evidenced by the "close" text), and the background is not red.
#### dearpygui example

#### firefox example

## Standalone, minimal, complete and verifiable example
Any example works, but here's one from the docs.
```python
import dearpygui.dearpygui as dpg
import dearpygui.demo as demo
dpg.create_context()
dpg.create_viewport(title='Custom Title', width=600, height=600)
demo.show_demo()
dpg.setup_dearpygui()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
```
| priority | exit button does not maintain red color on hover version of dear pygui version operating system windows my issue question when attempting to exit a dearpygui viewport window in windows if you hover over the x it is momentarily red instead of staying a steady red as other applications do to reproduce steps to reproduce the behavior load any dearpygui viewport hover over the x on the windows window and notice that it turns red initially but then goes back to grey move the mouse slightly and notice that it continually moves between red and grey expected behavior when hovering over the exit button the button should be a steady red color screenshots video this is difficult to show in an image but i am hovering over the x as evidenced by the close text and the background is not red dearpygui example firefox example standalone minimal complete and verifiable example any example works but here s one from the docs python import dearpygui dearpygui as dpg import dearpygui demo as demo dpg create context dpg create viewport title custom title width height demo show demo dpg setup dearpygui dpg show viewport dpg start dearpygui dpg destroy context | 1 |
322,400 | 9,817,249,656 | IssuesEvent | 2019-06-13 16:16:42 | codesardine/Jade-Application-Kit | https://api.github.com/repos/codesardine/Jade-Application-Kit | closed | remove window shadows in Dock mode | Medium Priority bug enhancement | this should be just finding the right css classes, needs more testing!
| 1.0 | remove window shadows in Dock mode - this should be just finding the right css classes, needs more testing!
| priority | remove window shadows in dock mode this should be just finding the right css classes needs more testing | 1 |
213,817 | 7,260,709,196 | IssuesEvent | 2018-02-18 13:20:56 | SWE-574-Spring-2018/LinkyWay | https://api.github.com/repos/SWE-574-Spring-2018/LinkyWay | closed | First draft for project plan should be created | management priority-medium | A high level project plan should be created without going into much details. | 1.0 | First draft for project plan should be created - A high level project plan should be created without going into much details. | priority | first draft for project plan should be created a high level project plan should be created without going into much details | 1 |
44,310 | 2,903,452,085 | IssuesEvent | 2015-06-18 13:31:42 | rasmi/civic-graph | https://api.github.com/repos/rasmi/civic-graph | closed | Place "No Information" text at the bottom. | priority-medium | If there is no data, display that text below fields with data. | 1.0 | Place "No Information" text at the bottom. - If there is no data, display that text below fields with data. | priority | place no information text at the bottom if there is no data display that text below fields with data | 1 |
97,376 | 3,989,359,639 | IssuesEvent | 2016-05-09 13:47:01 | ImageEngine/gaffer | https://api.github.com/repos/ImageEngine/gaffer | closed | asciidoc conversion upset by ${ in source text | component-docs priority-medium type-bug | For example, the instancer node has these notes in it's documentation:
`Per-instance variation can be achieved using the
${instancer:id} variable in the upstream instance graph.
A common use case is to use this to randomise the index
`
The ${instancer:id} is caught as an asciidoc attribute, rather than plain text, giving this warning:
`asciidoc: WARNING: nodeDescription_dynamicContent.txt: line 2275: illegal system attribute name: instancer`
This causes the rest of that line to be omitted from the resulting html.
Find some way of avoiding this.
| 1.0 | asciidoc conversion upset by ${ in source text - For example, the instancer node has these notes in it's documentation:
`Per-instance variation can be achieved using the
${instancer:id} variable in the upstream instance graph.
A common use case is to use this to randomise the index
`
The ${instancer:id} is caught as an asciidoc attribute, rather than plain text, giving this warning:
`asciidoc: WARNING: nodeDescription_dynamicContent.txt: line 2275: illegal system attribute name: instancer`
This causes the rest of that line to be omitted from the resulting html.
Find some way of avoiding this.
| priority | asciidoc conversion upset by in source text for example the instancer node has these notes in it s documentation per instance variation can be achieved using the instancer id variable in the upstream instance graph a common use case is to use this to randomise the index the instancer id is caught as an asciidoc attribute rather than plain text giving this warning asciidoc warning nodedescription dynamiccontent txt line illegal system attribute name instancer this causes the rest of that line to be omitted from the resulting html find some way of avoiding this | 1 |
647,730 | 21,154,465,659 | IssuesEvent | 2022-04-07 00:34:21 | belav/csharpier | https://api.github.com/repos/belav/csharpier | closed | Conditional access edge cases | type:bug area:formatting priority:medium | These may be related to the way #596 edge cases are handled
```c#
// these do not format consistently if you remove the ?
output.Measurements.Add(
new BenchmarkMeasurement
{
Timestamp = DateTime.UtcNow,
Name = "blazorwasm/commit",
Value = typeof(Program).Assembly
.GetCustomAttributes<AssemblyMetadataAttribute>()
.FirstOrDefault(f => f.Key == "CommitHash")?.Value,
}
);
var runtimeVersion =
typeof(object).Assembly
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
?.InformationalVersion ?? "Unknown";
return httpContext.RequestServices
?.GetService<IOptions<JsonOptions>>()
?.Value?.SerializerOptions ?? JsonOptions.DefaultSerializerOptions;
var ignoredSourceMembers = _sourceMemberConfigs?
.Values.Where(smc => smc.IsIgnored())
.Select(pm => pm.SourceMember.Name); | 1.0 | Conditional access edge cases - These may be related to the way #596 edge cases are handled
```c#
// these do not format consistently if you remove the ?
output.Measurements.Add(
new BenchmarkMeasurement
{
Timestamp = DateTime.UtcNow,
Name = "blazorwasm/commit",
Value = typeof(Program).Assembly
.GetCustomAttributes<AssemblyMetadataAttribute>()
.FirstOrDefault(f => f.Key == "CommitHash")?.Value,
}
);
var runtimeVersion =
typeof(object).Assembly
.GetCustomAttribute<AssemblyInformationalVersionAttribute>()
?.InformationalVersion ?? "Unknown";
return httpContext.RequestServices
?.GetService<IOptions<JsonOptions>>()
?.Value?.SerializerOptions ?? JsonOptions.DefaultSerializerOptions;
var ignoredSourceMembers = _sourceMemberConfigs?
.Values.Where(smc => smc.IsIgnored())
.Select(pm => pm.SourceMember.Name); | priority | conditional access edge cases these may be related to the way edge cases are handled c these do not format consistently if you remove the output measurements add new benchmarkmeasurement timestamp datetime utcnow name blazorwasm commit value typeof program assembly getcustomattributes firstordefault f f key commithash value var runtimeversion typeof object assembly getcustomattribute informationalversion unknown return httpcontext requestservices getservice value serializeroptions jsonoptions defaultserializeroptions var ignoredsourcemembers sourcememberconfigs values where smc smc isignored select pm pm sourcemember name | 1 |
72,591 | 3,388,399,006 | IssuesEvent | 2015-11-29 08:19:43 | crutchcorn/stagger | https://api.github.com/repos/crutchcorn/stagger | closed | Validate frame fields as they are being set | bug Priority Medium | ```
Probably this'll involve adding __setattr__/__getattr__ to Frame. Or maybe
we can add properties on the fly?
This will also help with issue 9. (Upgrading "foo" to ["foo"] for sequence
fields.)
```
Original issue reported on code.google.com by `Karoly.Lorentey` on 15 Jun 2009 at 2:29 | 1.0 | Validate frame fields as they are being set - ```
Probably this'll involve adding __setattr__/__getattr__ to Frame. Or maybe
we can add properties on the fly?
This will also help with issue 9. (Upgrading "foo" to ["foo"] for sequence
fields.)
```
Original issue reported on code.google.com by `Karoly.Lorentey` on 15 Jun 2009 at 2:29 | priority | validate frame fields as they are being set probably this ll involve adding setattr getattr to frame or maybe we can add properties on the fly this will also help with issue upgrading foo to for sequence fields original issue reported on code google com by karoly lorentey on jun at | 1 |
806,361 | 29,813,260,456 | IssuesEvent | 2023-06-16 16:46:41 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL][Unit Test] Unit test flaky across builds MasterFailoverRetryAddTableToXcluster | kind/bug area/docdb priority/medium | Jira Link: [DB-6647](https://yugabyte.atlassian.net/browse/DB-6647)
### Description
Following test case has been flaky since introduced: XClusterYsqlIndexTest.MasterFailoverRetryAddTableToXcluster
It is failing with below error:
```
../../src/yb/integration-tests/xcluster/xcluster_ysql_index-test.cc:321
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:330): Execute of 'CREATE INDEX test_index ON test_table (id2 ASC)' failed: 7, message: ERROR: Timed out waiting for Create Table (pgsql error XX000) (aux msg ERROR: Timed out waiting for Create Table)
```
Stability: https://detective-gcp.dev.yugabyte.com/stability/test?analyze_trends=true&branch=master&build_type=all&class=XClusterYsqlIndexTest&fail_tag=all&name=MasterFailoverRetryAddTableToXcluster&platform=linux
Jenkins log: https://jenkins.dev.yugabyte.com/job/github-yugabyte-db-alma8-master-clang16-debug-aarch64/132/testReport/junit/(root)/XClusterYsqlIndexTest/MasterFailoverRetryAddTableToXcluster/
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-6647]: https://yugabyte.atlassian.net/browse/DB-6647?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YSQL][Unit Test] Unit test flaky across builds MasterFailoverRetryAddTableToXcluster - Jira Link: [DB-6647](https://yugabyte.atlassian.net/browse/DB-6647)
### Description
Following test case has been flaky since introduced: XClusterYsqlIndexTest.MasterFailoverRetryAddTableToXcluster
It is failing with below error:
```
../../src/yb/integration-tests/xcluster/xcluster_ysql_index-test.cc:321
Failed
Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:330): Execute of 'CREATE INDEX test_index ON test_table (id2 ASC)' failed: 7, message: ERROR: Timed out waiting for Create Table (pgsql error XX000) (aux msg ERROR: Timed out waiting for Create Table)
```
Stability: https://detective-gcp.dev.yugabyte.com/stability/test?analyze_trends=true&branch=master&build_type=all&class=XClusterYsqlIndexTest&fail_tag=all&name=MasterFailoverRetryAddTableToXcluster&platform=linux
Jenkins log: https://jenkins.dev.yugabyte.com/job/github-yugabyte-db-alma8-master-clang16-debug-aarch64/132/testReport/junit/(root)/XClusterYsqlIndexTest/MasterFailoverRetryAddTableToXcluster/
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-6647]: https://yugabyte.atlassian.net/browse/DB-6647?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | unit test flaky across builds masterfailoverretryaddtabletoxcluster jira link description following test case has been flaky since introduced xclusterysqlindextest masterfailoverretryaddtabletoxcluster it is failing with below error src yb integration tests xcluster xcluster ysql index test cc failed bad status network error yb yql pgwrapper libpq utils cc execute of create index test index on test table asc failed message error timed out waiting for create table pgsql error aux msg error timed out waiting for create table stability jenkins log warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
370,780 | 10,948,645,347 | IssuesEvent | 2019-11-26 09:19:17 | tunapanda/swag | https://api.github.com/repos/tunapanda/swag | closed | Lesson Item Component MVP | frontend points:5 priority:medium type:feature | As a frontend engineer, I would like a reusable component to display lessons in a list.
- [ ] Basic Template and styling
- [ ] Show status of topic ((in)complete or having (in)complete dependencies)
- [ ] Optionally show chapters of topic and their completion status
- [ ] Any interaction
- [ ] Test interaction | 1.0 | Lesson Item Component MVP - As a frontend engineer, I would like a reusable component to display lessons in a list.
- [ ] Basic Template and styling
- [ ] Show status of topic ((in)complete or having (in)complete dependencies)
- [ ] Optionally show chapters of topic and their completion status
- [ ] Any interaction
- [ ] Test interaction | priority | lesson item component mvp as a frontend engineer i would like a reusable component to display lessons in a list basic template and styling show status of topic in complete or having in complete dependencies optionally show chapters of topic and their completion status any interaction test interaction | 1 |
529,962 | 15,398,568,362 | IssuesEvent | 2021-03-04 00:18:10 | oresat/oresat-linux | https://api.github.com/repos/oresat/oresat-linux | opened | Boot partition | medium priority | Should modify the image_builder.sh script to use two partition (boot and root). | 1.0 | Boot partition - Should modify the image_builder.sh script to use two partition (boot and root). | priority | boot partition should modify the image builder sh script to use two partition boot and root | 1 |
220,354 | 7,359,385,401 | IssuesEvent | 2018-03-10 05:48:08 | QueensRideshare/Qshare | https://api.github.com/repos/QueensRideshare/Qshare | closed | Add 'rides joined' list to profile page 🏎️ | enhancement priority: required (medium) | ## Consider refactoring profile page ride listings into new table format
filter functionality is not necessary for 1 - 5 rides.
- User will likely only join 1 / 2 ride at a time
- Look into alternate ride list options to link all rides which user is a passenger of
- Profile page will show both **rides posted** & **rides joined**
| 1.0 | Add 'rides joined' list to profile page 🏎️ - ## Consider refactoring profile page ride listings into new table format
filter functionality is not necessary for 1 - 5 rides.
- User will likely only join 1 / 2 ride at a time
- Look into alternate ride list options to link all rides which user is a passenger of
- Profile page will show both **rides posted** & **rides joined**
| priority | add rides joined list to profile page 🏎️ consider refactoring profile page ride listings into new table format filter functionality is not necessary for rides user will likely only join ride at a time look into alternate ride list options to link all rides which user is a passenger of profile page will show both rides posted rides joined | 1 |
65,261 | 3,227,386,835 | IssuesEvent | 2015-10-11 05:10:13 | sohelvali/Test-Git-Issue | https://api.github.com/repos/sohelvali/Test-Git-Issue | closed | Forest plot* search fails to find term | Bugs Highlights Medium Priority Search Query | Steps to replicate:
1. search for "forest plot*" in Clinical Studies section (see screenshot)
2. add ELIQUIS label to comparison panel
3. no highlighted term appears in Clinical Studies section, and within label search fails to find term "forest" (see screenshot) | 1.0 | Forest plot* search fails to find term - Steps to replicate:
1. search for "forest plot*" in Clinical Studies section (see screenshot)
2. add ELIQUIS label to comparison panel
3. no highlighted term appears in Clinical Studies section, and within label search fails to find term "forest" (see screenshot) | priority | forest plot search fails to find term steps to replicate search for forest plot in clinical studies section see screenshot add eliquis label to comparison panel no highlighted term appears in clinical studies section and within label search fails to find term forest see screenshot | 1 |
280,497 | 8,682,664,117 | IssuesEvent | 2018-12-02 10:54:48 | bounswe/bounswe2018group3 | https://api.github.com/repos/bounswe/bounswe2018group3 | opened | Redirect E-mail Confirmation page to the Frontend from the Backend | Backend difficulty : medium priority : low type : enhancement | When e-mail confirmation link is used, the user arrives at the backend endpoint of this function. This should be changed. | 1.0 | Redirect E-mail Confirmation page to the Frontend from the Backend - When e-mail confirmation link is used, the user arrives at the backend endpoint of this function. This should be changed. | priority | redirect e mail confirmation page to the frontend from the backend when e mail confirmation link is used the user arrives at the backend endpoint of this function this should be changed | 1 |
391,393 | 11,572,893,403 | IssuesEvent | 2020-02-21 01:35:04 | inexorgame/vulkan-renderer | https://api.github.com/repos/inexorgame/vulkan-renderer | closed | Use a staging buffer and a separated transfer queue (if existent) for memory transfer from CPU to GPU. | difficulty: medium feature priority: high problem: performance refactoring | The [memory mapping](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/memory_mapping.html) that we use currently is not as fast as using a staging buffer as pointed out by the [Vulkan Tutorial](https://vulkan-tutorial.com/). It is much faster to use a [staging buffer](https://vulkan-tutorial.com/Vertex_buffers/Staging_buffer). | 1.0 | Use a staging buffer and a separated transfer queue (if existent) for memory transfer from CPU to GPU. - The [memory mapping](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/memory_mapping.html) that we use currently is not as fast as using a staging buffer as pointed out by the [Vulkan Tutorial](https://vulkan-tutorial.com/). It is much faster to use a [staging buffer](https://vulkan-tutorial.com/Vertex_buffers/Staging_buffer). | priority | use a staging buffer and a separated transfer queue if existent for memory transfer from cpu to gpu the that we use currently is not as fast as using a staging buffer as pointed out by the it is much faster to use a | 1 |
488,436 | 14,077,436,371 | IssuesEvent | 2020-11-04 12:01:53 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | closed | [Prod/Dev] 404 error appears when open condition details from a position detail (when there are >1 conditions) | Medium priority QA Passed bug verify in production | See the video. The issue is reproducible only from a position's details page
https://drive.google.com/file/d/1vXi4CLZEBoOATyQunnUuwMVUyk6BCVFX/view
**steps:**
search for a position with >than 1 condition
open the position details
expand condition ids pop-uo
click on any condition ID
**AR:** 404 error appears
**ER:** a condition details is opened | 1.0 | [Prod/Dev] 404 error appears when open condition details from a position detail (when there are >1 conditions) - See the video. The issue is reproducible only from a position's details page
https://drive.google.com/file/d/1vXi4CLZEBoOATyQunnUuwMVUyk6BCVFX/view
**steps:**
search for a position with >than 1 condition
open the position details
expand condition ids pop-uo
click on any condition ID
**AR:** 404 error appears
**ER:** a condition details is opened | priority | error appears when open condition details from a position detail when there are conditions see the video the issue is reproducible only from a position s details page steps search for a position with than condition open the position details expand condition ids pop uo click on any condition id ar error appears er a condition details is opened | 1 |
774,441 | 27,196,971,132 | IssuesEvent | 2023-02-20 06:25:47 | KDT3-MiniProject-8/MiniProject-BE | https://api.github.com/repos/KDT3-MiniProject-8/MiniProject-BE | closed | Feat : 구매 서비스 - 구매(신청), 조회, 구매 취소 기능 개발 | For: API Priority: Medium Status: In Progress Type: Feature | ## Description(설명)
구매 신청 및 구매 취소 기능 개발
장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정
## Tasks(New feature)
- [ ] 구매 테이블 생성(purchase)
- [ ] 구매(신청) / 대출 조회 / 예금(적금) 조회 / 1개삭제(신청 취소) / 전체 삭제(취소)
| 1.0 | Feat : 구매 서비스 - 구매(신청), 조회, 구매 취소 기능 개발 - ## Description(설명)
구매 신청 및 구매 취소 기능 개발
장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정
## Tasks(New feature)
- [ ] 구매 테이블 생성(purchase)
- [ ] 구매(신청) / 대출 조회 / 예금(적금) 조회 / 1개삭제(신청 취소) / 전체 삭제(취소)
| priority | feat 구매 서비스 구매 신청 조회 구매 취소 기능 개발 description 설명 구매 신청 및 구매 취소 기능 개발 장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정 tasks new feature 구매 테이블 생성 purchase 구매 신청 대출 조회 예금 적금 조회 신청 취소 전체 삭제 취소 | 1 |
3,272 | 2,537,609,698 | IssuesEvent | 2015-01-26 21:45:41 | web2py/web2py | https://api.github.com/repos/web2py/web2py | opened | Bug with forking/multiprocessing -- launch directory | 1 star bug imported Priority-Medium | _From [rmathews_at_gmail.com](https://code.google.com/u/rmathews_at_gmail.com/) on December 20, 2014 08:06:57_
I have a weird bug that seems to be triggered when using the multiprocessing module, if web2py is launched from another directory.
I've tried to isolate the issue. To reproduce the issue, take a clean web2py source tarball, and make the following changes:
1. to the end of applications/welcome/controllers/default.py add the lines:
import alpha
def bravo():
return alpha.charlie()
2. create a new file applications\welcome\modules\alpha.py with the following content
from multiprocessing import Process, Manager
def delta(output):
output.append('Hello, world!')
def charlie():
output = Manager().list()
p = Process(target=delta, args=(output,))
p.start()
p.join()
return output[0]
3. run it normally,
d:\code\temp\web2py>python web2py.py
... hit http://127.0.0.1:8000/welcome/default/bravo ... everything works
4. change the current working directory, and relaunch
d:\code\temp\web2py>cd ..
d:\code\temp>python web2py\web2py.py
and you get an error. An unhelpful ticket, but the console has the following traceback:
Traceback (most recent call last):
File "<string>", line 1, in \<module>
File "D:\Python27\lib\multiprocessing\forking.py", line 380, in main
prepare(preparation_data)
File "D:\Python27\lib\multiprocessing\forking.py", line 489, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named web2py
If it helps, I put a print statement before File "D:\Python27\lib\multiprocessing\forking.py", line 489, and it printed out:
['d:\\code\\temp\\web2py\\web2py']
Something is causing the path to add the directory web2py twice!
If I run the code from one directory above that:
d:\code\temp>cd ..
d:\code>python temp\web2py\web2py.py
then the following is printed:
['d:\\code\\temp\\web2py\\temp\\web2py']
Again the path is repeated twice.
Can anyone help me understand what is causing this issue? What is a potential fix?
If it helps, the real bug got triggered when running web2py behind Apache on Windows (modwsgi), since the wsgi script was launched from some random Apache directory.
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2030_ | 1.0 | Bug with forking/multiprocessing -- launch directory - _From [rmathews_at_gmail.com](https://code.google.com/u/rmathews_at_gmail.com/) on December 20, 2014 08:06:57_
I have a weird bug that seems to be triggered when using the multiprocessing module, if web2py is launched from another directory.
I've tried to isolate the issue. To reproduce the issue, take a clean web2py source tarball, and make the following changes:
1. to the end of applications/welcome/controllers/default.py add the lines:
import alpha
def bravo():
return alpha.charlie()
2. create a new file applications\welcome\modules\alpha.py with the following content
from multiprocessing import Process, Manager
def delta(output):
output.append('Hello, world!')
def charlie():
output = Manager().list()
p = Process(target=delta, args=(output,))
p.start()
p.join()
return output[0]
3. run it normally,
d:\code\temp\web2py>python web2py.py
... hit http://127.0.0.1:8000/welcome/default/bravo ... everything works
4. change the current working directory, and relaunch
d:\code\temp\web2py>cd ..
d:\code\temp>python web2py\web2py.py
and you get an error. An unhelpful ticket, but the console has the following traceback:
Traceback (most recent call last):
File "<string>", line 1, in \<module>
File "D:\Python27\lib\multiprocessing\forking.py", line 380, in main
prepare(preparation_data)
File "D:\Python27\lib\multiprocessing\forking.py", line 489, in prepare
file, path_name, etc = imp.find_module(main_name, dirs)
ImportError: No module named web2py
If it helps, I put a print statement before File "D:\Python27\lib\multiprocessing\forking.py", line 489, and it printed out:
['d:\\code\\temp\\web2py\\web2py']
Something is causing the path to add the directory web2py twice!
If I run the code from one directory above that:
d:\code\temp>cd ..
d:\code>python temp\web2py\web2py.py
then the following is printed:
['d:\\code\\temp\\web2py\\temp\\web2py']
Again the path is repeated twice.
Can anyone help me understand what is causing this issue? What is a potential fix?
If it helps, the real bug got triggered when running web2py behind Apache on Windows (modwsgi), since the wsgi script was launched from some random Apache directory.
_Original issue: http://code.google.com/p/web2py/issues/detail?id=2030_ | priority | bug with forking multiprocessing launch directory from on december i have a weird bug that seems to be triggered when using the multiprocessing module if is launched from another directory i ve tried to isolate the issue to reproduce the issue take a clean source tarball and make the following changes to the end of applications welcome controllers default py add the lines import alpha def bravo return alpha charlie create a new file applications welcome modules alpha py with the following content from multiprocessing import process manager def delta output output append hello world def charlie output manager list p process target delta args output p start p join return output run it normally d code temp python py hit everything works change the current working directory and relaunch d code temp cd d code temp python py and you get an error an unhelpful ticket but the console has the following traceback traceback most recent call last file line in file d lib multiprocessing forking py line in main prepare preparation data file d lib multiprocessing forking py line in prepare file path name etc imp find module main name dirs importerror no module named if it helps i put a print statement before file d lib multiprocessing forking py line and it printed out something is causing the path to add the directory twice if i run the code from one directory above that d code temp cd d code python temp py then the following is printed again the path is repeated twice can anyone help me understand what is causing this issue what is a potential fix if it helps the real bug got triggered when running behind apache on windows modwsgi since the wsgi script was launched from some random apache directory original issue | 1 |
791,183 | 27,854,409,916 | IssuesEvent | 2023-03-20 21:26:03 | ITI/searcch | https://api.github.com/repos/ITI/searcch | closed | User Change Email Address | priority: medium | As researchers move between organizations, their email addresses change. Users should be able to change their email address in SEARCCH so that as they move, they can keep their SEARCCH account intact. | 1.0 | User Change Email Address - As researchers move between organizations, their email addresses change. Users should be able to change their email address in SEARCCH so that as they move, they can keep their SEARCCH account intact. | priority | user change email address as researchers move between organizations their email addresses change users should be able to change their email address in searcch so that as they move they can keep their searcch account intact | 1 |
345,971 | 10,375,236,671 | IssuesEvent | 2019-09-09 11:32:36 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Replace default `_id` by `id` with Mongoose | priority: medium type: enhancement 💅 | When the schema is generated, the primaryKey used is `_id`.
But following the OpenCRUD and other GraphQL convention, the flag "_" should not be used for variable like `title` or `content`
I already try to change it inside the plugin and it seems to work with MongoDB because there are the two fields `_id` and `id` inside an document (but I don't try with MySQL).
But even after change the content of a document, the change looks good.
What do you think about it @Aurelsicoko ?
This is my snippet to test it (I already remove the value `_id` inside initialState):
```js
if (_.get(model, 'options.timestamps') === true) {
Object.assign(initialState, {
id: 'String',
createdAt: 'String',
updatedAt: 'String'
});
Object.assign(acc.resolver[globalId], {
createdAt: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj.createdAt || obj.created_at;
},
updatedAt: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj.updatedAt || obj.updated_at;
},
id: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj._id || obj.id;
}
});
}
``` | 1.0 | Replace default `_id` by `id` with Mongoose - When the schema is generated, the primaryKey used is `_id`.
But following the OpenCRUD and other GraphQL convention, the flag "_" should not be used for variable like `title` or `content`
I already try to change it inside the plugin and it seems to work with MongoDB because there are the two fields `_id` and `id` inside an document (but I don't try with MySQL).
But even after change the content of a document, the change looks good.
What do you think about it @Aurelsicoko ?
This is my snippet to test it (I already remove the value `_id` inside initialState):
```js
if (_.get(model, 'options.timestamps') === true) {
Object.assign(initialState, {
id: 'String',
createdAt: 'String',
updatedAt: 'String'
});
Object.assign(acc.resolver[globalId], {
createdAt: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj.createdAt || obj.created_at;
},
updatedAt: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj.updatedAt || obj.updated_at;
},
id: (obj, options, context) => { // eslint-disable-line no-unused-vars
return obj._id || obj.id;
}
});
}
``` | priority | replace default id by id with mongoose when the schema is generated the primarykey used is id but following the opencrud and other graphql convention the flag should not be used for variable like title or content i already try to change it inside the plugin and it seems to work with mongodb because there are the two fields id and id inside an document but i don t try with mysql but even after change the content of a document the change looks good what do you think about it aurelsicoko this is my snippet to test it i already remove the value id inside initialstate js if get model options timestamps true object assign initialstate id string createdat string updatedat string object assign acc resolver createdat obj options context eslint disable line no unused vars return obj createdat obj created at updatedat obj options context eslint disable line no unused vars return obj updatedat obj updated at id obj options context eslint disable line no unused vars return obj id obj id | 1 |
588,156 | 17,649,037,987 | IssuesEvent | 2021-08-20 10:28:59 | frappe/ecommerce_integrations | https://api.github.com/repos/frappe/ecommerce_integrations | opened | Make item upload/update configurable and move this task to background | priority: low complexity: medium | - each item should have a checkbox to control whether that item needs to uploaded/updated to Shopify.
- Item update/upload should happen via background job and not a hook. | 1.0 | Make item upload/update configurable and move this task to background - - each item should have a checkbox to control whether that item needs to uploaded/updated to Shopify.
- Item update/upload should happen via background job and not a hook. | priority | make item upload update configurable and move this task to background each item should have a checkbox to control whether that item needs to uploaded updated to shopify item update upload should happen via background job and not a hook | 1 |
128,413 | 5,064,839,867 | IssuesEvent | 2016-12-23 09:06:40 | BinPar/PPD | https://api.github.com/repos/BinPar/PPD | opened | ENVIAR MENSAJE NOTIFICACION CUANDO SE SUBAN DOCUMENTOS AL REPOSITORIO | Priority: Medium | Se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje:
Ya está disponible el PDF del documento (Tipo documento) de la siguiente obra:
AUTOR (PRIMERA POSICIóN)
TÍTULO
NUMERO DE EDICIÓN
Pueden consutar su contenido pinchando en el siguiente enlace.
Se habilitarán los botones GUARDAR y GUARDAR Y COMUNICAR
@CristianBinpar | 1.0 | ENVIAR MENSAJE NOTIFICACION CUANDO SE SUBAN DOCUMENTOS AL REPOSITORIO - Se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje:
Ya está disponible el PDF del documento (Tipo documento) de la siguiente obra:
AUTOR (PRIMERA POSICIóN)
TÍTULO
NUMERO DE EDICIÓN
Pueden consutar su contenido pinchando en el siguiente enlace.
Se habilitarán los botones GUARDAR y GUARDAR Y COMUNICAR
@CristianBinpar | priority | enviar mensaje notificacion cuando se suban documentos al repositorio se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje ya está disponible el pdf del documento tipo documento de la siguiente obra autor primera posición título numero de edición pueden consutar su contenido pinchando en el siguiente enlace se habilitarán los botones guardar y guardar y comunicar cristianbinpar | 1 |
216,608 | 7,310,146,682 | IssuesEvent | 2018-02-28 14:12:32 | VALIDproject/netflower | https://api.github.com/repos/VALIDproject/netflower | closed | Sparklines Axis Labels on Hover | medium priority | On Hover Tooltip + Legende (Axenbeschriftung + Heading)
Sparklines Tooltip zu groß | 1.0 | Sparklines Axis Labels on Hover - On Hover Tooltip + Legende (Axenbeschriftung + Heading)
Sparklines Tooltip zu groß | priority | sparklines axis labels on hover on hover tooltip legende axenbeschriftung heading sparklines tooltip zu groß | 1 |
335,223 | 10,150,782,546 | IssuesEvent | 2019-08-05 18:35:00 | minio/minio | https://api.github.com/repos/minio/minio | closed | build github.com/minio/minio: cannot load archive/zip: cannot find module providing package archive/zip | community priority: medium triage | <!--- 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 -->
Install minio from source.
## 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 -->
Cannot find module `archive/zip`, i.e. cannot install minio.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Provide package `archive/zip`
## 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.
```
$ GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/minio/minio
```
## 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 -->
Installing minio.
## 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. -->
Minio used to work a couple of months ago through the same installation method on the same device. Don't remember more.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Operating System and version (`uname -a`):
```
Linux 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux
```
| 1.0 | build github.com/minio/minio: cannot load archive/zip: cannot find module providing package archive/zip - <!--- 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 -->
Install minio from source.
## 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 -->
Cannot find module `archive/zip`, i.e. cannot install minio.
## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
Provide package `archive/zip`
## 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.
```
$ GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/minio/minio
```
## 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 -->
Installing minio.
## 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. -->
Minio used to work a couple of months ago through the same installation method on the same device. Don't remember more.
## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Operating System and version (`uname -a`):
```
Linux 4.19.42-v7+ #1219 SMP Tue May 14 21:20:58 BST 2019 armv7l GNU/Linux
```
| priority | build github com minio minio cannot load archive zip cannot find module providing package archive zip expected behavior install minio from source current behavior cannot find module archive zip i e cannot install minio possible solution provide package archive zip steps to reproduce for bugs goproxy on go get github com minio minio context installing minio regression minio used to work a couple of months ago through the same installation method on the same device don t remember more your environment operating system and version uname a linux smp tue may bst gnu linux | 1 |
283,065 | 8,713,537,954 | IssuesEvent | 2018-12-07 03:07:59 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Problem with wrong python when using cli and multiple visit versions installed in a single directory. | bug likelihood medium priority reviewed severity medium | Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is his e-mail.
I've run into an issue with python confusion at execution time ...
I have 2.6.2 and 2.7.0 in the same release directory.
If "current" is linked to 2.7.0:
"visit -cli -nowin -v 2.7.0" works.
"visit -cli -nowin -v 2.6.2" fails with a boatload of python errors
If I change the "current" link to point to 2.6.2:
"visit -cli -nowin -v 2.6.2" works
"visit -cli -nowin -v 2.7.0" works
===========================================
Here's the output:
81 login02 $ ls -l current
lrwxrwxrwx 1 angel vis 5 Nov 26 14:40 current -> 2.6.2
82 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
Running: viewer2.6.2 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.6.4
(r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
on linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
83 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
84 login02 $ rm current; ln -s 2.7.0 current
85 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
86 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
'import site' failed; use -v for traceback Traceback (most recent call
last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'pjoin' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named visit
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'visit' is not defined
Python 2.6.4 (r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red
Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for
more information.
>>>
87 login02 $
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1677
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Problem with wrong python when using cli and multiple visit versions installed in a single directory.
Assigned to: Eric Brugger
Category:
Target version: 2.7.1
Author: Eric Brugger
Start: 12/05/2013
Due date:
% Done: 100
Estimated time: 12.0
Created: 12/05/2013 07:31 pm
Updated: 12/17/2013 05:10 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.7.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is his e-mail.
I've run into an issue with python confusion at execution time ...
I have 2.6.2 and 2.7.0 in the same release directory.
If "current" is linked to 2.7.0:
"visit -cli -nowin -v 2.7.0" works.
"visit -cli -nowin -v 2.6.2" fails with a boatload of python errors
If I change the "current" link to point to 2.6.2:
"visit -cli -nowin -v 2.6.2" works
"visit -cli -nowin -v 2.7.0" works
===========================================
Here's the output:
81 login02 $ ls -l current
lrwxrwxrwx 1 angel vis 5 Nov 26 14:40 current -> 2.6.2
82 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
Running: viewer2.6.2 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.6.4
(r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
on linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
83 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
84 login02 $ rm current; ln -s 2.7.0 current
85 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
86 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
'import site' failed; use -v for traceback Traceback (most recent call
last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'pjoin' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named visit
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'visit' is not defined
Python 2.6.4 (r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red
Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for
more information.
>>>
87 login02 $
Comments:
I was able to replicate this on our systems. So 2.6.2 is built with python 2.6 and 2.7.0 is built with python 2.7 and it is getting the python stuff through the current link, which is pointing to 2.7.0. So when 2.6.2 is run it is getting the python from 2.7.0, which is python 2.7 instead of the correct python 2.6.
I committed revisions 22477 and 22479 to the 2.7 RC and trunk with thefollowing change:1) I corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. I updated the release notes with a comment describing the change.M bin/frontendlauncherM resources/help/en_US/relnotes2.7.1.htmlI committed revisions 22486 and 22488 to the 2.7 RC and trunk with thefollowing change:1) I updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The frontendlauncher will now leave the argument list intact so that things work properly for arguments that are in quotes. This really fixes #1677.M bin/frontendlauncherI committed revisions 22492 and 22494 to the 2.7 RC and trunk with thefollowing change:1) I once again updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The fix now works when the "-v version" is specified in any position in the command line. This really really fixes #1677.M bin/frontendlauncherI committed revisions 22495 and 22497 to the 2.7 RC and trunk with thefollowing change:1) I once again updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The script now handles the case where -v is specified multiple times on the command line. This really really really fixes #1677.M bin/frontendlauncher
| 1.0 | Problem with wrong python when using cli and multiple visit versions installed in a single directory. - Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is his e-mail.
I've run into an issue with python confusion at execution time ...
I have 2.6.2 and 2.7.0 in the same release directory.
If "current" is linked to 2.7.0:
"visit -cli -nowin -v 2.7.0" works.
"visit -cli -nowin -v 2.6.2" fails with a boatload of python errors
If I change the "current" link to point to 2.6.2:
"visit -cli -nowin -v 2.6.2" works
"visit -cli -nowin -v 2.7.0" works
===========================================
Here's the output:
81 login02 $ ls -l current
lrwxrwxrwx 1 angel vis 5 Nov 26 14:40 current -> 2.6.2
82 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
Running: viewer2.6.2 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.6.4
(r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
on linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
83 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
84 login02 $ rm current; ln -s 2.7.0 current
85 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
86 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
'import site' failed; use -v for traceback Traceback (most recent call
last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'pjoin' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named visit
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'visit' is not defined
Python 2.6.4 (r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red
Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for
more information.
>>>
87 login02 $
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1677
Status: Resolved
Project: VisIt
Tracker: Bug
Priority: Urgent
Subject: Problem with wrong python when using cli and multiple visit versions installed in a single directory.
Assigned to: Eric Brugger
Category:
Target version: 2.7.1
Author: Eric Brugger
Start: 12/05/2013
Due date:
% Done: 100
Estimated time: 12.0
Created: 12/05/2013 07:31 pm
Updated: 12/17/2013 05:10 pm
Likelihood: 3 - Occasional
Severity: 3 - Major Irritation
Found in version: 2.7.0
Impact:
Expected Use:
OS: All
Support Group: Any
Description:
Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is his e-mail.
I've run into an issue with python confusion at execution time ...
I have 2.6.2 and 2.7.0 in the same release directory.
If "current" is linked to 2.7.0:
"visit -cli -nowin -v 2.7.0" works.
"visit -cli -nowin -v 2.6.2" fails with a boatload of python errors
If I change the "current" link to point to 2.6.2:
"visit -cli -nowin -v 2.6.2" works
"visit -cli -nowin -v 2.7.0" works
===========================================
Here's the output:
81 login02 $ ls -l current
lrwxrwxrwx 1 angel vis 5 Nov 26 14:40 current -> 2.6.2
82 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
Running: viewer2.6.2 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.6.4
(r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]
on linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
83 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
84 login02 $ rm current; ln -s 2.7.0 current
85 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.7.0
Running: cli2.7.0 -nowin
Running: viewer2.7.0 -noint -nowin -host 127.0.0.1 -port 5600 Python 2.7.5
(default, Nov 6 2013, 11:38:37) [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on
linux2 Type "help", "copyright", "credits" or "license" for more
information.
>>> (WORKS)
86 login02 $ /usr/cta/visit/bin/visit -nowin -cli -v 2.6.2
Running: cli2.6.2 -nowin
'import site' failed; use -v for traceback Traceback (most recent call
last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'pjoin' is not defined
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named visit
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/os.py",
line 398, in <module>
import UserDict
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/UserDic
t.py", line 84, in <module>
_abcoll.MutableMapping.register(IterableUserDict)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 109, in register
if issubclass(subclass, cls):
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/abc.py"
, line 184, in __subclasscheck__
cls._abc_negative_cache.add(subclass)
File
"/usr/cta/visit/bin/../current/linux-x86_64/lib/python/lib/python2.7/_weakre
fset.py", line 84, in add
self.data.add(ref(item, self._remove))
TypeError: cannot create weak reference to 'classobj' object Traceback (most
recent call last):
File "<string>", line 1, in <module>
NameError: name 'visit' is not defined
Python 2.6.4 (r264:75706, Jan 24 2013, 14:05:55) [GCC 4.4.6 20110731 (Red
Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for
more information.
>>>
87 login02 $
Comments:
I was able to replicate this on our systems. So 2.6.2 is built with python 2.6 and 2.7.0 is built with python 2.7 and it is getting the python stuff through the current link, which is pointing to 2.7.0. So when 2.6.2 is run it is getting the python from 2.7.0, which is python 2.7 instead of the correct python 2.6.
I committed revisions 22477 and 22479 to the 2.7 RC and trunk with thefollowing change:1) I corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. I updated the release notes with a comment describing the change.M bin/frontendlauncherM resources/help/en_US/relnotes2.7.1.htmlI committed revisions 22486 and 22488 to the 2.7 RC and trunk with thefollowing change:1) I updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The frontendlauncher will now leave the argument list intact so that things work properly for arguments that are in quotes. This really fixes #1677.M bin/frontendlauncherI committed revisions 22492 and 22494 to the 2.7 RC and trunk with thefollowing change:1) I once again updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The fix now works when the "-v version" is specified in any position in the command line. This really really fixes #1677.M bin/frontendlauncherI committed revisions 22495 and 22497 to the 2.7 RC and trunk with thefollowing change:1) I once again updated my change yesterday that corrected a bug where the python interpreter wouldn't run when a version of VisIt was specified that wasn't the newest one installed when more than one version was installed in the same location. The script now handles the case where -v is specified multiple times on the command line. This really really really fixes #1677.M bin/frontendlauncher
| priority | problem with wrong python when using cli and multiple visit versions installed in a single directory rick angelini ran into a bug where he install both visit and in the same directory and made current link to when he runs visit cli nowin v it gets a bunch of errors from python here is his e mail i ve run into an issue with python confusion at execution time i have and in the same release directory if current is linked to visit cli nowin v works visit cli nowin v fails with a boatload of python errors if i change the current link to point to visit cli nowin v works visit cli nowin v works here s the output ls l current lrwxrwxrwx angel vis nov current usr cta visit bin visit nowin cli v running nowin running noint nowin host port python jan on type help copyright credits or license for more information works usr cta visit bin visit nowin cli v running nowin running noint nowin host port python default nov on type help copyright credits or license for more information works rm current ln s current usr cta visit bin visit nowin cli v running nowin running noint nowin host port python default nov on type help copyright credits or license for more information works usr cta visit bin visit nowin cli v running nowin import site failed use v for traceback traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in nameerror name pjoin is not defined traceback most recent call last file line in importerror no module named visit traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in nameerror name visit is not defined python jan gcc red hat on type help copyright credits or license for more information redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker bug priority urgent subject problem with wrong python when using cli and multiple visit versions installed in a single directory assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood occasional severity major irritation found in version impact expected use os all support group any description rick angelini ran into a bug where he install both visit and in the same directory and made current link to when he runs visit cli nowin v it gets a bunch of errors from python here is his e mail i ve run into an issue with python confusion at execution time i have and in the same release directory if current is linked to visit cli nowin v works visit cli nowin v fails with a boatload of python errors if i change the current link to point to visit cli nowin v works visit cli nowin v works here s the output ls l current lrwxrwxrwx angel vis nov current usr cta visit bin visit nowin cli v running nowin running noint nowin host port python jan on type help copyright credits or license for more information works usr cta visit bin visit nowin cli v running nowin running noint nowin host port python default nov on type help copyright credits or license for more information works rm current ln s current usr cta visit bin visit nowin cli v running nowin running noint nowin host port python default nov on type help copyright credits or license for more information works usr cta visit bin visit nowin cli v running nowin import site failed use v for traceback traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in nameerror name pjoin is not defined traceback most recent call last file line in importerror no module named visit traceback most recent call last file line in file usr cta visit bin current linux lib python lib os py line in import userdict file usr cta visit bin current linux lib python lib userdic t py line in abcoll mutablemapping register iterableuserdict file usr cta visit bin current linux lib python lib abc py line in register if issubclass subclass cls file usr cta visit bin current linux lib python lib abc py line in subclasscheck cls abc negative cache add subclass file usr cta visit bin current linux lib python lib weakre fset py line in add self data add ref item self remove typeerror cannot create weak reference to classobj object traceback most recent call last file line in nameerror name visit is not defined python jan gcc red hat on type help copyright credits or license for more information comments i was able to replicate this on our systems so is built with python and is built with python and it is getting the python stuff through the current link which is pointing to so when is run it is getting the python from which is python instead of the correct python i committed revisions and to the rc and trunk with thefollowing change i corrected a bug where the python interpreter wouldn t run when a version of visit was specified that wasn t the newest one installed when more than one version was installed in the same location i updated the release notes with a comment describing the change m bin frontendlauncherm resources help en us htmli committed revisions and to the rc and trunk with thefollowing change i updated my change yesterday that corrected a bug where the python interpreter wouldn t run when a version of visit was specified that wasn t the newest one installed when more than one version was installed in the same location the frontendlauncher will now leave the argument list intact so that things work properly for arguments that are in quotes this really fixes m bin frontendlauncheri committed revisions and to the rc and trunk with thefollowing change i once again updated my change yesterday that corrected a bug where the python interpreter wouldn t run when a version of visit was specified that wasn t the newest one installed when more than one version was installed in the same location the fix now works when the v version is specified in any position in the command line this really really fixes m bin frontendlauncheri committed revisions and to the rc and trunk with thefollowing change i once again updated my change yesterday that corrected a bug where the python interpreter wouldn t run when a version of visit was specified that wasn t the newest one installed when more than one version was installed in the same location the script now handles the case where v is specified multiple times on the command line this really really really fixes m bin frontendlauncher | 1 |
244,162 | 7,871,211,390 | IssuesEvent | 2018-06-25 06:58:16 | assistify/Rocket.Chat | https://api.github.com/repos/assistify/Rocket.Chat | opened | Re-activate / Re-implement delta sync | Cmp: Smarti in RocketChat Priority: Medium Type: Maintenance | ### Description:
Currently we have deactivated the delta synch, because it is/was related to the "stuck channels". Since we were able to fix the problem in other ways, we can now reactivate and test the delta synch.
### Target:
By implementing this issue, channels that are out-of-sync should heal themselves as soon as the knowledge base is opened or a new message is written in a room.
| 1.0 | Re-activate / Re-implement delta sync - ### Description:
Currently we have deactivated the delta synch, because it is/was related to the "stuck channels". Since we were able to fix the problem in other ways, we can now reactivate and test the delta synch.
### Target:
By implementing this issue, channels that are out-of-sync should heal themselves as soon as the knowledge base is opened or a new message is written in a room.
| priority | re activate re implement delta sync description currently we have deactivated the delta synch because it is was related to the stuck channels since we were able to fix the problem in other ways we can now reactivate and test the delta synch target by implementing this issue channels that are out of sync should heal themselves as soon as the knowledge base is opened or a new message is written in a room | 1 |
146,671 | 5,625,826,347 | IssuesEvent | 2017-04-04 20:21:14 | SCIInstitute/ALMA-TDA | https://api.github.com/repos/SCIInstitute/ALMA-TDA | closed | alignment of original scalarfield with simplified | bug medium priority | there is a slight offset in the scalarfield visualization between the original field and the simplified one. | 1.0 | alignment of original scalarfield with simplified - there is a slight offset in the scalarfield visualization between the original field and the simplified one. | priority | alignment of original scalarfield with simplified there is a slight offset in the scalarfield visualization between the original field and the simplified one | 1 |
733,573 | 25,312,011,215 | IssuesEvent | 2022-11-17 18:13:41 | dmwm/CRABServer | https://api.github.com/repos/dmwm/CRABServer | opened | change how we handle user sandbox | Type: Enhancement Priority: Medium Status: Available | Maybe there was a special reason in the past, but currently we may simply download `sandbox.tar.gx` from S3 in the scheduler. E.g. as part of https://github.com/dmwm/CRABServer/blob/master/scripts/AdjustSite
Problem:
* user sandboxes use a lot of disk on TW and may quickly cumulate in case of repeated submissions.
* as architecture goes, TW has no need of sandbox info, why should it touch it ?
* spooling sandboxes during dag submissions all in all adds load to HTCondor and make operation take more time.
Things which we can do:
* remove sandbox from TW disk once submission process is over (even if it failed, a new crab submit will create anyhow a new tmp directory) . A partial solution
* go all the way and only download in scheduler. Scheduler code will also have to take care of `debug` subdirectory
Caveats:
* currently TW needs sandbox for dryrun. But that should be already have in the list to use S3 for that https://github.com/dmwm/CRABServer/issues/6544
* all in all we do not have any real, serious problem here. Do we really want to change ? | 1.0 | change how we handle user sandbox - Maybe there was a special reason in the past, but currently we may simply download `sandbox.tar.gx` from S3 in the scheduler. E.g. as part of https://github.com/dmwm/CRABServer/blob/master/scripts/AdjustSite
Problem:
* user sandboxes use a lot of disk on TW and may quickly cumulate in case of repeated submissions.
* as architecture goes, TW has no need of sandbox info, why should it touch it ?
* spooling sandboxes during dag submissions all in all adds load to HTCondor and make operation take more time.
Things which we can do:
* remove sandbox from TW disk once submission process is over (even if it failed, a new crab submit will create anyhow a new tmp directory) . A partial solution
* go all the way and only download in scheduler. Scheduler code will also have to take care of `debug` subdirectory
Caveats:
* currently TW needs sandbox for dryrun. But that should be already have in the list to use S3 for that https://github.com/dmwm/CRABServer/issues/6544
* all in all we do not have any real, serious problem here. Do we really want to change ? | priority | change how we handle user sandbox maybe there was a special reason in the past but currently we may simply download sandbox tar gx from in the scheduler e g as part of problem user sandboxes use a lot of disk on tw and may quickly cumulate in case of repeated submissions as architecture goes tw has no need of sandbox info why should it touch it spooling sandboxes during dag submissions all in all adds load to htcondor and make operation take more time things which we can do remove sandbox from tw disk once submission process is over even if it failed a new crab submit will create anyhow a new tmp directory a partial solution go all the way and only download in scheduler scheduler code will also have to take care of debug subdirectory caveats currently tw needs sandbox for dryrun but that should be already have in the list to use for that all in all we do not have any real serious problem here do we really want to change | 1 |
17,575 | 2,615,147,497 | IssuesEvent | 2015-03-01 06:23:47 | chrsmith/html5rocks | https://api.github.com/repos/chrsmith/html5rocks | closed | Feature topic: Graphics | auto-migrated Milestone-3 NewArticle Priority-Medium Type-Enhancement | ```
Arne provided the Graphics topic for the features column.
```
Original issue reported on code.google.com by `han...@google.com` on 30 Sep 2010 at 8:17 | 1.0 | Feature topic: Graphics - ```
Arne provided the Graphics topic for the features column.
```
Original issue reported on code.google.com by `han...@google.com` on 30 Sep 2010 at 8:17 | priority | feature topic graphics arne provided the graphics topic for the features column original issue reported on code google com by han google com on sep at | 1 |
298,090 | 9,195,732,328 | IssuesEvent | 2019-03-07 03:45:11 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Different behavior of torch.round() on CPU and GPU | medium priority | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
torch.round() seems to be rounding differently for CPU and GPU tensors.
On CPU tensors it rounds [half-to-even](https://en.wikipedia.org/wiki/Rounding#Round_half_to_even) and on GPU it rounds [away-from-zero](https://en.wikipedia.org/wiki/Rounding#Round_half_away_from_zero) as shown in the example below.
## To Reproduce
CPU rounding:
\>>> torch.Tensor([1.5, 2.5, 3.5, 4.5]).round()
**tensor([2., 2., 4., 4.])**
GPU rounding:
\>>> torch.Tensor([1.5, 2.5, 3.5, 4.5])**.cuda()**.round()
**tensor([2., 3., 4., 5.], device=‘cuda:0’)**
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
I expected the function to behave the same on CPU/GPU, either returning [2., 2., 4., 4.] or [2., 3., 4., 5.] on both commands.
It could also be nice to have a way to control the rounding method in future releases, but that's a different issue.
<!-- A clear and concise description of what you expected to happen. -->
## Environment
- PyTorch Version (e.g., 1.0): 1.0
- OS (e.g., Linux): Linux
- How you installed PyTorch (`conda`, `pip`, source): pip
- Build command you used (if compiling from source):
- Python version: 3.5.2
- CUDA/cuDNN version: 9
- GPU models and configuration: GeForce GTX 1060
- Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
| 1.0 | Different behavior of torch.round() on CPU and GPU - ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
torch.round() seems to be rounding differently for CPU and GPU tensors.
On CPU tensors it rounds [half-to-even](https://en.wikipedia.org/wiki/Rounding#Round_half_to_even) and on GPU it rounds [away-from-zero](https://en.wikipedia.org/wiki/Rounding#Round_half_away_from_zero) as shown in the example below.
## To Reproduce
CPU rounding:
\>>> torch.Tensor([1.5, 2.5, 3.5, 4.5]).round()
**tensor([2., 2., 4., 4.])**
GPU rounding:
\>>> torch.Tensor([1.5, 2.5, 3.5, 4.5])**.cuda()**.round()
**tensor([2., 3., 4., 5.], device=‘cuda:0’)**
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
I expected the function to behave the same on CPU/GPU, either returning [2., 2., 4., 4.] or [2., 3., 4., 5.] on both commands.
It could also be nice to have a way to control the rounding method in future releases, but that's a different issue.
<!-- A clear and concise description of what you expected to happen. -->
## Environment
- PyTorch Version (e.g., 1.0): 1.0
- OS (e.g., Linux): Linux
- How you installed PyTorch (`conda`, `pip`, source): pip
- Build command you used (if compiling from source):
- Python version: 3.5.2
- CUDA/cuDNN version: 9
- GPU models and configuration: GeForce GTX 1060
- Any other relevant information:
## Additional context
<!-- Add any other context about the problem here. -->
| priority | different behavior of torch round on cpu and gpu 🐛 bug torch round seems to be rounding differently for cpu and gpu tensors on cpu tensors it rounds and on gpu it rounds as shown in the example below to reproduce cpu rounding torch tensor round tensor gpu rounding torch tensor cuda round tensor device ‘cuda ’ expected behavior i expected the function to behave the same on cpu gpu either returning or on both commands it could also be nice to have a way to control the rounding method in future releases but that s a different issue environment pytorch version e g os e g linux linux how you installed pytorch conda pip source pip build command you used if compiling from source python version cuda cudnn version gpu models and configuration geforce gtx any other relevant information additional context | 1 |
293,495 | 8,996,644,908 | IssuesEvent | 2019-02-02 03:09:31 | bdecon/econ_data | https://api.github.com/repos/bdecon/econ_data | opened | bd CPS: New Variable COW (1989-onward consistent class of worker) | 1989-93 enhancement new variable priority: medium | Class of worker: Federal, State, Local, Private WS, Self-employed incorporated, Self-employed unincorporated, Unpaid
| 1.0 | bd CPS: New Variable COW (1989-onward consistent class of worker) - Class of worker: Federal, State, Local, Private WS, Self-employed incorporated, Self-employed unincorporated, Unpaid
| priority | bd cps new variable cow onward consistent class of worker class of worker federal state local private ws self employed incorporated self employed unincorporated unpaid | 1 |
19,752 | 2,622,166,618 | IssuesEvent | 2015-03-04 00:12:40 | byzhang/rapidjson | https://api.github.com/repos/byzhang/rapidjson | closed | Object's member access is O(n) | auto-migrated Performance Priority-Medium Type-Enhancement | ```
Object member access, i.e. Value::FindMember(), is in O(n) by linear searching.
Design a faster approach for member access.
```
Original issue reported on code.google.com by `milo...@gmail.com` on 30 Nov 2011 at 5:31 | 1.0 | Object's member access is O(n) - ```
Object member access, i.e. Value::FindMember(), is in O(n) by linear searching.
Design a faster approach for member access.
```
Original issue reported on code.google.com by `milo...@gmail.com` on 30 Nov 2011 at 5:31 | priority | object s member access is o n object member access i e value findmember is in o n by linear searching design a faster approach for member access original issue reported on code google com by milo gmail com on nov at | 1 |
23,966 | 2,665,102,440 | IssuesEvent | 2015-03-20 18:20:26 | readium/readium-js-viewer | https://api.github.com/repos/readium/readium-js-viewer | closed | Reduce size of settings dialog | enhancement priority medium | Do users care about keyboard shortcuts and page effects?
What about the other things? How many people change the theme? Looking at the epub spec, it only mentions night mode.
The problem is that the settings dialog has become massive and hard to use. I would like to hide and/or remove less-used features | 1.0 | Reduce size of settings dialog - Do users care about keyboard shortcuts and page effects?
What about the other things? How many people change the theme? Looking at the epub spec, it only mentions night mode.
The problem is that the settings dialog has become massive and hard to use. I would like to hide and/or remove less-used features | priority | reduce size of settings dialog do users care about keyboard shortcuts and page effects what about the other things how many people change the theme looking at the epub spec it only mentions night mode the problem is that the settings dialog has become massive and hard to use i would like to hide and or remove less used features | 1 |
396,222 | 11,705,581,304 | IssuesEvent | 2020-03-07 16:46:05 | BCcampus/edehr | https://api.github.com/repos/BCcampus/edehr | closed | Assignment submission date | Priority - Medium help ~Bug | In the dashboard there is a column that displays the submission date of each student's assignment.
Currently, it contains dates for unsubmitted assignments.
<img width="1463" alt="Screen Shot 2019-11-26 at 11 31 24 PM" src="https://user-images.githubusercontent.com/20425828/69702866-ff2c5d80-10a4-11ea-91af-e1cb1d013294.png">
Desired:
The cell should be empty unless the student has submitted an assignment.
| 1.0 | Assignment submission date - In the dashboard there is a column that displays the submission date of each student's assignment.
Currently, it contains dates for unsubmitted assignments.
<img width="1463" alt="Screen Shot 2019-11-26 at 11 31 24 PM" src="https://user-images.githubusercontent.com/20425828/69702866-ff2c5d80-10a4-11ea-91af-e1cb1d013294.png">
Desired:
The cell should be empty unless the student has submitted an assignment.
| priority | assignment submission date in the dashboard there is a column that displays the submission date of each student s assignment currently it contains dates for unsubmitted assignments img width alt screen shot at pm src desired the cell should be empty unless the student has submitted an assignment | 1 |
83,089 | 3,626,310,954 | IssuesEvent | 2016-02-10 00:08:07 | aseprite/aseprite | https://api.github.com/repos/aseprite/aseprite | closed | Does not open on OSX Mavericks | bug imported medium priority | _From [filiza...@gmail.com](https://code.google.com/u/101017077768018285453/) on November 10, 2013 22:55:06_
What steps will reproduce the problem? 1. Simply opening the program does not yield any results. What is the expected output? What do you see instead? Can't open program. What version of the product are you using? On what operating system? OSX Mavericks.
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=282_ | 1.0 | Does not open on OSX Mavericks - _From [filiza...@gmail.com](https://code.google.com/u/101017077768018285453/) on November 10, 2013 22:55:06_
What steps will reproduce the problem? 1. Simply opening the program does not yield any results. What is the expected output? What do you see instead? Can't open program. What version of the product are you using? On what operating system? OSX Mavericks.
_Original issue: http://code.google.com/p/aseprite/issues/detail?id=282_ | priority | does not open on osx mavericks from on november what steps will reproduce the problem simply opening the program does not yield any results what is the expected output what do you see instead can t open program what version of the product are you using on what operating system osx mavericks original issue | 1 |
399,718 | 11,759,558,060 | IssuesEvent | 2020-03-13 17:31:04 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Web feedback | Priority: Medium | 
- [x] Denys': The 'Eco Tree' intro text is overlapped with the leaf text, probably want to hide that when its open

- [x] Jeff's: Scrollbar and hamburger are a little awkward here. Maybe make scroll bar attach closer to page?

- [x] Denys': Making all images clickable would be ideal

- [x] Denys': Clicking the hamburger here didnt seem to do anything

- [x] Both: Having this appear here secretly and a question mark mouse cursor is super awesome. Check this box to confirm awesomeness.

- [x] Denys': Tooltips on team members would be quite nice.
- [x] Jeff's: Style members tooltips.
- [x] Denys': Clicking on dev pictures led to missing page
- [x] Jeff's: Remove andrii and craig from team list

- [x] Denys': I would remove the Accounts text from the left, and just make the 'My Account' button highlighted (and unclickable) to indicate its the current page youre on. Think Chrome tabs. Same for the other pages.

- [x] Jeff's: Get some icons for these (I think Rob made some way back when)
- [x] Jeff's: Education page needs picture of students playing Eco if we got one.

- [x] Denys': Support page was doubled

- [x] Denys': Make button say 'buy' if you own nothing.

- [x] Jeff's: We actually dont offer this yet, say 'Special in-game items and (when implemented) the ability to tame a wolf and hare.

- [x] Jeff's: Explain how verification will work for teachers. Not sure how this should be done, probably they have to link to a current staff roster for a school and provide an email address from that school.
| 1.0 | Web feedback - 
- [x] Denys': The 'Eco Tree' intro text is overlapped with the leaf text, probably want to hide that when its open

- [x] Jeff's: Scrollbar and hamburger are a little awkward here. Maybe make scroll bar attach closer to page?

- [x] Denys': Making all images clickable would be ideal

- [x] Denys': Clicking the hamburger here didnt seem to do anything

- [x] Both: Having this appear here secretly and a question mark mouse cursor is super awesome. Check this box to confirm awesomeness.

- [x] Denys': Tooltips on team members would be quite nice.
- [x] Jeff's: Style members tooltips.
- [x] Denys': Clicking on dev pictures led to missing page
- [x] Jeff's: Remove andrii and craig from team list

- [x] Denys': I would remove the Accounts text from the left, and just make the 'My Account' button highlighted (and unclickable) to indicate its the current page youre on. Think Chrome tabs. Same for the other pages.

- [x] Jeff's: Get some icons for these (I think Rob made some way back when)
- [x] Jeff's: Education page needs picture of students playing Eco if we got one.

- [x] Denys': Support page was doubled

- [x] Denys': Make button say 'buy' if you own nothing.

- [x] Jeff's: We actually dont offer this yet, say 'Special in-game items and (when implemented) the ability to tame a wolf and hare.

- [x] Jeff's: Explain how verification will work for teachers. Not sure how this should be done, probably they have to link to a current staff roster for a school and provide an email address from that school.
| priority | web feedback denys the eco tree intro text is overlapped with the leaf text probably want to hide that when its open jeff s scrollbar and hamburger are a little awkward here maybe make scroll bar attach closer to page denys making all images clickable would be ideal denys clicking the hamburger here didnt seem to do anything both having this appear here secretly and a question mark mouse cursor is super awesome check this box to confirm awesomeness denys tooltips on team members would be quite nice jeff s style members tooltips denys clicking on dev pictures led to missing page jeff s remove andrii and craig from team list denys i would remove the accounts text from the left and just make the my account button highlighted and unclickable to indicate its the current page youre on think chrome tabs same for the other pages jeff s get some icons for these i think rob made some way back when jeff s education page needs picture of students playing eco if we got one denys support page was doubled denys make button say buy if you own nothing jeff s we actually dont offer this yet say special in game items and when implemented the ability to tame a wolf and hare jeff s explain how verification will work for teachers not sure how this should be done probably they have to link to a current staff roster for a school and provide an email address from that school | 1 |
705,822 | 24,250,414,310 | IssuesEvent | 2022-09-27 13:50:04 | MichalLytek/typegraphql-prisma | https://api.github.com/repos/MichalLytek/typegraphql-prisma | closed | noncount noun / no plural form | enhancement priority:medium community | **Describe the Bug**
When generating out the graphql schema, noncount nouns or words that have no plural forms cause the generation to skip in generating out 2 queries (the singular and plural form) of the find unique and find many for the specific cases (well, they're generated but they're called `findUnique*` and `findMany*`).
Example equipment will not generate out a query of `equipment` (findUnique) or `equipments` (findMany).
This is inside of the code for translating the dmmf: https://github.com/MichalLytek/typegraphql-prisma/blob/main/src/generator/dmmf/transform.ts#L426
**To Reproduce**
Create a model with a non-plural form word, it will not generate out a singular findUnique or plural findMany.
```
model Equipment {
id String @id @default(ccuid())
}
```
**Expected Behavior**
On a noncount noun or no plural form, append an `s` to the end of the word anyway to account for handling this or provide a configuration option to be able to provide the singular / plural form to be utilized. My thinking is the ability to provide a customized plural form might be best. | 1.0 | noncount noun / no plural form - **Describe the Bug**
When generating out the graphql schema, noncount nouns or words that have no plural forms cause the generation to skip in generating out 2 queries (the singular and plural form) of the find unique and find many for the specific cases (well, they're generated but they're called `findUnique*` and `findMany*`).
Example equipment will not generate out a query of `equipment` (findUnique) or `equipments` (findMany).
This is inside of the code for translating the dmmf: https://github.com/MichalLytek/typegraphql-prisma/blob/main/src/generator/dmmf/transform.ts#L426
**To Reproduce**
Create a model with a non-plural form word, it will not generate out a singular findUnique or plural findMany.
```
model Equipment {
id String @id @default(ccuid())
}
```
**Expected Behavior**
On a noncount noun or no plural form, append an `s` to the end of the word anyway to account for handling this or provide a configuration option to be able to provide the singular / plural form to be utilized. My thinking is the ability to provide a customized plural form might be best. | priority | noncount noun no plural form describe the bug when generating out the graphql schema noncount nouns or words that have no plural forms cause the generation to skip in generating out queries the singular and plural form of the find unique and find many for the specific cases well they re generated but they re called findunique and findmany example equipment will not generate out a query of equipment findunique or equipments findmany this is inside of the code for translating the dmmf to reproduce create a model with a non plural form word it will not generate out a singular findunique or plural findmany model equipment id string id default ccuid expected behavior on a noncount noun or no plural form append an s to the end of the word anyway to account for handling this or provide a configuration option to be able to provide the singular plural form to be utilized my thinking is the ability to provide a customized plural form might be best | 1 |
724,790 | 24,941,888,742 | IssuesEvent | 2022-10-31 19:41:40 | isawnyu/pleiades-gazetteer | https://api.github.com/repos/isawnyu/pleiades-gazetteer | closed | Connected place does not show that it is in drafting/pending state | enhancement review priority: medium | When viewing https://pleiades.stoa.org/places/865014139 while not logged in, I can see that it has a connection with Lucus Stimulae, which appears as a normally-colored live link (below).

If I follow that link, however, I'm taken to a login page, and if I log in, I discover that this place is actually pending (https://pleiades.stoa.org/places/978725164).
If I'm a user without permission to see that place, I would like to have some way to tell that it's not available for viewing/not published (all the more critical now that a lot of things that would have been drafting locations are now drafting places, and so will only show up as connections). If possible, it would be useful to represent the link as "Lucus Stimulae (pending review)" or "Lucus Stimulae (drafting)". Using the color conventions for draft and review-state items might also help.
| 1.0 | Connected place does not show that it is in drafting/pending state - When viewing https://pleiades.stoa.org/places/865014139 while not logged in, I can see that it has a connection with Lucus Stimulae, which appears as a normally-colored live link (below).

If I follow that link, however, I'm taken to a login page, and if I log in, I discover that this place is actually pending (https://pleiades.stoa.org/places/978725164).
If I'm a user without permission to see that place, I would like to have some way to tell that it's not available for viewing/not published (all the more critical now that a lot of things that would have been drafting locations are now drafting places, and so will only show up as connections). If possible, it would be useful to represent the link as "Lucus Stimulae (pending review)" or "Lucus Stimulae (drafting)". Using the color conventions for draft and review-state items might also help.
| priority | connected place does not show that it is in drafting pending state when viewing while not logged in i can see that it has a connection with lucus stimulae which appears as a normally colored live link below if i follow that link however i m taken to a login page and if i log in i discover that this place is actually pending if i m a user without permission to see that place i would like to have some way to tell that it s not available for viewing not published all the more critical now that a lot of things that would have been drafting locations are now drafting places and so will only show up as connections if possible it would be useful to represent the link as lucus stimulae pending review or lucus stimulae drafting using the color conventions for draft and review state items might also help | 1 |
77,666 | 3,507,204,515 | IssuesEvent | 2016-01-08 11:53:24 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | duplicate buffs (BB #646) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** PadreWoW
**Original Date:** 14.08.2014 14:44:37 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/646
<hr>
buffs, which are taken from scrolls (for example scroll of agility or scroll of protection) can be duplicated
 | 1.0 | duplicate buffs (BB #646) - This issue was migrated from bitbucket.
**Original Reporter:** PadreWoW
**Original Date:** 14.08.2014 14:44:37 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/646
<hr>
buffs, which are taken from scrolls (for example scroll of agility or scroll of protection) can be duplicated
 | priority | duplicate buffs bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority major original type bug original state invalid direct link buffs which are taken from scrolls for example scroll of agility or scroll of protection can be duplicated | 1 |
346,033 | 10,383,404,657 | IssuesEvent | 2019-09-10 09:35:27 | AbsaOSS/hyperdrive-trigger | https://api.github.com/repos/AbsaOSS/hyperdrive-trigger | opened | Add Runs button to action menu of a workflow | UX priority: medium | Many times people will only want to go to their runs when they see/view what is in them to see how is the workflow behaving.
For that reason, I would add a `Runs` button to a workflow action menu that would open `URL/#/WorkflowRuns/X` without the need to go to runs, search for your WF again and open it up.
**Main point:** We would go from 5 operations to 3 | 1.0 | Add Runs button to action menu of a workflow - Many times people will only want to go to their runs when they see/view what is in them to see how is the workflow behaving.
For that reason, I would add a `Runs` button to a workflow action menu that would open `URL/#/WorkflowRuns/X` without the need to go to runs, search for your WF again and open it up.
**Main point:** We would go from 5 operations to 3 | priority | add runs button to action menu of a workflow many times people will only want to go to their runs when they see view what is in them to see how is the workflow behaving for that reason i would add a runs button to a workflow action menu that would open url workflowruns x without the need to go to runs search for your wf again and open it up main point we would go from operations to | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.