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 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
785,499 | 27,616,172,174 | IssuesEvent | 2023-03-09 19:32:36 | iteam-software/simonsfirm | https://api.github.com/repos/iteam-software/simonsfirm | closed | content(staff): update Audra's title | :grey_exclamation: priority:high :memo: content :muscle: effort:low | Audra needs us to modify her role on the website to say Office Manager/Paralegal | 1.0 | content(staff): update Audra's title - Audra needs us to modify her role on the website to say Office Manager/Paralegal | priority | content staff update audra s title audra needs us to modify her role on the website to say office manager paralegal | 1 |
296,863 | 9,126,804,358 | IssuesEvent | 2019-02-25 00:26:56 | mRemoteNG/mRemoteNG | https://api.github.com/repos/mRemoteNG/mRemoteNG | closed | Minor UI artifact in Notifications panel | Low Priority UI/UX | When no message is selected in the Notifications panel, the icon in the details portion is just a white background. This clashes slightly with the normal background of the panel. The icon background does change with the theme, but never matches the panel background.
 
## Expected Behavior
If the icon isn't displayed, there should be a seamless background.
## Current Behavior
When the icon isn't displayed, a slightly off-color square is visible. | 1.0 | Minor UI artifact in Notifications panel - When no message is selected in the Notifications panel, the icon in the details portion is just a white background. This clashes slightly with the normal background of the panel. The icon background does change with the theme, but never matches the panel background.
 
## Expected Behavior
If the icon isn't displayed, there should be a seamless background.
## Current Behavior
When the icon isn't displayed, a slightly off-color square is visible. | priority | minor ui artifact in notifications panel when no message is selected in the notifications panel the icon in the details portion is just a white background this clashes slightly with the normal background of the panel the icon background does change with the theme but never matches the panel background expected behavior if the icon isn t displayed there should be a seamless background current behavior when the icon isn t displayed a slightly off color square is visible | 1 |
706,152 | 24,261,337,789 | IssuesEvent | 2022-09-27 23:15:05 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Invalid BREAK and CONTINUE cause errros even when not actually executed | bug priority: low | This example fails:
```
*** Test Cases ***
Example
WHILE True
Log This is executed
IF False
Fail This isn't run
BREAK invalid
END
BREAK
END
```
The IF block isn't run but BREAK there causes an error when the block is gone through to show it in the log file. It could be argued that a syntax error like this should always fail the loop, but then it should fail so that the whole loop isn't run. Not failing is easier and also consistent with how similar syntax errors are handled with other control structures if they aren't run. | 1.0 | Invalid BREAK and CONTINUE cause errros even when not actually executed - This example fails:
```
*** Test Cases ***
Example
WHILE True
Log This is executed
IF False
Fail This isn't run
BREAK invalid
END
BREAK
END
```
The IF block isn't run but BREAK there causes an error when the block is gone through to show it in the log file. It could be argued that a syntax error like this should always fail the loop, but then it should fail so that the whole loop isn't run. Not failing is easier and also consistent with how similar syntax errors are handled with other control structures if they aren't run. | priority | invalid break and continue cause errros even when not actually executed this example fails test cases example while true log this is executed if false fail this isn t run break invalid end break end the if block isn t run but break there causes an error when the block is gone through to show it in the log file it could be argued that a syntax error like this should always fail the loop but then it should fail so that the whole loop isn t run not failing is easier and also consistent with how similar syntax errors are handled with other control structures if they aren t run | 1 |
617,324 | 19,348,734,130 | IssuesEvent | 2021-12-15 13:39:46 | Esri/solutions-widget-utility-network-trace | https://api.github.com/repos/Esri/solutions-widget-utility-network-trace | closed | Use crosshair cursor for adding flags | enhancement JSAPI widget Priority - Low | 
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_cursor
Although this is not an edit, it will be closer to the editing experience users are already familiar with.

| 1.0 | Use crosshair cursor for adding flags - 
https://www.w3schools.com/cssref/tryit.asp?filename=trycss_cursor
Although this is not an edit, it will be closer to the editing experience users are already familiar with.

| priority | use crosshair cursor for adding flags although this is not an edit it will be closer to the editing experience users are already familiar with | 1 |
7,130 | 2,598,004,241 | IssuesEvent | 2015-02-22 01:41:24 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | opened | ExampleAIModule throws LNK4098 warning | auto-migrated Priority-Low Type-Task | ```
What steps will reproduce the problem?
1. Download BWAPI 3.4.7
2. Open ExampleAIModule with Visual Studio 2008 Pro (SP1)
3. Build
What is the expected output? What do you see instead?
Not to see any linker errors or warning
What version of the product are you using? On what operating system?
Windows 7
Please provide any additional information below.
LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs;
use /NODEFAULTLIB:library
```
-----
Original issue reported on code.google.com by `Leonid.T...@gmail.com` on 3 Aug 2012 at 5:58 | 1.0 | ExampleAIModule throws LNK4098 warning - ```
What steps will reproduce the problem?
1. Download BWAPI 3.4.7
2. Open ExampleAIModule with Visual Studio 2008 Pro (SP1)
3. Build
What is the expected output? What do you see instead?
Not to see any linker errors or warning
What version of the product are you using? On what operating system?
Windows 7
Please provide any additional information below.
LINK : warning LNK4098: defaultlib 'LIBCMTD' conflicts with use of other libs;
use /NODEFAULTLIB:library
```
-----
Original issue reported on code.google.com by `Leonid.T...@gmail.com` on 3 Aug 2012 at 5:58 | priority | exampleaimodule throws warning what steps will reproduce the problem download bwapi open exampleaimodule with visual studio pro build what is the expected output what do you see instead not to see any linker errors or warning what version of the product are you using on what operating system windows please provide any additional information below link warning defaultlib libcmtd conflicts with use of other libs use nodefaultlib library original issue reported on code google com by leonid t gmail com on aug at | 1 |
432,359 | 12,491,978,297 | IssuesEvent | 2020-06-01 05:57:17 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | reopened | Animal Population Growth Issue | Category: Balance Priority: Low | After recent changes to animal starting populations, we have a much better picture of how quickly animals spread.
Currently all animals reach max population too quickly. We want this to be a gradually process for herbivores so the ecosystem has a better chance at reaching a natural equilibrium and hunting animals has an impact on their populations. | 1.0 | Animal Population Growth Issue - After recent changes to animal starting populations, we have a much better picture of how quickly animals spread.
Currently all animals reach max population too quickly. We want this to be a gradually process for herbivores so the ecosystem has a better chance at reaching a natural equilibrium and hunting animals has an impact on their populations. | priority | animal population growth issue after recent changes to animal starting populations we have a much better picture of how quickly animals spread currently all animals reach max population too quickly we want this to be a gradually process for herbivores so the ecosystem has a better chance at reaching a natural equilibrium and hunting animals has an impact on their populations | 1 |
110,171 | 4,422,270,607 | IssuesEvent | 2016-08-16 01:33:00 | UHMDCmd/DCmd | https://api.github.com/repos/UHMDCmd/DCmd | opened | Host page sort and filter problem | bug Low Priority | Sorting physical server and environment filters out null values. Sorting VM State does not sort properly due to N/A values. Also filtering VM State cannot search for N/A or not found values. | 1.0 | Host page sort and filter problem - Sorting physical server and environment filters out null values. Sorting VM State does not sort properly due to N/A values. Also filtering VM State cannot search for N/A or not found values. | priority | host page sort and filter problem sorting physical server and environment filters out null values sorting vm state does not sort properly due to n a values also filtering vm state cannot search for n a or not found values | 1 |
663,993 | 22,217,952,781 | IssuesEvent | 2022-06-08 05:03:07 | OpenMined/PySyft | https://api.github.com/repos/OpenMined/PySyft | closed | Refactor RequestMessage Delivery | Type: Improvement :chart_with_upwards_trend: Priority: 4 - Low :sunglasses: Rescope | ## Description
Currently delivery of messages with RequestMessage requires attaching the client or the node just before executing the request. Do we need to change the architecture so that there is way to route and send these messages without this kind of hack. Do nodes need the ability to send messages of their own?
```python
@syft_decorator(typechecking=True)
def send_msg(self, accept: bool) -> None:
action_name = "Accept" if accept else "Deny"
if self.owner_client_if_available is not None:
msg = AcceptOrDenyRequestMessage(
address=self.owner_client_if_available.address,
accept=accept,
request_id=self.id,
)
self.owner_client_if_available.send_immediate_msg_without_reply(msg=msg)
elif self.destination_node_if_available is not None:
msg = AcceptOrDenyRequestMessage(
address=self.destination_node_if_available.address,
accept=accept,
request_id=self.id,
)
try:
node = self.destination_node_if_available
router = node.immediate_msg_without_reply_router
service = router[type(msg)]
service.process(
node=self.destination_node_if_available,
msg=msg,
verify_key=self.destination_node_if_available.root_verify_key,
)
except Exception as e:
print(e)
logger.critical(f"Tried to {action_name} Message on Node. {e}")
logger.debug(f"{action_name} Request: " + str(self.id))
else:
log = f"No way to dispatch {action_name} Message."
logger.critical(log)
raise Exception(log)
```
## Definition of Done
A plan on how best to reorganise the node, client messaging system to reduce this hack should be discussed and tasks created to implement the change. | 1.0 | Refactor RequestMessage Delivery - ## Description
Currently delivery of messages with RequestMessage requires attaching the client or the node just before executing the request. Do we need to change the architecture so that there is way to route and send these messages without this kind of hack. Do nodes need the ability to send messages of their own?
```python
@syft_decorator(typechecking=True)
def send_msg(self, accept: bool) -> None:
action_name = "Accept" if accept else "Deny"
if self.owner_client_if_available is not None:
msg = AcceptOrDenyRequestMessage(
address=self.owner_client_if_available.address,
accept=accept,
request_id=self.id,
)
self.owner_client_if_available.send_immediate_msg_without_reply(msg=msg)
elif self.destination_node_if_available is not None:
msg = AcceptOrDenyRequestMessage(
address=self.destination_node_if_available.address,
accept=accept,
request_id=self.id,
)
try:
node = self.destination_node_if_available
router = node.immediate_msg_without_reply_router
service = router[type(msg)]
service.process(
node=self.destination_node_if_available,
msg=msg,
verify_key=self.destination_node_if_available.root_verify_key,
)
except Exception as e:
print(e)
logger.critical(f"Tried to {action_name} Message on Node. {e}")
logger.debug(f"{action_name} Request: " + str(self.id))
else:
log = f"No way to dispatch {action_name} Message."
logger.critical(log)
raise Exception(log)
```
## Definition of Done
A plan on how best to reorganise the node, client messaging system to reduce this hack should be discussed and tasks created to implement the change. | priority | refactor requestmessage delivery description currently delivery of messages with requestmessage requires attaching the client or the node just before executing the request do we need to change the architecture so that there is way to route and send these messages without this kind of hack do nodes need the ability to send messages of their own python syft decorator typechecking true def send msg self accept bool none action name accept if accept else deny if self owner client if available is not none msg acceptordenyrequestmessage address self owner client if available address accept accept request id self id self owner client if available send immediate msg without reply msg msg elif self destination node if available is not none msg acceptordenyrequestmessage address self destination node if available address accept accept request id self id try node self destination node if available router node immediate msg without reply router service router service process node self destination node if available msg msg verify key self destination node if available root verify key except exception as e print e logger critical f tried to action name message on node e logger debug f action name request str self id else log f no way to dispatch action name message logger critical log raise exception log definition of done a plan on how best to reorganise the node client messaging system to reduce this hack should be discussed and tasks created to implement the change | 1 |
726,116 | 24,988,860,665 | IssuesEvent | 2022-11-02 17:01:20 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | NPC_COMET spamming skill on use | component:database status:confirmed component:skill priority:low mode:renewal type:bug | ### rAthena Hash
f6633b5e7df07b2f72f97ca0378d7a6a36e00bea
### Client Date
2022-07-20
### Server Mode
Renewal
### Result
1. When monster use NPC_COMET, it's spamming this skill around 10-15 secs.
2. tested on mob id 2564 (Geffen Fenrir)
### Relevant Log Output
_No response_
### Expected Result
NPC_COMET should only be used once when monsters use this skill.
### How to Reproduce
wait till monster use this skill and just walk around.
### Official Information
No idea.
### Modifications that may affect results
_No response_ | 1.0 | NPC_COMET spamming skill on use - ### rAthena Hash
f6633b5e7df07b2f72f97ca0378d7a6a36e00bea
### Client Date
2022-07-20
### Server Mode
Renewal
### Result
1. When monster use NPC_COMET, it's spamming this skill around 10-15 secs.
2. tested on mob id 2564 (Geffen Fenrir)
### Relevant Log Output
_No response_
### Expected Result
NPC_COMET should only be used once when monsters use this skill.
### How to Reproduce
wait till monster use this skill and just walk around.
### Official Information
No idea.
### Modifications that may affect results
_No response_ | priority | npc comet spamming skill on use rathena hash client date server mode renewal result when monster use npc comet it s spamming this skill around secs tested on mob id geffen fenrir relevant log output no response expected result npc comet should only be used once when monsters use this skill how to reproduce wait till monster use this skill and just walk around official information no idea modifications that may affect results no response | 1 |
131,736 | 5,165,013,026 | IssuesEvent | 2017-01-17 12:24:04 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | unit tests: obj_locks/TEST1 dramatic drop in performance | Exposure: Low OS: Linux Priority: 4 low Type: Bug | After changing PMEMOBJ_LOG_LEVEL in unittest.sh from 3 to 2 obj_locks/TEST1 duration changes from:
> obj_locks/TEST1: SETUP (all/pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [05.988 s]
> obj_locks/TEST1: SETUP (all/non-pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [06.646 s]
to:
> obj_locks/TEST1: SETUP (all/pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [16:33:51.893 s]
> obj_locks/TEST1: SETUP (all/non-pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [15:33:33.316 s] | 1.0 | unit tests: obj_locks/TEST1 dramatic drop in performance - After changing PMEMOBJ_LOG_LEVEL in unittest.sh from 3 to 2 obj_locks/TEST1 duration changes from:
> obj_locks/TEST1: SETUP (all/pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [05.988 s]
> obj_locks/TEST1: SETUP (all/non-pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [06.646 s]
to:
> obj_locks/TEST1: SETUP (all/pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [16:33:51.893 s]
> obj_locks/TEST1: SETUP (all/non-pmem/debug/drd)
> obj_locks/TEST1: START: obj_locks
> obj_locks/TEST1: PASS [15:33:33.316 s] | priority | unit tests obj locks dramatic drop in performance after changing pmemobj log level in unittest sh from to obj locks duration changes from obj locks setup all pmem debug drd obj locks start obj locks obj locks pass obj locks setup all non pmem debug drd obj locks start obj locks obj locks pass to obj locks setup all pmem debug drd obj locks start obj locks obj locks pass obj locks setup all non pmem debug drd obj locks start obj locks obj locks pass | 1 |
152,197 | 5,841,750,324 | IssuesEvent | 2017-05-10 02:23:58 | AtlasOfLivingAustralia/profile-hub | https://api.github.com/repos/AtlasOfLivingAustralia/profile-hub | closed | UI - Identify page - Add link or button to open Glossary in separate browser tab | enhancement Low-Priority | As a taxonomist
I want to easily reference information in the Glossary
So i can understand the differences provided in the keys.
https://confluence.csiro.au/display/ALAEP/User+Interface+for+Production+Release?preview=/382665949/388931818/eflora%20-%20identify%2001.png
Note: this issue is dependent on the bug in issue: #468 being fixed. | 1.0 | UI - Identify page - Add link or button to open Glossary in separate browser tab - As a taxonomist
I want to easily reference information in the Glossary
So i can understand the differences provided in the keys.
https://confluence.csiro.au/display/ALAEP/User+Interface+for+Production+Release?preview=/382665949/388931818/eflora%20-%20identify%2001.png
Note: this issue is dependent on the bug in issue: #468 being fixed. | priority | ui identify page add link or button to open glossary in separate browser tab as a taxonomist i want to easily reference information in the glossary so i can understand the differences provided in the keys note this issue is dependent on the bug in issue being fixed | 1 |
174,658 | 6,542,090,395 | IssuesEvent | 2017-09-02 00:29:03 | CAGoodman/CareWheelsCorp | https://api.github.com/repos/CAGoodman/CareWheelsCorp | opened | IOS - Reminders continue even after the app is explicitly exited by the user | bug IOS Low Priority | Not sure if this is desired behavior. Need to understand when the reminders get cancelled - on uninstall? | 1.0 | IOS - Reminders continue even after the app is explicitly exited by the user - Not sure if this is desired behavior. Need to understand when the reminders get cancelled - on uninstall? | priority | ios reminders continue even after the app is explicitly exited by the user not sure if this is desired behavior need to understand when the reminders get cancelled on uninstall | 1 |
540,198 | 15,802,555,353 | IssuesEvent | 2021-04-03 10:17:45 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | [Coverity CID: 220533] Improper use of negative value in tests/net/socket/misc/src/main.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/b86f7addae05add0db45d9b528854235fbb93a48/tests/net/socket/misc/src/main.c#L326
Category: Integer handling issues
Function: `test_ipv6_so_bindtodevice`
Component: Tests
CID: [220533](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=220533)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/b86f7addae05add0db45d9b528854235fbb93a48/tests/net/socket/misc/src/main.c
```
320 peer_addr.sin6_family = AF_INET6;
321 peer_addr.sin6_port = htons(DST_PORT);
322 ret = inet_pton(AF_INET6, CONFIG_NET_CONFIG_PEER_IPV6_ADDR,
323 &peer_addr.sin6_addr);
324 zassert_equal(ret, 1, "inet_pton failed");
325
>>> CID 220533: (NEGATIVE_RETURNS)
>>> "sock_s" is passed to a parameter that cannot be negative.
326 test_so_bindtodevice(sock_c, sock_s, (struct sockaddr *)&peer_addr,
327 sizeof(peer_addr), (struct sockaddr *)&bind_addr,
328 sizeof(bind_addr));
329 }
330
331 void test_main(void)
320 peer_addr.sin6_family = AF_INET6;
321 peer_addr.sin6_port = htons(DST_PORT);
322 ret = inet_pton(AF_INET6, CONFIG_NET_CONFIG_PEER_IPV6_ADDR,
323 &peer_addr.sin6_addr);
324 zassert_equal(ret, 1, "inet_pton failed");
325
>>> CID 220533: (NEGATIVE_RETURNS)
>>> "sock_c" is passed to a parameter that cannot be negative.
326 test_so_bindtodevice(sock_c, sock_s, (struct sockaddr *)&peer_addr,
327 sizeof(peer_addr), (struct sockaddr *)&bind_addr,
328 sizeof(bind_addr));
329 }
330
331 void test_main(void)
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID: 220533] Improper use of negative value in tests/net/socket/misc/src/main.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/b86f7addae05add0db45d9b528854235fbb93a48/tests/net/socket/misc/src/main.c#L326
Category: Integer handling issues
Function: `test_ipv6_so_bindtodevice`
Component: Tests
CID: [220533](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=220533)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/b86f7addae05add0db45d9b528854235fbb93a48/tests/net/socket/misc/src/main.c
```
320 peer_addr.sin6_family = AF_INET6;
321 peer_addr.sin6_port = htons(DST_PORT);
322 ret = inet_pton(AF_INET6, CONFIG_NET_CONFIG_PEER_IPV6_ADDR,
323 &peer_addr.sin6_addr);
324 zassert_equal(ret, 1, "inet_pton failed");
325
>>> CID 220533: (NEGATIVE_RETURNS)
>>> "sock_s" is passed to a parameter that cannot be negative.
326 test_so_bindtodevice(sock_c, sock_s, (struct sockaddr *)&peer_addr,
327 sizeof(peer_addr), (struct sockaddr *)&bind_addr,
328 sizeof(bind_addr));
329 }
330
331 void test_main(void)
320 peer_addr.sin6_family = AF_INET6;
321 peer_addr.sin6_port = htons(DST_PORT);
322 ret = inet_pton(AF_INET6, CONFIG_NET_CONFIG_PEER_IPV6_ADDR,
323 &peer_addr.sin6_addr);
324 zassert_equal(ret, 1, "inet_pton failed");
325
>>> CID 220533: (NEGATIVE_RETURNS)
>>> "sock_c" is passed to a parameter that cannot be negative.
326 test_so_bindtodevice(sock_c, sock_s, (struct sockaddr *)&peer_addr,
327 sizeof(peer_addr), (struct sockaddr *)&bind_addr,
328 sizeof(bind_addr));
329 }
330
331 void test_main(void)
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v29271/p12996
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | improper use of negative value in tests net socket misc src main c static code scan issues found in file category integer handling issues function test so bindtodevice component tests cid details peer addr family af peer addr port htons dst port ret inet pton af config net config peer addr peer addr addr zassert equal ret inet pton failed cid negative returns sock s is passed to a parameter that cannot be negative test so bindtodevice sock c sock s struct sockaddr peer addr sizeof peer addr struct sockaddr bind addr sizeof bind addr void test main void peer addr family af peer addr port htons dst port ret inet pton af config net config peer addr peer addr addr zassert equal ret inet pton failed cid negative returns sock c is passed to a parameter that cannot be negative test so bindtodevice sock c sock s struct sockaddr peer addr sizeof peer addr struct sockaddr bind addr sizeof bind addr void test main void please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
72,609 | 3,388,490,203 | IssuesEvent | 2015-11-29 10:29:38 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | This NPC is not belong to npc/re/instances/WolfchevLaboratory.txt | bug:script mode:renewal priority:low server:map | I just tried to finding rA script while playing idRO. Found the reward NPC technically is not instance dependent.
```
// Weird Old Man (Rewards)
//============================================================
lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
}
```
Why, because the required items can be dropped from lhz_dun03 and lhz_dun04, not only from `1@lhz` instance.
and also with this enchant NPC
```
// Sorcerer (Rewards)
//============================================================
lhz_cube,233,24,4 script Sorcerer#Bio4Reward 4_M_UMDANCEKID,{
}
```
So, if user want disable instance but just enable the quest, when instance file is commented, the quest is still.
| 1.0 | This NPC is not belong to npc/re/instances/WolfchevLaboratory.txt - I just tried to finding rA script while playing idRO. Found the reward NPC technically is not instance dependent.
```
// Weird Old Man (Rewards)
//============================================================
lighthalzen,342,291,4 script Weird old man#Bio4Reward 4_M_EINOLD,{
}
```
Why, because the required items can be dropped from lhz_dun03 and lhz_dun04, not only from `1@lhz` instance.
and also with this enchant NPC
```
// Sorcerer (Rewards)
//============================================================
lhz_cube,233,24,4 script Sorcerer#Bio4Reward 4_M_UMDANCEKID,{
}
```
So, if user want disable instance but just enable the quest, when instance file is commented, the quest is still.
| priority | this npc is not belong to npc re instances wolfchevlaboratory txt i just tried to finding ra script while playing idro found the reward npc technically is not instance dependent weird old man rewards lighthalzen script weird old man m einold why because the required items can be dropped from lhz and lhz not only from lhz instance and also with this enchant npc sorcerer rewards lhz cube script sorcerer m umdancekid so if user want disable instance but just enable the quest when instance file is commented the quest is still | 1 |
314,520 | 9,598,244,529 | IssuesEvent | 2019-05-10 00:35:31 | Da-Technomancer/Essentials | https://api.github.com/repos/Da-Technomancer/Essentials | closed | Multi-Pistons don't support PUSH-ONLY flag | bug low priority | Multi-Pistons don't have proper support for the new EnumMobilityFlag PUSH-ONLY, which causes it to break those blocks when pushing them. Currently, the only vanilla blocks with that flag seems to be glazed terracotta, so this isn't a hugely pressing issue. | 1.0 | Multi-Pistons don't support PUSH-ONLY flag - Multi-Pistons don't have proper support for the new EnumMobilityFlag PUSH-ONLY, which causes it to break those blocks when pushing them. Currently, the only vanilla blocks with that flag seems to be glazed terracotta, so this isn't a hugely pressing issue. | priority | multi pistons don t support push only flag multi pistons don t have proper support for the new enummobilityflag push only which causes it to break those blocks when pushing them currently the only vanilla blocks with that flag seems to be glazed terracotta so this isn t a hugely pressing issue | 1 |
829,462 | 31,880,333,403 | IssuesEvent | 2023-09-16 09:47:53 | kordis-leitstelle/kordis | https://api.github.com/repos/kordis-leitstelle/kordis | opened | Features / Regression bugs from legacy Kordis system | priority:low status:confirmed | With our legacy Kordis system, we have a couple of smaller features (requests) and regression bugs from our internal bug tracker and from GitLab. To have them in scope for the new system, keep them in mind and make linking easier, this issue lists those requests and bugs.
**Features**
- [ ] List and deep link operations by operation type ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=134))
- [ ] Operations should have a body of water, incl. statistics ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=130))
- [ ] Station note's icon should be clearly visible if containing text ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=125))
- [ ] Operation departments and state departments should be filled from dimensional data (i.e., drop-down) and not be free form to avoid data inconsistencies (e.g., "Hamburg" and "LV Hamburg")
**Regression Bugs**
- [ ] List active units only for station tooltips in map ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=119))
- [ ] Self-host assets to avoid GDPR problems (see [Material Ticket](https://gitlab.com/kordis-ag/app/-/issues/148))
- [ ] On changing assignments for the special station, units listed there but not assigned get assigned ([Ticket](https://gitlab.com/kordis-ag/app/-/issues/65)) | 1.0 | Features / Regression bugs from legacy Kordis system - With our legacy Kordis system, we have a couple of smaller features (requests) and regression bugs from our internal bug tracker and from GitLab. To have them in scope for the new system, keep them in mind and make linking easier, this issue lists those requests and bugs.
**Features**
- [ ] List and deep link operations by operation type ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=134))
- [ ] Operations should have a body of water, incl. statistics ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=130))
- [ ] Station note's icon should be clearly visible if containing text ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=125))
- [ ] Operation departments and state departments should be filled from dimensional data (i.e., drop-down) and not be free form to avoid data inconsistencies (e.g., "Hamburg" and "LV Hamburg")
**Regression Bugs**
- [ ] List active units only for station tooltips in map ([Ticket](https://support.dlrg-hamburg.de/ost/scp/tickets.php?id=119))
- [ ] Self-host assets to avoid GDPR problems (see [Material Ticket](https://gitlab.com/kordis-ag/app/-/issues/148))
- [ ] On changing assignments for the special station, units listed there but not assigned get assigned ([Ticket](https://gitlab.com/kordis-ag/app/-/issues/65)) | priority | features regression bugs from legacy kordis system with our legacy kordis system we have a couple of smaller features requests and regression bugs from our internal bug tracker and from gitlab to have them in scope for the new system keep them in mind and make linking easier this issue lists those requests and bugs features list and deep link operations by operation type operations should have a body of water incl statistics station note s icon should be clearly visible if containing text operation departments and state departments should be filled from dimensional data i e drop down and not be free form to avoid data inconsistencies e g hamburg and lv hamburg regression bugs list active units only for station tooltips in map self host assets to avoid gdpr problems see on changing assignments for the special station units listed there but not assigned get assigned | 1 |
323,540 | 9,856,223,584 | IssuesEvent | 2019-06-19 21:28:35 | USGS-Astrogeology/PyHAT_Point_Spectra_GUI | https://api.github.com/repos/USGS-Astrogeology/PyHAT_Point_Spectra_GUI | opened | Dont send errors to a log file, just display them in the console window | Difficulty Intermediate Priority: Low | I believe this is related to the "Debug Mode" option. As far as I'm concerned, it is almost always more useful to dump errors directly to the console window in the UI rather than to a file. We could add the option to dump the current console window contents to a file as well, when desired. This could replace the debug mode toggle option. | 1.0 | Dont send errors to a log file, just display them in the console window - I believe this is related to the "Debug Mode" option. As far as I'm concerned, it is almost always more useful to dump errors directly to the console window in the UI rather than to a file. We could add the option to dump the current console window contents to a file as well, when desired. This could replace the debug mode toggle option. | priority | dont send errors to a log file just display them in the console window i believe this is related to the debug mode option as far as i m concerned it is almost always more useful to dump errors directly to the console window in the ui rather than to a file we could add the option to dump the current console window contents to a file as well when desired this could replace the debug mode toggle option | 1 |
781,883 | 27,453,109,942 | IssuesEvent | 2023-03-02 18:58:34 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-1109] Add type-check for app-store | 🐛 bug ⚡ Quick Wins Low priority | InstallAppButton file doesn't exist. It was there unnecessarily, which means Typechecks are not working on app-store. Need to add that,
_Originally posted by @hariombalhara in https://github.com/calcom/cal.com/pull/7188#discussion_r1110834025_
<sub>[CAL-1109](https://linear.app/calcom/issue/CAL-1109/add-type-check-for-app-store)</sub> | 1.0 | [CAL-1109] Add type-check for app-store - InstallAppButton file doesn't exist. It was there unnecessarily, which means Typechecks are not working on app-store. Need to add that,
_Originally posted by @hariombalhara in https://github.com/calcom/cal.com/pull/7188#discussion_r1110834025_
<sub>[CAL-1109](https://linear.app/calcom/issue/CAL-1109/add-type-check-for-app-store)</sub> | priority | add type check for app store installappbutton file doesn t exist it was there unnecessarily which means typechecks are not working on app store need to add that originally posted by hariombalhara in | 1 |
300,719 | 9,212,022,651 | IssuesEvent | 2019-03-09 20:22:18 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | TCP SYN backlog change likely has concurrent global var access issues | area: Networking bug priority: low | `ab -n1000 http://192.0.2.1:8080/` run against http_server.py (see #728) of MicroPython built against tag `v1.8.0`:
~~~
Time taken for tests: 21.512 seconds
Complete requests: 1000
Failed requests: 910
(Connect: 0, Receive: 0, Length: 910, Exceptions: 0)
Total transferred: 45920 bytes
HTML transferred: 28920 bytes
Requests per second: 46.49 [#/sec] (mean)
Time per request: 21.512 [ms] (mean)
Time per request: 21.512 [ms] (mean, across all concurrent requests)
Transfer rate: 2.08 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 5 9 9.8 7 116
Processing: 8 12 9.2 11 118
Waiting: 8 11 8.8 10 118
Total: 14 21 14.9 18 158
~~~
`ab -n10 http://192.0.2.1:8080/` (note - 10 requests!) run against uPy build against Z master:
~~~
Time taken for tests: 17.383 seconds
Complete requests: 10
Failed requests: 1
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0)
Total transferred: 441 bytes
HTML transferred: 271 bytes
Requests per second: 0.58 [#/sec] (mean)
Time per request: 1738.346 [ms] (mean)
Time per request: 1738.346 [ms] (mean, across all concurrent requests)
Transfer rate: 0.02 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 6 1723 1170.2 1030 3051
Processing: 10 16 10.0 12 41
Waiting: 8 15 10.5 10 41
Total: 19 1738 1173.0 1042 3092
~~~
| 1.0 | TCP SYN backlog change likely has concurrent global var access issues - `ab -n1000 http://192.0.2.1:8080/` run against http_server.py (see #728) of MicroPython built against tag `v1.8.0`:
~~~
Time taken for tests: 21.512 seconds
Complete requests: 1000
Failed requests: 910
(Connect: 0, Receive: 0, Length: 910, Exceptions: 0)
Total transferred: 45920 bytes
HTML transferred: 28920 bytes
Requests per second: 46.49 [#/sec] (mean)
Time per request: 21.512 [ms] (mean)
Time per request: 21.512 [ms] (mean, across all concurrent requests)
Transfer rate: 2.08 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 5 9 9.8 7 116
Processing: 8 12 9.2 11 118
Waiting: 8 11 8.8 10 118
Total: 14 21 14.9 18 158
~~~
`ab -n10 http://192.0.2.1:8080/` (note - 10 requests!) run against uPy build against Z master:
~~~
Time taken for tests: 17.383 seconds
Complete requests: 10
Failed requests: 1
(Connect: 0, Receive: 0, Length: 1, Exceptions: 0)
Total transferred: 441 bytes
HTML transferred: 271 bytes
Requests per second: 0.58 [#/sec] (mean)
Time per request: 1738.346 [ms] (mean)
Time per request: 1738.346 [ms] (mean, across all concurrent requests)
Transfer rate: 0.02 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 6 1723 1170.2 1030 3051
Processing: 10 16 10.0 12 41
Waiting: 8 15 10.5 10 41
Total: 19 1738 1173.0 1042 3092
~~~
| priority | tcp syn backlog change likely has concurrent global var access issues ab run against http server py see of micropython built against tag time taken for tests seconds complete requests failed requests connect receive length exceptions total transferred bytes html transferred bytes requests per second mean time per request mean time per request mean across all concurrent requests transfer rate received connection times ms min mean median max connect processing waiting total ab note requests run against upy build against z master time taken for tests seconds complete requests failed requests connect receive length exceptions total transferred bytes html transferred bytes requests per second mean time per request mean time per request mean across all concurrent requests transfer rate received connection times ms min mean median max connect processing waiting total | 1 |
219,989 | 7,348,785,865 | IssuesEvent | 2018-03-08 08:15:27 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | test: obj_recovery/TEST1, TEST4: SETUP (all/pmem/debug/pmemcheck) | Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug | Found on 221748f547cf4d92a2af6d1bd3f59c339564bc35
```
obj_recovery/TEST1: SETUP (all/pmem/debug/pmemcheck)
obj_recovery/TEST1 failed with Valgrind. See pmemcheck1.log. First 20 lines below.
obj_recovery/TEST1 pmemcheck1.log ==24990== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST1 pmemcheck1.log ==24990== Address: 0x61c05c0 size: 8 state: DIRTY
obj_recovery/TEST1 pmemcheck1.log ==24990== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST1 pmemcheck1.log ==24990== Address: 0x61c05c8 size: 8 state: DIRTY
obj_recovery/TEST1 pmemcheck1.log ==24990== Total memory not made persistent: 16
obj_recovery/TEST1 pmemcheck1.log ==24990== ERROR SUMMARY: 2 errors
RUNTESTS: stopping: obj_recovery//TEST1 failed, TEST=all FS=pmem BUILD=debug
obj_recovery/TEST4: SETUP (all/pmem/debug/pmemcheck)
obj_recovery/TEST4 failed with Valgrind. See pmemcheck4.log. First 20 lines below.
obj_recovery/TEST4 pmemcheck4.log ==25151== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST4 pmemcheck4.log ==25151== Address: 0x61c05c0 size: 8 state: DIRTY
obj_recovery/TEST4 pmemcheck4.log ==25151== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST4 pmemcheck4.log ==25151== Address: 0x61c05c8 size: 8 state: DIRTY
obj_recovery/TEST4 pmemcheck4.log ==25151== Total memory not made persistent: 16
obj_recovery/TEST4 pmemcheck4.log ==25151== ERROR SUMMARY: 2 errors
RUNTESTS: stopping: obj_recovery//TEST4 failed, TEST=all FS=pmem BUILD=debug
```
pmemcheck1.logs
```
==24990== pmemcheck-0.2, a simple persistent store checker
==24990== Copyright (c) 2014-2016, Intel Corporation
==24990== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==24990== Command: ./obj_recovery /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_recovery1😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile y c n
==24990== Parent PID: 24931
==24990==
==24990==
==24990== Number of stores not made persistent: 2
==24990== Stores not made persistent properly:
==24990== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
==24990== by 0x4C579DB: block_write_header (memblock.c:699)
==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==24990== by 0x40294A: main (obj_recovery.c:149)
==24990== Address: 0x61c05c0 size: 8 state: DIRTY
==24990== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
==24990== by 0x4C579DB: block_write_header (memblock.c:699)
==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==24990== by 0x40294A: main (obj_recovery.c:149)
==24990== Address: 0x61c05c8 size: 8 state: DIRTY
==24990== Total memory not made persistent: 16
==24990== ERROR SUMMARY: 2 errors
```
pmemcheck4.log
```
==25151== pmemcheck-0.2, a simple persistent store checker
==25151== Copyright (c) 2014-2016, Intel Corporation
==25151== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==25151== Command: ./obj_recovery /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_recovery4😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testset n c n
==25151== Parent PID: 25111
==25151==
==25151==
==25151== Number of stores not made persistent: 2
==25151== Stores not made persistent properly:
==25151== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
==25151== by 0x4C579DB: block_write_header (memblock.c:699)
==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==25151== by 0x40294A: main (obj_recovery.c:149)
==25151== Address: 0x61c05c0 size: 8 state: DIRTY
==25151== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
==25151== by 0x4C579DB: block_write_header (memblock.c:699)
==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==25151== by 0x40294A: main (obj_recovery.c:149)
==25151== Address: 0x61c05c8 size: 8 state: DIRTY
==25151== Total memory not made persistent: 16
==25151== ERROR SUMMARY: 2 errors
```
| 1.0 | test: obj_recovery/TEST1, TEST4: SETUP (all/pmem/debug/pmemcheck) - Found on 221748f547cf4d92a2af6d1bd3f59c339564bc35
```
obj_recovery/TEST1: SETUP (all/pmem/debug/pmemcheck)
obj_recovery/TEST1 failed with Valgrind. See pmemcheck1.log. First 20 lines below.
obj_recovery/TEST1 pmemcheck1.log ==24990== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST1 pmemcheck1.log ==24990== Address: 0x61c05c0 size: 8 state: DIRTY
obj_recovery/TEST1 pmemcheck1.log ==24990== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST1 pmemcheck1.log ==24990== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST1 pmemcheck1.log ==24990== Address: 0x61c05c8 size: 8 state: DIRTY
obj_recovery/TEST1 pmemcheck1.log ==24990== Total memory not made persistent: 16
obj_recovery/TEST1 pmemcheck1.log ==24990== ERROR SUMMARY: 2 errors
RUNTESTS: stopping: obj_recovery//TEST1 failed, TEST=all FS=pmem BUILD=debug
obj_recovery/TEST4: SETUP (all/pmem/debug/pmemcheck)
obj_recovery/TEST4 failed with Valgrind. See pmemcheck4.log. First 20 lines below.
obj_recovery/TEST4 pmemcheck4.log ==25151== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST4 pmemcheck4.log ==25151== Address: 0x61c05c0 size: 8 state: DIRTY
obj_recovery/TEST4 pmemcheck4.log ==25151== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C579DB: block_write_header (memblock.c:699)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
obj_recovery/TEST4 pmemcheck4.log ==25151== by 0x40294A: main (obj_recovery.c:149)
obj_recovery/TEST4 pmemcheck4.log ==25151== Address: 0x61c05c8 size: 8 state: DIRTY
obj_recovery/TEST4 pmemcheck4.log ==25151== Total memory not made persistent: 16
obj_recovery/TEST4 pmemcheck4.log ==25151== ERROR SUMMARY: 2 errors
RUNTESTS: stopping: obj_recovery//TEST4 failed, TEST=all FS=pmem BUILD=debug
```
pmemcheck1.logs
```
==24990== pmemcheck-0.2, a simple persistent store checker
==24990== Copyright (c) 2014-2016, Intel Corporation
==24990== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==24990== Command: ./obj_recovery /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_recovery1😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testfile y c n
==24990== Parent PID: 24931
==24990==
==24990==
==24990== Number of stores not made persistent: 2
==24990== Stores not made persistent properly:
==24990== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
==24990== by 0x4C579DB: block_write_header (memblock.c:699)
==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==24990== by 0x40294A: main (obj_recovery.c:149)
==24990== Address: 0x61c05c0 size: 8 state: DIRTY
==24990== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
==24990== by 0x4C579DB: block_write_header (memblock.c:699)
==24990== by 0x4C61328: alloc_prep_block (palloc.c:142)
==24990== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==24990== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==24990== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==24990== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==24990== by 0x40294A: main (obj_recovery.c:149)
==24990== Address: 0x61c05c8 size: 8 state: DIRTY
==24990== Total memory not made persistent: 16
==24990== ERROR SUMMARY: 2 errors
```
pmemcheck4.log
```
==25151== pmemcheck-0.2, a simple persistent store checker
==25151== Copyright (c) 2014-2016, Intel Corporation
==25151== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
==25151== Command: ./obj_recovery /mnt/pmem/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/LoremipsumdolorsitametconsecteturadipiscingelitVivamuslacinianibhattortordictumsollicitudinNullamvariusvestibulumligulaetegestaselitsemperidMaurisultriciesligulaeuipsumtinciduntluctusMorbimaximusvariusdolorid/test_obj_recovery4😘⠝⠧⠍⠇ɗPMDKӜ⥺🙋/testset n c n
==25151== Parent PID: 25111
==25151==
==25151==
==25151== Number of stores not made persistent: 2
==25151== Stores not made persistent properly:
==25151== [0] at 0x4C56793: memblock_header_compact_write (memblock.c:222)
==25151== by 0x4C579DB: block_write_header (memblock.c:699)
==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==25151== by 0x40294A: main (obj_recovery.c:149)
==25151== Address: 0x61c05c0 size: 8 state: DIRTY
==25151== [1] at 0x4C567A4: memblock_header_compact_write (memblock.c:223)
==25151== by 0x4C579DB: block_write_header (memblock.c:699)
==25151== by 0x4C61328: alloc_prep_block (palloc.c:142)
==25151== by 0x4C6156A: palloc_reservation_create (palloc.c:217)
==25151== by 0x4C61D2B: palloc_reserve (palloc.c:488)
==25151== by 0x4C6DA19: tx_alloc_common (tx.c:1101)
==25151== by 0x4C70D9C: pmemobj_tx_alloc (tx.c:2040)
==25151== by 0x40294A: main (obj_recovery.c:149)
==25151== Address: 0x61c05c8 size: 8 state: DIRTY
==25151== Total memory not made persistent: 16
==25151== ERROR SUMMARY: 2 errors
```
| priority | test obj recovery setup all pmem debug pmemcheck found on obj recovery setup all pmem debug pmemcheck obj recovery failed with valgrind see log first lines below obj recovery log at memblock header compact write memblock c obj recovery log by block write header memblock c obj recovery log by alloc prep block palloc c obj recovery log by palloc reservation create palloc c obj recovery log by palloc reserve palloc c obj recovery log by tx alloc common tx c obj recovery log by pmemobj tx alloc tx c obj recovery log by main obj recovery c obj recovery log address size state dirty obj recovery log at memblock header compact write memblock c obj recovery log by block write header memblock c obj recovery log by alloc prep block palloc c obj recovery log by palloc reservation create palloc c obj recovery log by palloc reserve palloc c obj recovery log by tx alloc common tx c obj recovery log by pmemobj tx alloc tx c obj recovery log by main obj recovery c obj recovery log address size state dirty obj recovery log total memory not made persistent obj recovery log error summary errors runtests stopping obj recovery failed test all fs pmem build debug obj recovery setup all pmem debug pmemcheck obj recovery failed with valgrind see log first lines below obj recovery log at memblock header compact write memblock c obj recovery log by block write header memblock c obj recovery log by alloc prep block palloc c obj recovery log by palloc reservation create palloc c obj recovery log by palloc reserve palloc c obj recovery log by tx alloc common tx c obj recovery log by pmemobj tx alloc tx c obj recovery log by main obj recovery c obj recovery log address size state dirty obj recovery log at memblock header compact write memblock c obj recovery log by block write header memblock c obj recovery log by alloc prep block palloc c obj recovery log by palloc reservation create palloc c obj recovery log by palloc reserve palloc c obj recovery log by tx alloc common tx c obj recovery log by pmemobj tx alloc tx c obj recovery log by main obj recovery c obj recovery log address size state dirty obj recovery log total memory not made persistent obj recovery log error summary errors runtests stopping obj recovery failed test all fs pmem build debug logs pmemcheck a simple persistent store checker copyright c intel corporation using valgrind and libvex rerun with h for copyright info command obj recovery mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test obj 😘⠝⠧⠍⠇ɗpmdkӝ⥺🙋 testfile y c n parent pid number of stores not made persistent stores not made persistent properly at memblock header compact write memblock c by block write header memblock c by alloc prep block palloc c by palloc reservation create palloc c by palloc reserve palloc c by tx alloc common tx c by pmemobj tx alloc tx c by main obj recovery c address size state dirty at memblock header compact write memblock c by block write header memblock c by alloc prep block palloc c by palloc reservation create palloc c by palloc reserve palloc c by tx alloc common tx c by pmemobj tx alloc tx c by main obj recovery c address size state dirty total memory not made persistent error summary errors log pmemcheck a simple persistent store checker copyright c intel corporation using valgrind and libvex rerun with h for copyright info command obj recovery mnt pmem loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid loremipsumdolorsitametconsecteturadipiscingelitvivamuslacinianibhattortordictumsollicitudinnullamvariusvestibulumligulaetegestaselitsemperidmaurisultriciesligulaeuipsumtinciduntluctusmorbimaximusvariusdolorid test obj 😘⠝⠧⠍⠇ɗpmdkӝ⥺🙋 testset n c n parent pid number of stores not made persistent stores not made persistent properly at memblock header compact write memblock c by block write header memblock c by alloc prep block palloc c by palloc reservation create palloc c by palloc reserve palloc c by tx alloc common tx c by pmemobj tx alloc tx c by main obj recovery c address size state dirty at memblock header compact write memblock c by block write header memblock c by alloc prep block palloc c by palloc reservation create palloc c by palloc reserve palloc c by tx alloc common tx c by pmemobj tx alloc tx c by main obj recovery c address size state dirty total memory not made persistent error summary errors | 1 |
789,104 | 27,778,406,371 | IssuesEvent | 2023-03-16 18:59:07 | learnspigot/discord-bot | https://api.github.com/repos/learnspigot/discord-bot | closed | Make message sent in #suggestions automatically convert to a suggestion | enhancement good first issue low priority | Seen this on another server. Was much cleaner than doing /suggest (which nobody knows exists).
Yes there will be some we have to delete due to people not realizing. Much better alternative than people not suggesting.
| 1.0 | Make message sent in #suggestions automatically convert to a suggestion - Seen this on another server. Was much cleaner than doing /suggest (which nobody knows exists).
Yes there will be some we have to delete due to people not realizing. Much better alternative than people not suggesting.
| priority | make message sent in suggestions automatically convert to a suggestion seen this on another server was much cleaner than doing suggest which nobody knows exists yes there will be some we have to delete due to people not realizing much better alternative than people not suggesting | 1 |
592,293 | 17,874,622,497 | IssuesEvent | 2021-09-07 00:09:50 | azerothcore/azerothcore-wotlk | https://api.github.com/repos/azerothcore/azerothcore-wotlk | closed | [Questitem] Elegant Letter is missing the exclamation mark | Class-Rogue Priority-Low DB Confirmed 20-29 | ### What client do you play on?
enUS
### Faction
- [X] Alliance
- [ ] Horde
### Content Phase:
- [ ] Generic
- [ ] 1-19
- [X] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
### Current Behaviour
Original report: https://github.com/chromiecraft/chromiecraft/issues/1616
This [item](https://wowwiki-archive.fandom.com/wiki/Elegant_Letter) can be received by rogues at any trainer in a capital city at level 24. When talking with them, there is a new option with something like "give me the letter" and item will be "conjured" and appear in our inventory.
This item starts a quest (about meeting Ravenholdt faction) but it does NOT show any exclamation mark on its icon.
### Expected Blizzlike Behaviour
I haven't found any comment or reference to it, but being an item that starts a quest, it should probably have an exclamation mark on it [ ! ] before taking the quest.
### Source
_No response_
### Steps to reproduce the problem
Get a rogue to lvl 24
Talk with a trainer at a main city
Choose "give me the letter option"
Receive item, which starts a quest but has no exclamation mark on its icon
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb
### Operating system
Ubuntu 20.04
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft
Confirmed on local AC (edb5f78c74).
The exclamation mark is missing over the letter, but is present for other letters, that start a quest, see here:

| 1.0 | [Questitem] Elegant Letter is missing the exclamation mark - ### What client do you play on?
enUS
### Faction
- [X] Alliance
- [ ] Horde
### Content Phase:
- [ ] Generic
- [ ] 1-19
- [X] 20-29
- [ ] 30-39
- [ ] 40-49
- [ ] 50-59
### Current Behaviour
Original report: https://github.com/chromiecraft/chromiecraft/issues/1616
This [item](https://wowwiki-archive.fandom.com/wiki/Elegant_Letter) can be received by rogues at any trainer in a capital city at level 24. When talking with them, there is a new option with something like "give me the letter" and item will be "conjured" and appear in our inventory.
This item starts a quest (about meeting Ravenholdt faction) but it does NOT show any exclamation mark on its icon.
### Expected Blizzlike Behaviour
I haven't found any comment or reference to it, but being an item that starts a quest, it should probably have an exclamation mark on it [ ! ] before taking the quest.
### Source
_No response_
### Steps to reproduce the problem
Get a rogue to lvl 24
Talk with a trainer at a main city
Choose "give me the letter option"
Receive item, which starts a quest but has no exclamation mark on its icon
### Extra Notes
_No response_
### AC rev. hash/commit
https://github.com/chromiecraft/azerothcore-wotlk/commit/595bb6adccbabc714469f3935541978283b8bdfb
### Operating system
Ubuntu 20.04
### Modules
- [mod-ah-bot](https://github.com/azerothcore/mod-ah-bot)
- [mod-cfbg](https://github.com/azerothcore/mod-cfbg)
- [mod-chromie-xp](https://github.com/azerothcore/mod-chromie-xp)
- [mod-desertion-warnings](https://github.com/azerothcore/mod-desertion-warnings)
- [mod-duel-reset](https://github.com/azerothcore/mod-duel-reset)
- [mod-eluna-lua-engine](https://github.com/azerothcore/mod-eluna-lua-engine)
- [mod-ip-tracker](https://github.com/azerothcore/mod-ip-tracker)
- [mod-low-level-arena](https://github.com/azerothcore/mod-low-level-arena)
- [mod-multi-client-check](https://github.com/azerothcore/mod-multi-client-check)
- [mod-pvp-titles](https://github.com/azerothcore/mod-pvp-titles)
- [mod-pvpstats-announcer](https://github.com/azerothcore/mod-pvpstats-announcer)
- [mod-queue-list-cache](https://github.com/azerothcore/mod-queue-list-cache)
- [mod-server-auto-shutdown](https://github.com/azerothcore/mod-server-auto-shutdown)
- [lua-carbon-copy](https://github.com/55Honey/Acore_CarbonCopy)
- [lua-custom-corldboss](https://github.com/55Honey/Acore_CustomWorldboss)
- [lua-level-up-reward](https://github.com/55Honey/Acore_LevelUpReward)
- [lua-recruit-a-friend](https://github.com/55Honey/Acore_RecruitAFriend)
- [lua-send-and-bind](https://github.com/55Honey/Acore_SendAndBind)
- [lua-temp-announcements](https://github.com/55Honey/Acore_TempAnnouncements)
- [lua-zonecheck](https://github.com/55Honey/acore_Zonecheck)
### Customizations
None
### Server
ChromieCraft
Confirmed on local AC (edb5f78c74).
The exclamation mark is missing over the letter, but is present for other letters, that start a quest, see here:

| priority | elegant letter is missing the exclamation mark what client do you play on enus faction alliance horde content phase generic current behaviour original report this can be received by rogues at any trainer in a capital city at level when talking with them there is a new option with something like give me the letter and item will be conjured and appear in our inventory this item starts a quest about meeting ravenholdt faction but it does not show any exclamation mark on its icon expected blizzlike behaviour i haven t found any comment or reference to it but being an item that starts a quest it should probably have an exclamation mark on it before taking the quest source no response steps to reproduce the problem get a rogue to lvl talk with a trainer at a main city choose give me the letter option receive item which starts a quest but has no exclamation mark on its icon extra notes no response ac rev hash commit operating system ubuntu modules customizations none server chromiecraft confirmed on local ac the exclamation mark is missing over the letter but is present for other letters that start a quest see here | 1 |
779,646 | 27,361,038,534 | IssuesEvent | 2023-02-27 15:53:21 | Distilled-Platform/app.getdistilled.io | https://api.github.com/repos/Distilled-Platform/app.getdistilled.io | closed | I can't change a workspace | bug front-end Priority: Low | 
Context:
- when I have 2 workspaces and change it in settings, nothing is changed.
Expected behaviour:
- We need to be able to switch between workspaces | 1.0 | I can't change a workspace - 
Context:
- when I have 2 workspaces and change it in settings, nothing is changed.
Expected behaviour:
- We need to be able to switch between workspaces | priority | i can t change a workspace context when i have workspaces and change it in settings nothing is changed expected behaviour we need to be able to switch between workspaces | 1 |
541,751 | 15,833,171,665 | IssuesEvent | 2021-04-06 15:21:48 | sopra-fs21-group-26/client | https://api.github.com/repos/sopra-fs21-group-26/client | closed | Screen for leaderboards | low priority task | <h1>Story #5 Leaderboards </h1>
<h2>Sub-Tasks:</h2>
- [x] CSS
- [x] Display top 5 players with their ELO
- [x] Player-Search field
- [x] Click on name to direct to profile
- [x] Back to menu button
<h2>Estimate: 6h</h2> | 1.0 | Screen for leaderboards - <h1>Story #5 Leaderboards </h1>
<h2>Sub-Tasks:</h2>
- [x] CSS
- [x] Display top 5 players with their ELO
- [x] Player-Search field
- [x] Click on name to direct to profile
- [x] Back to menu button
<h2>Estimate: 6h</h2> | priority | screen for leaderboards story leaderboards sub tasks css display top players with their elo player search field click on name to direct to profile back to menu button estimate | 1 |
505,041 | 14,626,318,126 | IssuesEvent | 2020-12-23 10:08:28 | SAP/ownid-server-sdk-net | https://api.github.com/repos/SAP/ownid-server-sdk-net | opened | Unit tests. part 2 | Priority: Low Type: Maintenance | There is a lot of logic available to cover with unit tests after recent major refactoring (previously we can not cover that due to some architecture solutions). | 1.0 | Unit tests. part 2 - There is a lot of logic available to cover with unit tests after recent major refactoring (previously we can not cover that due to some architecture solutions). | priority | unit tests part there is a lot of logic available to cover with unit tests after recent major refactoring previously we can not cover that due to some architecture solutions | 1 |
296,657 | 9,125,013,340 | IssuesEvent | 2019-02-24 09:47:52 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | closed | [Quest] Creating the Pendant -10567- Blade's Edge Mountains | Fixed in Dev Low Priority | quest - https://www.wowhead.com/quest=10567/creating-the-pendant
- summons x2 npc Harbinger of the Raven
npc - https://www.wowhead.com/npc=21767/harbinger-of-the-raven

| 1.0 | [Quest] Creating the Pendant -10567- Blade's Edge Mountains - quest - https://www.wowhead.com/quest=10567/creating-the-pendant
- summons x2 npc Harbinger of the Raven
npc - https://www.wowhead.com/npc=21767/harbinger-of-the-raven

| priority | creating the pendant blade s edge mountains quest summons npc harbinger of the raven npc | 1 |
632,405 | 20,195,371,865 | IssuesEvent | 2022-02-11 10:09:58 | MeAmAnUsername/pie | https://api.github.com/repos/MeAmAnUsername/pie | opened | Show name of syntactic elements on hover | Type: enhancement Status: proposal Priority: low Component: editor | **Summary**
Mention name of syntax + quick summary of semantics of operators and other syntactic elements on hover
**Todo**
- [ ] Decide how to implement
- [ ] Implement
**Reason**
Often, searching for information on syntax is hard because it is hard to search for documentation online without knowing the name. Showing the name on hover makes that way easier.
**Example**
Given `2 == 5` and hovering over `==`, show an explanation like:
```
Equality operator.
Checks if the left-hand side is equal to the right-hand side, according to the equality defined on the left-hand side.
Type: [T1, T2] T1 * T2 -> bool where T1 and T2 share values.
Examples: x == null, str == "Hello World!"
Grammar: $Exp == $Exp
Type: bool
```
**Implementation**
Should be done by adding to editor-hover.
It may be possible by just adding cases for `Equals(_, _)`, which would be nice.
If that doesn't work, it may be possible to refer to the `==` somehow. Ask in Spoofax channel I guess.
If that also does not work, it is definitely possible by making operators an explicit part of the AST, i.e.
```
Exp.Equals = [[Exp] [EqualityOperator] [Exp]]
EqualityOperator.EqualityOperator = [==]
```
However, that makes the AST quite a bit noisier.
**Related issues**
None | 1.0 | Show name of syntactic elements on hover - **Summary**
Mention name of syntax + quick summary of semantics of operators and other syntactic elements on hover
**Todo**
- [ ] Decide how to implement
- [ ] Implement
**Reason**
Often, searching for information on syntax is hard because it is hard to search for documentation online without knowing the name. Showing the name on hover makes that way easier.
**Example**
Given `2 == 5` and hovering over `==`, show an explanation like:
```
Equality operator.
Checks if the left-hand side is equal to the right-hand side, according to the equality defined on the left-hand side.
Type: [T1, T2] T1 * T2 -> bool where T1 and T2 share values.
Examples: x == null, str == "Hello World!"
Grammar: $Exp == $Exp
Type: bool
```
**Implementation**
Should be done by adding to editor-hover.
It may be possible by just adding cases for `Equals(_, _)`, which would be nice.
If that doesn't work, it may be possible to refer to the `==` somehow. Ask in Spoofax channel I guess.
If that also does not work, it is definitely possible by making operators an explicit part of the AST, i.e.
```
Exp.Equals = [[Exp] [EqualityOperator] [Exp]]
EqualityOperator.EqualityOperator = [==]
```
However, that makes the AST quite a bit noisier.
**Related issues**
None | priority | show name of syntactic elements on hover summary mention name of syntax quick summary of semantics of operators and other syntactic elements on hover todo decide how to implement implement reason often searching for information on syntax is hard because it is hard to search for documentation online without knowing the name showing the name on hover makes that way easier example given and hovering over show an explanation like equality operator checks if the left hand side is equal to the right hand side according to the equality defined on the left hand side type bool where and share values examples x null str hello world grammar exp exp type bool implementation should be done by adding to editor hover it may be possible by just adding cases for equals which would be nice if that doesn t work it may be possible to refer to the somehow ask in spoofax channel i guess if that also does not work it is definitely possible by making operators an explicit part of the ast i e exp equals equalityoperator equalityoperator however that makes the ast quite a bit noisier related issues none | 1 |
820,048 | 30,758,701,886 | IssuesEvent | 2023-07-29 12:09:03 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] swww | request:new-pkg priority:low | ### Package:
[swww](https://aur.archlinux.org/packages/swww)
### Purpose:
As of description: ***Efficient animated wallpaper daemon for wayland, controlled at runtime.***. It is the one of the best utility for wayland users
### Benefits:
It has more options and features than other equivalent packages like swaybg or wbg
### Building:
makepkg -si
### Copyright:
GPL3
### Expected Interest:
Some
### Already available?
No
### Unique request?
Yes
### Banned package?
No
### More information:
As wayland is getting popular, this package will eventually also grab more attention. Therefore it is going be a good idea to add this in chaotic-aur | 1.0 | [Request] swww - ### Package:
[swww](https://aur.archlinux.org/packages/swww)
### Purpose:
As of description: ***Efficient animated wallpaper daemon for wayland, controlled at runtime.***. It is the one of the best utility for wayland users
### Benefits:
It has more options and features than other equivalent packages like swaybg or wbg
### Building:
makepkg -si
### Copyright:
GPL3
### Expected Interest:
Some
### Already available?
No
### Unique request?
Yes
### Banned package?
No
### More information:
As wayland is getting popular, this package will eventually also grab more attention. Therefore it is going be a good idea to add this in chaotic-aur | priority | swww package purpose as of description efficient animated wallpaper daemon for wayland controlled at runtime it is the one of the best utility for wayland users benefits it has more options and features than other equivalent packages like swaybg or wbg building makepkg si copyright expected interest some already available no unique request yes banned package no more information as wayland is getting popular this package will eventually also grab more attention therefore it is going be a good idea to add this in chaotic aur | 1 |
519,763 | 15,056,852,123 | IssuesEvent | 2021-02-03 20:47:33 | IskenderWang/787-family | https://api.github.com/repos/IskenderWang/787-family | closed | Different Flap settings for -8 and -9 variants | enhancement low priority | 787-8 and 787-9 have different flaps settings, one has a flaps 10 setting and the other has a flaps 15 setting | 1.0 | Different Flap settings for -8 and -9 variants - 787-8 and 787-9 have different flaps settings, one has a flaps 10 setting and the other has a flaps 15 setting | priority | different flap settings for and variants and have different flaps settings one has a flaps setting and the other has a flaps setting | 1 |
135,863 | 5,265,909,807 | IssuesEvent | 2017-02-04 06:09:34 | sunjay/brain | https://api.github.com/repos/sunjay/brain | opened | Drop variables declared within blocks | Priority: Low Status: Available (not started) Type: Bug | Deallocate variables declared in if statements and while loops. | 1.0 | Drop variables declared within blocks - Deallocate variables declared in if statements and while loops. | priority | drop variables declared within blocks deallocate variables declared in if statements and while loops | 1 |
827,530 | 31,777,728,345 | IssuesEvent | 2023-09-12 15:20:42 | SparkDevNetwork/Rock | https://api.github.com/repos/SparkDevNetwork/Rock | closed | [EN] Add Cache Entities for Schedules | Type: Enhancement Priority: Low Topic: Rock Internals | ### Description
Posting this here as it's more of a low-level developer item than a feature most people would understand, but I can re-post at the ideas site if necessary.
Rock is doing more and more with schedules. Between check-in, group schedules and various other places where Rock needs to make a round-trip to the database to load a schedule, it seems like it might be time to add a `ScheduleCache` object into Rock.
These would primarily be used in determining if a schedule is active (meaning "now" falls within the scheduled time frame) or if check-in is active - though they could be used when parts of Rock need to display the friendly name of a schedule as well.
### Record Counts
I did a check on our system (Shepherd Church) and we have 1,909 schedules. For comparison, Categories are already cached and we have 2,808 of those.
### Code
I can provide a pull request that adds a new ScheduleCache object to Rock along with migrating a few heavy usage places (such as check-in welcome screen) to use the new cache objects if approved. | 1.0 | [EN] Add Cache Entities for Schedules - ### Description
Posting this here as it's more of a low-level developer item than a feature most people would understand, but I can re-post at the ideas site if necessary.
Rock is doing more and more with schedules. Between check-in, group schedules and various other places where Rock needs to make a round-trip to the database to load a schedule, it seems like it might be time to add a `ScheduleCache` object into Rock.
These would primarily be used in determining if a schedule is active (meaning "now" falls within the scheduled time frame) or if check-in is active - though they could be used when parts of Rock need to display the friendly name of a schedule as well.
### Record Counts
I did a check on our system (Shepherd Church) and we have 1,909 schedules. For comparison, Categories are already cached and we have 2,808 of those.
### Code
I can provide a pull request that adds a new ScheduleCache object to Rock along with migrating a few heavy usage places (such as check-in welcome screen) to use the new cache objects if approved. | priority | add cache entities for schedules description posting this here as it s more of a low level developer item than a feature most people would understand but i can re post at the ideas site if necessary rock is doing more and more with schedules between check in group schedules and various other places where rock needs to make a round trip to the database to load a schedule it seems like it might be time to add a schedulecache object into rock these would primarily be used in determining if a schedule is active meaning now falls within the scheduled time frame or if check in is active though they could be used when parts of rock need to display the friendly name of a schedule as well record counts i did a check on our system shepherd church and we have schedules for comparison categories are already cached and we have of those code i can provide a pull request that adds a new schedulecache object to rock along with migrating a few heavy usage places such as check in welcome screen to use the new cache objects if approved | 1 |
319,970 | 9,762,835,814 | IssuesEvent | 2019-06-05 12:28:50 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Unbonded peripheral gets 'Tx Buffer Overflow' when erasing bond on master | area: Bluetooth bug priority: low | **Describe the bug**
```
[00709206] <err> bt_ctlr_hci: Tx Buffer Overflow
[00709206] <err> bt_hci_core: assert: 'bt_hci_evt_is_prio(hdr->evt)' failed
***** Kernel OOPS! *****
Current thread ID = 0x200025a0
Faulting instruction address = 0x2b15a
Fatal fault in thread 0x200025a0! Aborting.
[00961529] <err> bt_ctlr_llsw_ctrl: assert: '_radio.ticker_id_prepare == (7 + conn->handle)' failed
***** Kernel OOPS! *****
Current thread ID = 0x20002e44
Faulting instruction address = 0x364d4
Fatal fault in ISR! Spinning...
```
**To Reproduce**
Steps to reproduce the behavior:
1. Bond master and peripheral
2. Remove bonds on peripheral
3. Observe peripheral disconnecting
4. Since master still has peripheral bonded it tries to reconnect
5. Connection is established and security start is called (that will fail as peripheral does not have bond)
6. When security fails and peripheral disconnects observe devices go back to point 4
7. At some point once devices are connected and security start is in progress remove bonds on central
8. Observe crash on peripheral; central is unaffected (disconnects and has bonds removed)
**Expected behavior**
No crash. Central should be able to erase its bonds without effect on peripheral.
**Impact**
Showstopper
**Screenshots or console output**
N/A
**Environment (please complete the following information):**
master
**Additional context**
N/A
| 1.0 | Unbonded peripheral gets 'Tx Buffer Overflow' when erasing bond on master - **Describe the bug**
```
[00709206] <err> bt_ctlr_hci: Tx Buffer Overflow
[00709206] <err> bt_hci_core: assert: 'bt_hci_evt_is_prio(hdr->evt)' failed
***** Kernel OOPS! *****
Current thread ID = 0x200025a0
Faulting instruction address = 0x2b15a
Fatal fault in thread 0x200025a0! Aborting.
[00961529] <err> bt_ctlr_llsw_ctrl: assert: '_radio.ticker_id_prepare == (7 + conn->handle)' failed
***** Kernel OOPS! *****
Current thread ID = 0x20002e44
Faulting instruction address = 0x364d4
Fatal fault in ISR! Spinning...
```
**To Reproduce**
Steps to reproduce the behavior:
1. Bond master and peripheral
2. Remove bonds on peripheral
3. Observe peripheral disconnecting
4. Since master still has peripheral bonded it tries to reconnect
5. Connection is established and security start is called (that will fail as peripheral does not have bond)
6. When security fails and peripheral disconnects observe devices go back to point 4
7. At some point once devices are connected and security start is in progress remove bonds on central
8. Observe crash on peripheral; central is unaffected (disconnects and has bonds removed)
**Expected behavior**
No crash. Central should be able to erase its bonds without effect on peripheral.
**Impact**
Showstopper
**Screenshots or console output**
N/A
**Environment (please complete the following information):**
master
**Additional context**
N/A
| priority | unbonded peripheral gets tx buffer overflow when erasing bond on master describe the bug bt ctlr hci tx buffer overflow bt hci core assert bt hci evt is prio hdr evt failed kernel oops current thread id faulting instruction address fatal fault in thread aborting bt ctlr llsw ctrl assert radio ticker id prepare conn handle failed kernel oops current thread id faulting instruction address fatal fault in isr spinning to reproduce steps to reproduce the behavior bond master and peripheral remove bonds on peripheral observe peripheral disconnecting since master still has peripheral bonded it tries to reconnect connection is established and security start is called that will fail as peripheral does not have bond when security fails and peripheral disconnects observe devices go back to point at some point once devices are connected and security start is in progress remove bonds on central observe crash on peripheral central is unaffected disconnects and has bonds removed expected behavior no crash central should be able to erase its bonds without effect on peripheral impact showstopper screenshots or console output n a environment please complete the following information master additional context n a | 1 |
596,375 | 18,104,188,964 | IssuesEvent | 2021-09-22 17:16:58 | NOAA-GSL/VxLegacyIngest | https://api.github.com/repos/NOAA-GSL/VxLegacyIngest | closed | Add full CONUS Vx grids to HRRR_dev3/HRRRE members | Type: Task Priority: Low | ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 67926, https://vlab.ncep.noaa.gov/redmine/issues/67926
Original Date: 2019-08-28
Original Assignee: jeffrey.a.hamilton
---
HRRRE and HRRR_dev3 were originally sub-CONUS in their extent and we set up the verification domains to reflect that. They are now full HRRR grid, so add these regions to all verification types for these two models
| 1.0 | Add full CONUS Vx grids to HRRR_dev3/HRRRE members - ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 67926, https://vlab.ncep.noaa.gov/redmine/issues/67926
Original Date: 2019-08-28
Original Assignee: jeffrey.a.hamilton
---
HRRRE and HRRR_dev3 were originally sub-CONUS in their extent and we set up the verification domains to reflect that. They are now full HRRR grid, so add these regions to all verification types for these two models
| priority | add full conus vx grids to hrrr hrrre members author name jeffrey a hamilton jeffrey a hamilton original redmine issue original date original assignee jeffrey a hamilton hrrre and hrrr were originally sub conus in their extent and we set up the verification domains to reflect that they are now full hrrr grid so add these regions to all verification types for these two models | 1 |
783,742 | 27,544,187,924 | IssuesEvent | 2023-03-07 10:35:13 | daksh2k/Spicetify-stuff | https://api.github.com/repos/daksh2k/Spicetify-stuff | closed | [Feature Request]: add lyrics translation support | enhancement help wanted full screen low priority | ### Choose the extension for feature request.
Full Screen Mode
### 📝 Provide a description of the new feature
Allow language conversion extensions to work on your full app display mod
examples: Japanese Romaji Lyrics, Korean Romaji Lyrics
### ➕ Additional Information
I don't have a proposed solution as it uses lyrics+ app to function and the extensions only affect the normal lyrics menu, maybe an option to pull lyrics off that | 1.0 | [Feature Request]: add lyrics translation support - ### Choose the extension for feature request.
Full Screen Mode
### 📝 Provide a description of the new feature
Allow language conversion extensions to work on your full app display mod
examples: Japanese Romaji Lyrics, Korean Romaji Lyrics
### ➕ Additional Information
I don't have a proposed solution as it uses lyrics+ app to function and the extensions only affect the normal lyrics menu, maybe an option to pull lyrics off that | priority | add lyrics translation support choose the extension for feature request full screen mode 📝 provide a description of the new feature allow language conversion extensions to work on your full app display mod examples japanese romaji lyrics korean romaji lyrics ➕ additional information i don t have a proposed solution as it uses lyrics app to function and the extensions only affect the normal lyrics menu maybe an option to pull lyrics off that | 1 |
509,068 | 14,712,235,187 | IssuesEvent | 2021-01-05 08:39:46 | ckohen/corncierge | https://api.github.com/repos/ckohen/corncierge | opened | Switch from http to https | priority: low reason: API support semver: major status: project type: http | Improve security and add support for future https only things.
- [ ] Add import
- [ ] Add ssl certificate support (device backend)
- [ ] Fallback to http if key not present
- [ ] add option for https | 1.0 | Switch from http to https - Improve security and add support for future https only things.
- [ ] Add import
- [ ] Add ssl certificate support (device backend)
- [ ] Fallback to http if key not present
- [ ] add option for https | priority | switch from http to https improve security and add support for future https only things add import add ssl certificate support device backend fallback to http if key not present add option for https | 1 |
817,383 | 30,639,267,099 | IssuesEvent | 2023-07-24 20:24:34 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | closed | dataflow.gpu-examples.tensorflow-landsat.e2e_test: test_tensorflow_landsat failed | priority: p1 type: bug api: dataflow samples flakybot: issue flakybot: flaky | Note: #7843 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: fe75eefc988f1f4e5717a66e3a9a855234f42c13
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/276fb9ae-0b63-4285-908b-d09b0b3654ff), [Sponge](http://sponge2/276fb9ae-0b63-4285-908b-d09b0b3654ff)
status: failed
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
File "/workspace/dataflow/gpu-examples/tensorflow-landsat/e2e_test.py", line 36, in build_image
yield from utils.cloud_build_submit(
File "/workspace/dataflow/conftest.py", line 321, in cloud_build_submit
subprocess.check_call(cmd)
File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcloud', 'container', 'images', 'delete', 'gcr.io/python-docs-samples-tests/dataflow/gpu-examples/tensorflow-landsat:1aa5b4', '--project=python-docs-samples-tests', '--force-delete-tags', '--quiet']' returned non-zero exit status 1.</pre></details> | 1.0 | dataflow.gpu-examples.tensorflow-landsat.e2e_test: test_tensorflow_landsat failed - Note: #7843 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: fe75eefc988f1f4e5717a66e3a9a855234f42c13
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/276fb9ae-0b63-4285-908b-d09b0b3654ff), [Sponge](http://sponge2/276fb9ae-0b63-4285-908b-d09b0b3654ff)
status: failed
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
File "/workspace/dataflow/gpu-examples/tensorflow-landsat/e2e_test.py", line 36, in build_image
yield from utils.cloud_build_submit(
File "/workspace/dataflow/conftest.py", line 321, in cloud_build_submit
subprocess.check_call(cmd)
File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcloud', 'container', 'images', 'delete', 'gcr.io/python-docs-samples-tests/dataflow/gpu-examples/tensorflow-landsat:1aa5b4', '--project=python-docs-samples-tests', '--force-delete-tags', '--quiet']' returned non-zero exit status 1.</pre></details> | priority | dataflow gpu examples tensorflow landsat test test tensorflow landsat failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output traceback most recent call last file workspace dataflow gpu examples tensorflow landsat test py line in build image yield from utils cloud build submit file workspace dataflow conftest py line in cloud build submit subprocess check call cmd file usr local lib subprocess py line in check call raise calledprocesserror retcode cmd subprocess calledprocesserror command returned non zero exit status | 1 |
791,741 | 27,874,327,646 | IssuesEvent | 2023-03-21 15:12:07 | zowe/zowe-explorer-intellij | https://api.github.com/repos/zowe/zowe-explorer-intellij | closed | The creating z/OS mask '*.*' is not blocked | bug priority-low severity-low | The creating z/OS mask '.' is not blocked.
The error message when try to open such mask:


| 1.0 | The creating z/OS mask '*.*' is not blocked - The creating z/OS mask '.' is not blocked.
The error message when try to open such mask:


| priority | the creating z os mask is not blocked the creating z os mask is not blocked the error message when try to open such mask | 1 |
433,286 | 12,505,412,537 | IssuesEvent | 2020-06-02 10:40:51 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | No localization for DateTimePicker R2 2020 new features | C: DateTimePicker Enhancement F: Localization FP: In Development Kendo1 Priority 1 SEV: Low | ## Bug report
Missing translation for the text that appears on the "modern" component like "Today", "Now", "Hour", "Minute", "Second", buttons "Date", "Time", "Set", "Cancel".
## Current behavior
DateTimePicker new feature .ComponentType("modern") in french localization shows in english and not in french.

## Environment
Product version: 2020.2.513
| 1.0 | No localization for DateTimePicker R2 2020 new features - ## Bug report
Missing translation for the text that appears on the "modern" component like "Today", "Now", "Hour", "Minute", "Second", buttons "Date", "Time", "Set", "Cancel".
## Current behavior
DateTimePicker new feature .ComponentType("modern") in french localization shows in english and not in french.

## Environment
Product version: 2020.2.513
| priority | no localization for datetimepicker new features bug report missing translation for the text that appears on the modern component like today now hour minute second buttons date time set cancel current behavior datetimepicker new feature componenttype modern in french localization shows in english and not in french environment product version | 1 |
567,257 | 16,851,686,438 | IssuesEvent | 2021-06-20 16:36:34 | rocky-linux/docs.rockylinux.org | https://api.github.com/repos/rocky-linux/docs.rockylinux.org | closed | Breadcrumbs & Index Pages | priority: low tag: content type: enhancement | Currently, we have a general index page, but we should implement a breadcrumbs system that links you to index files specific to the directory you're in
i.e.
`/en` gives you an index of just the docs in `/en/**/*`, `/en/rocky/8/security` gives you the files in that dir, etc. etc. | 1.0 | Breadcrumbs & Index Pages - Currently, we have a general index page, but we should implement a breadcrumbs system that links you to index files specific to the directory you're in
i.e.
`/en` gives you an index of just the docs in `/en/**/*`, `/en/rocky/8/security` gives you the files in that dir, etc. etc. | priority | breadcrumbs index pages currently we have a general index page but we should implement a breadcrumbs system that links you to index files specific to the directory you re in i e en gives you an index of just the docs in en en rocky security gives you the files in that dir etc etc | 1 |
324,698 | 9,907,826,974 | IssuesEvent | 2019-06-27 16:42:52 | SIB-Colombia/Biodiversidad-en-cifras | https://api.github.com/repos/SIB-Colombia/Biodiversidad-en-cifras | closed | El footer se queda 'pegado' | Priority: Low | Al llegar al final de la página e interntar regresar, el footer se queda "pegado"

' | 1.0 | El footer se queda 'pegado' - Al llegar al final de la página e interntar regresar, el footer se queda "pegado"

' | priority | el footer se queda pegado al llegar al final de la página e interntar regresar el footer se queda pegado | 1 |
746,693 | 26,041,789,256 | IssuesEvent | 2022-12-22 11:03:11 | tum-ei-eda/mlonmcu | https://api.github.com/repos/tum-ei-eda/mlonmcu | opened | Add new framework: Pytorch Glow | enhancement priority:low | Pytorch Glow follows a similar approach as TVM, also featuring Ahead of Time Compilation: https://github.com/pytorch/glow
If someone is interested in using this ML compiler framework in MLonMCU, feel free to submit a PR. | 1.0 | Add new framework: Pytorch Glow - Pytorch Glow follows a similar approach as TVM, also featuring Ahead of Time Compilation: https://github.com/pytorch/glow
If someone is interested in using this ML compiler framework in MLonMCU, feel free to submit a PR. | priority | add new framework pytorch glow pytorch glow follows a similar approach as tvm also featuring ahead of time compilation if someone is interested in using this ml compiler framework in mlonmcu feel free to submit a pr | 1 |
105,343 | 4,234,174,398 | IssuesEvent | 2016-07-05 10:46:54 | xAPI-vle/moodle-logstore_xapi | https://api.github.com/repos/xAPI-vle/moodle-logstore_xapi | closed | Poor plugin performance | priority:low type:question | Hello,
we are going to use the plugin to send to LRS all the activity of our Campus. Our Campus has enough activity to collect around 3000 entries in 5 minutes during some periodes of the day.
During the test phase we found that we could'nt configure the plugin to send more than 300 records every 5 minutes. We saw that the plugin waits 60 seconds between every "maxbatchsize".
Is this normal behavior?
How can we configure the plugin so that it can reach up to 3000 records or more every 5 minutes?
Is it possible to avoid this 60 seconds between deliveries?
Thanks,
noèlia
| 1.0 | Poor plugin performance - Hello,
we are going to use the plugin to send to LRS all the activity of our Campus. Our Campus has enough activity to collect around 3000 entries in 5 minutes during some periodes of the day.
During the test phase we found that we could'nt configure the plugin to send more than 300 records every 5 minutes. We saw that the plugin waits 60 seconds between every "maxbatchsize".
Is this normal behavior?
How can we configure the plugin so that it can reach up to 3000 records or more every 5 minutes?
Is it possible to avoid this 60 seconds between deliveries?
Thanks,
noèlia
| priority | poor plugin performance hello we are going to use the plugin to send to lrs all the activity of our campus our campus has enough activity to collect around entries in minutes during some periodes of the day during the test phase we found that we could nt configure the plugin to send more than records every minutes we saw that the plugin waits seconds between every maxbatchsize is this normal behavior how can we configure the plugin so that it can reach up to records or more every minutes is it possible to avoid this seconds between deliveries thanks noèlia | 1 |
805,619 | 29,578,600,175 | IssuesEvent | 2023-06-07 02:31:20 | phetsims/perennial | https://api.github.com/repos/phetsims/perennial | closed | Update PhET-iO grunt production comment to assign to @brent-phet instead of @kathy-phet | priority:4-low | https://github.com/phetsims/perennial/blob/9e8f1fcf245427f16953190e8f8155aef0efdbf6/js/grunt/production.js#L224
From `grunt production --branch=1.3 --brands=phet,phet-io`:
> PhET-iO deploys involve a couple of extra steps after production. Please ensure the following are accomplished:
...
> 2. Create an issue in the phet-io repo and assign to @kathy-phet to update the main "PhET-iO Simulations" spreadsheet from this new publication. (https://docs.google.com/spreadsheets/d/18_QNGuVtYtxOEKG9xRBs_PSQpyvzySF1Gk5puR-5Fv4/edit#gid=1881767354) | 1.0 | Update PhET-iO grunt production comment to assign to @brent-phet instead of @kathy-phet - https://github.com/phetsims/perennial/blob/9e8f1fcf245427f16953190e8f8155aef0efdbf6/js/grunt/production.js#L224
From `grunt production --branch=1.3 --brands=phet,phet-io`:
> PhET-iO deploys involve a couple of extra steps after production. Please ensure the following are accomplished:
...
> 2. Create an issue in the phet-io repo and assign to @kathy-phet to update the main "PhET-iO Simulations" spreadsheet from this new publication. (https://docs.google.com/spreadsheets/d/18_QNGuVtYtxOEKG9xRBs_PSQpyvzySF1Gk5puR-5Fv4/edit#gid=1881767354) | priority | update phet io grunt production comment to assign to brent phet instead of kathy phet from grunt production branch brands phet phet io phet io deploys involve a couple of extra steps after production please ensure the following are accomplished create an issue in the phet io repo and assign to kathy phet to update the main phet io simulations spreadsheet from this new publication | 1 |
300,211 | 9,206,255,423 | IssuesEvent | 2019-03-08 13:13:24 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | QGIS crashes when you try to search values in an empty table | Category: Vectors Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Horst Düster** (Horst Düster)
Original Redmine Issue: 1532, https://issues.qgis.org/issues/1532
Original Assignee: nobody -
---
Tested with shape files:
1. Set Option->General->Attribute Table behaviour->Show features in current canvas
2. Load a layer and pan to an area without features
3. Open the attribute table -> now row appears
4. search for a string in a string column
5. press search
6. => crash
| 1.0 | QGIS crashes when you try to search values in an empty table - ---
Author Name: **Horst Düster** (Horst Düster)
Original Redmine Issue: 1532, https://issues.qgis.org/issues/1532
Original Assignee: nobody -
---
Tested with shape files:
1. Set Option->General->Attribute Table behaviour->Show features in current canvas
2. Load a layer and pan to an area without features
3. Open the attribute table -> now row appears
4. search for a string in a string column
5. press search
6. => crash
| priority | qgis crashes when you try to search values in an empty table author name horst düster horst düster original redmine issue original assignee nobody tested with shape files set option general attribute table behaviour show features in current canvas load a layer and pan to an area without features open the attribute table now row appears search for a string in a string column press search crash | 1 |
22,318 | 2,648,760,697 | IssuesEvent | 2015-03-14 07:07:15 | pyroscope/pyroscope | https://api.github.com/repos/pyroscope/pyroscope | closed | Add faceted torrent view | auto-migrated Component-WebUI Milestone-WebUI Priority-Low Type-Enhancement Type-Task | ```
Use Simile widget to add a faceted view of all torrents. Requires JSON
renderer.
```
Original issue reported on code.google.com by `pyroscope.project` on 11 Jun 2009 at 7:19 | 1.0 | Add faceted torrent view - ```
Use Simile widget to add a faceted view of all torrents. Requires JSON
renderer.
```
Original issue reported on code.google.com by `pyroscope.project` on 11 Jun 2009 at 7:19 | priority | add faceted torrent view use simile widget to add a faceted view of all torrents requires json renderer original issue reported on code google com by pyroscope project on jun at | 1 |
699,301 | 24,011,374,262 | IssuesEvent | 2022-09-14 19:08:35 | ramp4-pcar4/story-ramp | https://api.github.com/repos/ramp4-pcar4/story-ramp | closed | Markdown editor | StoryRAMP Editor Priority: Low | The users have a basic editor where they can put together markdown text for their Story slides. | 1.0 | Markdown editor - The users have a basic editor where they can put together markdown text for their Story slides. | priority | markdown editor the users have a basic editor where they can put together markdown text for their story slides | 1 |
674,021 | 23,037,165,005 | IssuesEvent | 2022-07-22 20:16:07 | Vatsim-Scandinavia/controlcenter | https://api.github.com/repos/Vatsim-Scandinavia/controlcenter | closed | Training timeline closed with reason | back-end enhancement low priority | If we close a training, record the reason in the comment field of the training timeline activity, this way the reason will be preserved if the training is closed and then re-opened. | 1.0 | Training timeline closed with reason - If we close a training, record the reason in the comment field of the training timeline activity, this way the reason will be preserved if the training is closed and then re-opened. | priority | training timeline closed with reason if we close a training record the reason in the comment field of the training timeline activity this way the reason will be preserved if the training is closed and then re opened | 1 |
783,939 | 27,551,895,524 | IssuesEvent | 2023-03-07 15:26:30 | zowe/zowe-cli-standalone-package | https://api.github.com/repos/zowe/zowe-cli-standalone-package | closed | Install of @next CLI package saves Keytar as dependency with npm@6 | bug wontfix priority-low severity-medium | Keytar should remain an optional dependency, but the NPM install process adds it to package.json as a regular dependency.
This breaks CLI daemon mode if Keytar fails to load.
This seems to be caused by an NPM bug that was fixed in npm@7.11: https://github.com/npm/cli/issues/724 | 1.0 | Install of @next CLI package saves Keytar as dependency with npm@6 - Keytar should remain an optional dependency, but the NPM install process adds it to package.json as a regular dependency.
This breaks CLI daemon mode if Keytar fails to load.
This seems to be caused by an NPM bug that was fixed in npm@7.11: https://github.com/npm/cli/issues/724 | priority | install of next cli package saves keytar as dependency with npm keytar should remain an optional dependency but the npm install process adds it to package json as a regular dependency this breaks cli daemon mode if keytar fails to load this seems to be caused by an npm bug that was fixed in npm | 1 |
166,304 | 6,302,433,687 | IssuesEvent | 2017-07-21 10:51:49 | Wuzzy2/MineClone2-Bugs | https://api.github.com/repos/Wuzzy2/MineClone2-Bugs | opened | Better wall 3D inventory icon | graphics low priority missing feature needs engine change | The wall icon does not really look like a wall. It should have a proper 3D model.
There are 2 ways to fix this:
* Either draw those manually (e.g. Blender render)
* Or wait until Minetest allows to set custom nodeboxes or meshes for the inventory image or wieldhand.
The latter option requires an engine change. | 1.0 | Better wall 3D inventory icon - The wall icon does not really look like a wall. It should have a proper 3D model.
There are 2 ways to fix this:
* Either draw those manually (e.g. Blender render)
* Or wait until Minetest allows to set custom nodeboxes or meshes for the inventory image or wieldhand.
The latter option requires an engine change. | priority | better wall inventory icon the wall icon does not really look like a wall it should have a proper model there are ways to fix this either draw those manually e g blender render or wait until minetest allows to set custom nodeboxes or meshes for the inventory image or wieldhand the latter option requires an engine change | 1 |
42,563 | 2,871,560,894 | IssuesEvent | 2015-06-08 04:38:50 | lua-carbon/carbon | https://api.github.com/repos/lua-carbon/carbon | closed | Carbide bit operators extension | difficulty:easy feature priority:low | Having actual bit operators would be a relatively trivial (and useful) extension to Carbide. They might exist as an extension, which is something that still needs to be prototyped out, but would look something like this:
```lua
-- #CARBIDE_EXTENSIONS bit32
print(8 >> 2)
``` | 1.0 | Carbide bit operators extension - Having actual bit operators would be a relatively trivial (and useful) extension to Carbide. They might exist as an extension, which is something that still needs to be prototyped out, but would look something like this:
```lua
-- #CARBIDE_EXTENSIONS bit32
print(8 >> 2)
``` | priority | carbide bit operators extension having actual bit operators would be a relatively trivial and useful extension to carbide they might exist as an extension which is something that still needs to be prototyped out but would look something like this lua carbide extensions print | 1 |
505,098 | 14,627,358,139 | IssuesEvent | 2020-12-23 12:07:31 | Craftplacer/kaiteki | https://api.github.com/repos/Craftplacer/kaiteki | opened | Login screen improvements | area: authentication area: ui/ux enhancement priority: low | - [ ] Suggest/Auto-complete instances when typing on the instance text field on the instance login screen.
- [ ] Verify instance when finish entering url | 1.0 | Login screen improvements - - [ ] Suggest/Auto-complete instances when typing on the instance text field on the instance login screen.
- [ ] Verify instance when finish entering url | priority | login screen improvements suggest auto complete instances when typing on the instance text field on the instance login screen verify instance when finish entering url | 1 |
388,146 | 11,483,871,551 | IssuesEvent | 2020-02-11 01:23:28 | OneSignal/OneSignal-Android-SDK | https://api.github.com/repos/OneSignal/OneSignal-Android-SDK | opened | In-App Message currently works on an Activity level, but should work on an Application level | Bug: Low Priority | ## Intro
In-App Messages (IAMs) can be problematic during `Activity` to `Activity` navigation. This is due to the IAM view being coupled with the `Activity-Lifecycle` to support orientation changes, resuming/pausing app, etc. The goal was to have the Fullscreen and Center Modal IAMs show above the entire app, until dismissed (excluding outside of the app). Then also have Top and Bottom Banner IAMs show above the app (excluding outside of the app) and allow user interaction with the Activity behind the IAM, until dismissed.
## Description
The issue has been known since the release of In-App Messaging in the OneSignal Native Android SDK (`Version 3.11.0`).
A simple description of the issue comes with understanding the creation of the view holding the IAM. The Android `PopupWindow` class was used to construct and house the IAM content. A flag controls what views the `PopupWindow` has priority over or not. Below is a basic snippet that shows how we create our IAM view from the `PopupWindow` class:
```
popupWindow = new PopupWindow(contentView, width, height);
PopupWindowCompat.setWindowLayoutType(
popupWindow,
WindowManager.LayoutParams.INSERT_FLAG_HERE
);
popupWindow.showAtLocation(parentView, gravity, x, y);
```
If we replace the `INSERT_FLAG_HERE` in our code snippet with some of these flags we will see different behavior from our IAM inside of the application. The `WindowManager.LayoutParams` has a lot of options to pick through and the documentation located in the [WindowManager](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html) docs.
The current flag is the [TYPE_APPLICATION_ATTACHED_DIALOG](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_ATTACHED_DIALOG) flag.
The desired flag is the [TYPE_SYSTEM_ALERT](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_SYSTEM_ALERT) flag.
**TYPE_APPLICATION_ATTACHED_DIALOG vs. TYPE_SYSTEM_ALERT:**
`TYPE_SYSTEM_ALERT` is desired because of the app level functionality it offered. The IAM `PopupWindow` is allowed to sit above all `Activity`'s on the stack when using this flag and won't hide the `PopupWindow` when navigating through an app's back stack. The issue with this flag is it being deprecated in API 26, which would require handling cases above API 26. In this case, Android introduced a new flag to replace this one and it is called the [TYPE_APPLICATION_OVERLAY](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_OVERLAY) flag.
**TYPE_APPLICATION_OVERLAY:**
In combo with the deprecated `TYPE_SYSTEM_ALERT` flag, this should cover all cases, but Android incorporated a permission along side the `TYPE_APPLICATION_OVERLAY` flag, which would require all apps to include in their `AndroidManifest.xml` and this is undesirable. This permission is the [SYSTEM_ALERT_WINDOW](https://developer.android.com/reference/android/Manifest.permission.html#SYSTEM_ALERT_WINDOW) permission.
**TYPE_APPLICATION_ATTACHED_DIALOG:**
Due to the required permission, we settled with the `TYPE_APPLICATION_ATTACHED_DIALOG` flag. This flag works on an `Activity` level, and which now brings us to the root issue.
## Environment
[Android Native SDK 3.11.0+](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/3.11.0)
## Future
Unless Android decides to add a new flag offering the in-between functionality we desire for this feature, this will continue to work as it does today. Looking ahead though, enough time with no response or update from Google, we may go down the path of creating our own solution and recycling the IAM each time a `Activity` is created or destroyed and repeat on new `Activity`'s. | 1.0 | In-App Message currently works on an Activity level, but should work on an Application level - ## Intro
In-App Messages (IAMs) can be problematic during `Activity` to `Activity` navigation. This is due to the IAM view being coupled with the `Activity-Lifecycle` to support orientation changes, resuming/pausing app, etc. The goal was to have the Fullscreen and Center Modal IAMs show above the entire app, until dismissed (excluding outside of the app). Then also have Top and Bottom Banner IAMs show above the app (excluding outside of the app) and allow user interaction with the Activity behind the IAM, until dismissed.
## Description
The issue has been known since the release of In-App Messaging in the OneSignal Native Android SDK (`Version 3.11.0`).
A simple description of the issue comes with understanding the creation of the view holding the IAM. The Android `PopupWindow` class was used to construct and house the IAM content. A flag controls what views the `PopupWindow` has priority over or not. Below is a basic snippet that shows how we create our IAM view from the `PopupWindow` class:
```
popupWindow = new PopupWindow(contentView, width, height);
PopupWindowCompat.setWindowLayoutType(
popupWindow,
WindowManager.LayoutParams.INSERT_FLAG_HERE
);
popupWindow.showAtLocation(parentView, gravity, x, y);
```
If we replace the `INSERT_FLAG_HERE` in our code snippet with some of these flags we will see different behavior from our IAM inside of the application. The `WindowManager.LayoutParams` has a lot of options to pick through and the documentation located in the [WindowManager](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html) docs.
The current flag is the [TYPE_APPLICATION_ATTACHED_DIALOG](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_ATTACHED_DIALOG) flag.
The desired flag is the [TYPE_SYSTEM_ALERT](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_SYSTEM_ALERT) flag.
**TYPE_APPLICATION_ATTACHED_DIALOG vs. TYPE_SYSTEM_ALERT:**
`TYPE_SYSTEM_ALERT` is desired because of the app level functionality it offered. The IAM `PopupWindow` is allowed to sit above all `Activity`'s on the stack when using this flag and won't hide the `PopupWindow` when navigating through an app's back stack. The issue with this flag is it being deprecated in API 26, which would require handling cases above API 26. In this case, Android introduced a new flag to replace this one and it is called the [TYPE_APPLICATION_OVERLAY](https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_OVERLAY) flag.
**TYPE_APPLICATION_OVERLAY:**
In combo with the deprecated `TYPE_SYSTEM_ALERT` flag, this should cover all cases, but Android incorporated a permission along side the `TYPE_APPLICATION_OVERLAY` flag, which would require all apps to include in their `AndroidManifest.xml` and this is undesirable. This permission is the [SYSTEM_ALERT_WINDOW](https://developer.android.com/reference/android/Manifest.permission.html#SYSTEM_ALERT_WINDOW) permission.
**TYPE_APPLICATION_ATTACHED_DIALOG:**
Due to the required permission, we settled with the `TYPE_APPLICATION_ATTACHED_DIALOG` flag. This flag works on an `Activity` level, and which now brings us to the root issue.
## Environment
[Android Native SDK 3.11.0+](https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/3.11.0)
## Future
Unless Android decides to add a new flag offering the in-between functionality we desire for this feature, this will continue to work as it does today. Looking ahead though, enough time with no response or update from Google, we may go down the path of creating our own solution and recycling the IAM each time a `Activity` is created or destroyed and repeat on new `Activity`'s. | priority | in app message currently works on an activity level but should work on an application level intro in app messages iams can be problematic during activity to activity navigation this is due to the iam view being coupled with the activity lifecycle to support orientation changes resuming pausing app etc the goal was to have the fullscreen and center modal iams show above the entire app until dismissed excluding outside of the app then also have top and bottom banner iams show above the app excluding outside of the app and allow user interaction with the activity behind the iam until dismissed description the issue has been known since the release of in app messaging in the onesignal native android sdk version a simple description of the issue comes with understanding the creation of the view holding the iam the android popupwindow class was used to construct and house the iam content a flag controls what views the popupwindow has priority over or not below is a basic snippet that shows how we create our iam view from the popupwindow class popupwindow new popupwindow contentview width height popupwindowcompat setwindowlayouttype popupwindow windowmanager layoutparams insert flag here popupwindow showatlocation parentview gravity x y if we replace the insert flag here in our code snippet with some of these flags we will see different behavior from our iam inside of the application the windowmanager layoutparams has a lot of options to pick through and the documentation located in the docs the current flag is the flag the desired flag is the flag type application attached dialog vs type system alert type system alert is desired because of the app level functionality it offered the iam popupwindow is allowed to sit above all activity s on the stack when using this flag and won t hide the popupwindow when navigating through an app s back stack the issue with this flag is it being deprecated in api which would require handling cases above api in this case android introduced a new flag to replace this one and it is called the flag type application overlay in combo with the deprecated type system alert flag this should cover all cases but android incorporated a permission along side the type application overlay flag which would require all apps to include in their androidmanifest xml and this is undesirable this permission is the permission type application attached dialog due to the required permission we settled with the type application attached dialog flag this flag works on an activity level and which now brings us to the root issue environment future unless android decides to add a new flag offering the in between functionality we desire for this feature this will continue to work as it does today looking ahead though enough time with no response or update from google we may go down the path of creating our own solution and recycling the iam each time a activity is created or destroyed and repeat on new activity s | 1 |
718,541 | 24,721,950,752 | IssuesEvent | 2022-10-20 11:24:05 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | closed | Codestyle cleanup | priority: low refactor chore | For the sake of maintainability and just the satisfaction of clean code, I would like to clean up some ugly code. For instance, we have code that still uses python 2 style `super(SomeModel, self).__init__`, and loads of messy imports (unused or unorganized).
Let's get rid of that :)
Perhaps it's an idea to enable isort (with custom settings to work nicely with django and black), and maybe look at enabling some more flake8 lints.
Related is also the idea to remove all translation code, but that's controversial...
| 1.0 | Codestyle cleanup - For the sake of maintainability and just the satisfaction of clean code, I would like to clean up some ugly code. For instance, we have code that still uses python 2 style `super(SomeModel, self).__init__`, and loads of messy imports (unused or unorganized).
Let's get rid of that :)
Perhaps it's an idea to enable isort (with custom settings to work nicely with django and black), and maybe look at enabling some more flake8 lints.
Related is also the idea to remove all translation code, but that's controversial...
| priority | codestyle cleanup for the sake of maintainability and just the satisfaction of clean code i would like to clean up some ugly code for instance we have code that still uses python style super somemodel self init and loads of messy imports unused or unorganized let s get rid of that perhaps it s an idea to enable isort with custom settings to work nicely with django and black and maybe look at enabling some more lints related is also the idea to remove all translation code but that s controversial | 1 |
186,484 | 6,736,630,209 | IssuesEvent | 2017-10-19 05:35:50 | vmware/harbor | https://api.github.com/repos/vmware/harbor | closed | Add content trust attribute to project, and support it in API. | area/notary-integration priority/low product/standalone | This applies only to Harbor standalone.
| 1.0 | Add content trust attribute to project, and support it in API. - This applies only to Harbor standalone.
| priority | add content trust attribute to project and support it in api this applies only to harbor standalone | 1 |
680,341 | 23,266,752,051 | IssuesEvent | 2022-08-04 18:10:43 | GoogleCloudPlatform/google-cloud-eclipse | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse | closed | Double scrollbar on "Pipeline Argument Tab" | bug low priority | Sometimes "Pipeline Argument Tab" showing double scrollbars. See below SS

| 1.0 | Double scrollbar on "Pipeline Argument Tab" - Sometimes "Pipeline Argument Tab" showing double scrollbars. See below SS

| priority | double scrollbar on pipeline argument tab sometimes pipeline argument tab showing double scrollbars see below ss | 1 |
284,869 | 8,751,496,126 | IssuesEvent | 2018-12-13 22:31:26 | SIB-Colombia/catalogo-de-la-biodiversidad-frontend | https://api.github.com/repos/SIB-Colombia/catalogo-de-la-biodiversidad-frontend | opened | Estabilizar indicador de filtros activos | Priority: Low Type: Frontend Type: bug | Estabilizar el indicador de el número de filtros activos
Cuando se ingresan filtros desde la barra superior, falta que queden indicados en la barra lateral así:

Cuando se ingresan filtros desde la barra lateral, estos aparecen indicados por un par de segundos y luego desaparecen.
| 1.0 | Estabilizar indicador de filtros activos - Estabilizar el indicador de el número de filtros activos
Cuando se ingresan filtros desde la barra superior, falta que queden indicados en la barra lateral así:

Cuando se ingresan filtros desde la barra lateral, estos aparecen indicados por un par de segundos y luego desaparecen.
| priority | estabilizar indicador de filtros activos estabilizar el indicador de el número de filtros activos cuando se ingresan filtros desde la barra superior falta que queden indicados en la barra lateral así cuando se ingresan filtros desde la barra lateral estos aparecen indicados por un par de segundos y luego desaparecen | 1 |
183,336 | 6,687,728,701 | IssuesEvent | 2017-10-08 04:28:18 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Manhole Skill against Emperium and Crystals | component:skill mode:prerenewal mode:renewal priority:low status:need more info | <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/e93c8880b33333bb549b1e088c844393478bbc33
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. -->
* **Client Date**: 2015-10-29a
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
I think I found and Issue about this. With these diff (and of course adding the miss if(target && ...) you can't cast manhole in Emperium or BG Crystals but if you cast in the cell next-to, they still get in Manhole, I mean I can't see the visual effect but I can't attack the Crystal and Players doesnt seem to be affected by the Manhole (but visual is an active manhole). I put this "issue" here because, maybe was fixed. I apply manual diffs since RndOpt (that crash my server and I make a revert, then I make manual commits only for SRC skills bugs).
* **Modifications that may affect results**: Nope.
| 1.0 | Manhole Skill against Emperium and Crystals - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: https://github.com/rathena/rathena/commit/e93c8880b33333bb549b1e088c844393478bbc33
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. -->
* **Client Date**: 2015-10-29a
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
I think I found and Issue about this. With these diff (and of course adding the miss if(target && ...) you can't cast manhole in Emperium or BG Crystals but if you cast in the cell next-to, they still get in Manhole, I mean I can't see the visual effect but I can't attack the Crystal and Players doesnt seem to be affected by the Manhole (but visual is an active manhole). I put this "issue" here because, maybe was fixed. I apply manual diffs since RndOpt (that crash my server and I make a revert, then I make manual commits only for SRC skills bugs).
* **Modifications that may affect results**: Nope.
| priority | manhole skill against emperium and crystals rathena hash client date server mode renewal description of issue i think i found and issue about this with these diff and of course adding the miss if target you can t cast manhole in emperium or bg crystals but if you cast in the cell next to they still get in manhole i mean i can t see the visual effect but i can t attack the crystal and players doesnt seem to be affected by the manhole but visual is an active manhole i put this issue here because maybe was fixed i apply manual diffs since rndopt that crash my server and i make a revert then i make manual commits only for src skills bugs modifications that may affect results nope | 1 |
311,393 | 9,532,528,673 | IssuesEvent | 2019-04-29 18:50:10 | ansible/awx | https://api.github.com/repos/ansible/awx | opened | Make Info Metrics more easy to query | component:api good first issue priority:low state:needs_devel | ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Currently `awx_system_info` and `awx_instance_info` metrics are returned as labels with values, which makes it difficult to query just the value of one key. As a result, you can't query individual key's for their values in prometheus, for example: `awx_system_info{anisble_version}`. This has already been fixed for licenses: https://github.com/ansible/tower/pull/3502/files.
We should make the rest of these individual metrics so that they can be individually queried. i.e.: "I am a customer who likes to see my Ansible version and tower version in Dashboard for Tower in Grafana"
##### ENVIRONMENT
* AWX version: 3.5.0
| 1.0 | Make Info Metrics more easy to query - ##### ISSUE TYPE
- Bug Report
##### SUMMARY
Currently `awx_system_info` and `awx_instance_info` metrics are returned as labels with values, which makes it difficult to query just the value of one key. As a result, you can't query individual key's for their values in prometheus, for example: `awx_system_info{anisble_version}`. This has already been fixed for licenses: https://github.com/ansible/tower/pull/3502/files.
We should make the rest of these individual metrics so that they can be individually queried. i.e.: "I am a customer who likes to see my Ansible version and tower version in Dashboard for Tower in Grafana"
##### ENVIRONMENT
* AWX version: 3.5.0
| priority | make info metrics more easy to query issue type bug report summary currently awx system info and awx instance info metrics are returned as labels with values which makes it difficult to query just the value of one key as a result you can t query individual key s for their values in prometheus for example awx system info anisble version this has already been fixed for licenses we should make the rest of these individual metrics so that they can be individually queried i e i am a customer who likes to see my ansible version and tower version in dashboard for tower in grafana environment awx version | 1 |
619,120 | 19,516,892,137 | IssuesEvent | 2021-12-29 11:48:20 | ClassicLootManager/ClassicLootManager | https://api.github.com/repos/ClassicLootManager/ClassicLootManager | closed | Anonymous English Auction support | enhancement feature Priority::Low | Implement it through anonymous raid announcements but not sending bid info to others. | 1.0 | Anonymous English Auction support - Implement it through anonymous raid announcements but not sending bid info to others. | priority | anonymous english auction support implement it through anonymous raid announcements but not sending bid info to others | 1 |
3,414 | 2,538,349,581 | IssuesEvent | 2015-01-27 05:24:09 | M-Zuber/MyHome2013 | https://api.github.com/repos/M-Zuber/MyHome2013 | closed | Allow ordering of MonthView tables | enhancement In Progress Low Priority New Content | It should be possible for the data to be sorted by clicking on the column header.
(In the future add also filter? -if so connect to milestone of searching) | 1.0 | Allow ordering of MonthView tables - It should be possible for the data to be sorted by clicking on the column header.
(In the future add also filter? -if so connect to milestone of searching) | priority | allow ordering of monthview tables it should be possible for the data to be sorted by clicking on the column header in the future add also filter if so connect to milestone of searching | 1 |
717,020 | 24,657,099,905 | IssuesEvent | 2022-10-18 01:19:40 | choderalab/perses | https://api.github.com/repos/choderalab/perses | opened | Map methyl rotors to improve efficiency | optimization priority: low | Currently, in geometry-based mapping, deviations in methyl rotor positions can cause methyl rotors to be de-mapped, increasing the variance of every transformation:

leads to mappings like:

We can potentially detect this as a special case and just re-map the atoms in a sensible way to increase efficiency. | 1.0 | Map methyl rotors to improve efficiency - Currently, in geometry-based mapping, deviations in methyl rotor positions can cause methyl rotors to be de-mapped, increasing the variance of every transformation:

leads to mappings like:

We can potentially detect this as a special case and just re-map the atoms in a sensible way to increase efficiency. | priority | map methyl rotors to improve efficiency currently in geometry based mapping deviations in methyl rotor positions can cause methyl rotors to be de mapped increasing the variance of every transformation leads to mappings like we can potentially detect this as a special case and just re map the atoms in a sensible way to increase efficiency | 1 |
333,400 | 10,121,792,795 | IssuesEvent | 2019-07-31 16:22:33 | lightingft/appinventor-sources | https://api.github.com/repos/lightingft/appinventor-sources | opened | Thorough testing with many values | Part: Component Priority: Low Status: Future Type: Bug | Thorough testing should be conducted having many values. Bugs could be found (e.g. #114)
To be done for:
- [ ] List import
- [ ] TinyDB
- [ ] CloudDB | 1.0 | Thorough testing with many values - Thorough testing should be conducted having many values. Bugs could be found (e.g. #114)
To be done for:
- [ ] List import
- [ ] TinyDB
- [ ] CloudDB | priority | thorough testing with many values thorough testing should be conducted having many values bugs could be found e g to be done for list import tinydb clouddb | 1 |
625,228 | 19,722,814,190 | IssuesEvent | 2022-01-13 16:54:29 | garden-io/garden | https://api.github.com/repos/garden-io/garden | closed | Refactor: move tests next to files they belong to | discussion refactor priority:low | Hi 👋,
Currently the tests for `garden-service` live in their own folder, replicating the structure of the `src/` folder. I propose we move the tests inside the `src/` folder, next to the files we are testing, e.g.:
```
src
└─ cli
└─ commands
└─ debug.ts
└─ deploy.ts
└─ build.ts
└─ tests
└─ debug.test.ts
└─ deploy.test.ts
└─ build
└─ build.test.ts
└─ a-complex-example-of-build.test.ts
└─ helper-functions-for-build.test.ts
```
This has multiple benefits:
- It becomes clear whenever something doesn't have a test.
- There is less maintenance to do whenever the structure of `src/` changes.
- It's easier to look for tests from the explorer bar in a lot of editors.
The only disadvantages I can think of are:
- The `src/` folder will become a bit more "crowded".
- You will need to change your exclude patterns from `test/**/*` to `**/*.test.ts`.
I'd like this to be a discussion, so shoot your opinion at me!
Thanks,
E. | 1.0 | Refactor: move tests next to files they belong to - Hi 👋,
Currently the tests for `garden-service` live in their own folder, replicating the structure of the `src/` folder. I propose we move the tests inside the `src/` folder, next to the files we are testing, e.g.:
```
src
└─ cli
└─ commands
└─ debug.ts
└─ deploy.ts
└─ build.ts
└─ tests
└─ debug.test.ts
└─ deploy.test.ts
└─ build
└─ build.test.ts
└─ a-complex-example-of-build.test.ts
└─ helper-functions-for-build.test.ts
```
This has multiple benefits:
- It becomes clear whenever something doesn't have a test.
- There is less maintenance to do whenever the structure of `src/` changes.
- It's easier to look for tests from the explorer bar in a lot of editors.
The only disadvantages I can think of are:
- The `src/` folder will become a bit more "crowded".
- You will need to change your exclude patterns from `test/**/*` to `**/*.test.ts`.
I'd like this to be a discussion, so shoot your opinion at me!
Thanks,
E. | priority | refactor move tests next to files they belong to hi 👋 currently the tests for garden service live in their own folder replicating the structure of the src folder i propose we move the tests inside the src folder next to the files we are testing e g src └─ cli └─ commands └─ debug ts └─ deploy ts └─ build ts └─ tests └─ debug test ts └─ deploy test ts └─ build └─ build test ts └─ a complex example of build test ts └─ helper functions for build test ts this has multiple benefits it becomes clear whenever something doesn t have a test there is less maintenance to do whenever the structure of src changes it s easier to look for tests from the explorer bar in a lot of editors the only disadvantages i can think of are the src folder will become a bit more crowded you will need to change your exclude patterns from test to test ts i d like this to be a discussion so shoot your opinion at me thanks e | 1 |
126,491 | 4,996,411,253 | IssuesEvent | 2016-12-09 13:48:02 | OPCFoundation/UA-Java | https://api.github.com/repos/OPCFoundation/UA-Java | opened | Remove codegenerated classes from the repo, make createable via maven generate-sources | Low Priority | It is a legacy of the stack that the codegenerated classes are in the repo. This causes problems if the generated classes are edited and it is not clear which classes are currently generated. A better solution would be that the generated classes are not part of the repo and are created during build/development under target via maven generate-sources goal and attached as additional source folder via e.g. maven build helper plugin.
In practice this means editing the current pom.xml so that an execution of the codegen is bound to that goal and that the codegen would put generated classes under target. This way the "only source of truth" would be the codegen resource files. However the generated classes do e.g. have invalid javadoc, which does mean that the codegen behavour would need to be changed that proper javadocs are created, otherwise the javadoc task will fail on jdk 8 (see #47 why). | 1.0 | Remove codegenerated classes from the repo, make createable via maven generate-sources - It is a legacy of the stack that the codegenerated classes are in the repo. This causes problems if the generated classes are edited and it is not clear which classes are currently generated. A better solution would be that the generated classes are not part of the repo and are created during build/development under target via maven generate-sources goal and attached as additional source folder via e.g. maven build helper plugin.
In practice this means editing the current pom.xml so that an execution of the codegen is bound to that goal and that the codegen would put generated classes under target. This way the "only source of truth" would be the codegen resource files. However the generated classes do e.g. have invalid javadoc, which does mean that the codegen behavour would need to be changed that proper javadocs are created, otherwise the javadoc task will fail on jdk 8 (see #47 why). | priority | remove codegenerated classes from the repo make createable via maven generate sources it is a legacy of the stack that the codegenerated classes are in the repo this causes problems if the generated classes are edited and it is not clear which classes are currently generated a better solution would be that the generated classes are not part of the repo and are created during build development under target via maven generate sources goal and attached as additional source folder via e g maven build helper plugin in practice this means editing the current pom xml so that an execution of the codegen is bound to that goal and that the codegen would put generated classes under target this way the only source of truth would be the codegen resource files however the generated classes do e g have invalid javadoc which does mean that the codegen behavour would need to be changed that proper javadocs are created otherwise the javadoc task will fail on jdk see why | 1 |
272,070 | 8,495,603,779 | IssuesEvent | 2018-10-29 06:05:30 | pyrocms/pyrocms | https://api.github.com/repos/pyrocms/pyrocms | closed | [Streams Core] Fix Twig Errors (visible when using strict_variables) | Priority: Medium Type: Enhancement Type: Follow up | Was going to create a list here but there's a fair amount of areas that have issues. I think the best approach is just to start at the login page and start clicking through the CMS with strict_variables set to true. | 1.0 | [Streams Core] Fix Twig Errors (visible when using strict_variables) - Was going to create a list here but there's a fair amount of areas that have issues. I think the best approach is just to start at the login page and start clicking through the CMS with strict_variables set to true. | priority | fix twig errors visible when using strict variables was going to create a list here but there s a fair amount of areas that have issues i think the best approach is just to start at the login page and start clicking through the cms with strict variables set to true | 1 |
487,000 | 14,017,663,832 | IssuesEvent | 2020-10-29 15:54:38 | GQCG/GQCP | https://api.github.com/repos/GQCG/GQCP | opened | Enable frozen core (spin-unresolved) CI DMs | C++ complexity: intermediate priority: low refactor | In recent refactors (#688), we had to temporarily disable some of the CI functionality. This issue tracks the re-enabling of the API to evaluate the density matrices of a linear expansion in a spin-unresolved frozen core ONV basis. | 1.0 | Enable frozen core (spin-unresolved) CI DMs - In recent refactors (#688), we had to temporarily disable some of the CI functionality. This issue tracks the re-enabling of the API to evaluate the density matrices of a linear expansion in a spin-unresolved frozen core ONV basis. | priority | enable frozen core spin unresolved ci dms in recent refactors we had to temporarily disable some of the ci functionality this issue tracks the re enabling of the api to evaluate the density matrices of a linear expansion in a spin unresolved frozen core onv basis | 1 |
660,580 | 21,993,620,197 | IssuesEvent | 2022-05-26 02:23:50 | lokka30/LevelledMobs | https://api.github.com/repos/lokka30/LevelledMobs | closed | Add damage indicator system | type: improvement status: unconfirmed priority: low status: unlikely status: unassigned target version | ### [`Link to conversation on the ArcanePlugins Discord Guild`](https://discord.com/channels/752310043214479462/757933745620779033/967587929121783849)
@UltimaOath says:
> idk feelings about it, but regarding the 'display damage taken', I wonder if there might be an option where, upon the entity receiving damage from a player, the nametag we display to the player can be temporarily rotated to a 'damage indicator' version of the nametag, then rotated immediately back to the original, IE: damage-indicator-nametag: '&4-%entity-last-damage%' with another setting damage-indicator-timer: 10 measured in ticks (0.5s). The tag %entity-last-damage% would output a numerical value for the last amount of damage the entity received from a player.
I think it might be an interesting feature that shouldn't be too difficult to add I think, nor should it cost resource wise.
@lokka30 says:
> labels would not be a good use for damage indicators; they should be done with fake armor stand packets to display damage dealt separately.
@UltimaOath says:
> but that's gross armor hackery was trying to find a non-hacky solution since we can't stack nametags/labels
@lokka30 says:
> it's done with packets so it's no trouble
> they're essentially just floating nametags, armor stands are the vehicle that they're deployed just as a workaround, but since > they're completely client side, no trouble
@UltimaOath says:
> Well either way would the concept work overall but instead of the 'armor stand' mechanism?
> I'm just also concerned with the amount of excess data we send to the client, could introduce client lag into the equation. Idk how degrading doing things with protocol can be to the native connection.
> But if this armor stand using packets method is best I'm game; mostly judging the reaction to maybe adding the feature if it's simple enough using a similar guideline described above (ability to set what is displayed, and a timer?)
@lokka30 says:
> I disagree with the suggestion to make it a new nametag system that temporarily replaces the existing nametag, though, I do believe that damage indicators would be a great addition.
> Plugins like scoreboard plugins and furtniture plugins exist and don't cause any issues at all :) We're far from reaching those data transfer amounts even, this would just tell the client that an armor stand spawned in at x, y, z and then it disappears a second later. Barely any data 👍
> The armor stands make it possible to set what is displayed, anda timer 👍
To clarify, I would definitely define 'gross armor stand hackery' as if we tried to add "multi line nametags" to levelled mobs which required each levelled mob to have its own motion tracking armor stand floating around on it.
> Though that would not go anywhere near any data transfer concerns either, just for perspective.
@UltimaOath says:
> It's just my native reaction to avoid emulating armor stands generally because it reaches into that zone but if it's appropriate and works well in this situation I'm not concerned that much 😛
> If this is something you're into I'd love to get it added either LM3/4 whichever
@lokka30 says:
> I'm very strict on these things yet it passes all of my verifications to make it in :)
> I'll create an issue for it so that it can be added later into LM 4, perhaps around 4.3 or 4.4 | 1.0 | Add damage indicator system - ### [`Link to conversation on the ArcanePlugins Discord Guild`](https://discord.com/channels/752310043214479462/757933745620779033/967587929121783849)
@UltimaOath says:
> idk feelings about it, but regarding the 'display damage taken', I wonder if there might be an option where, upon the entity receiving damage from a player, the nametag we display to the player can be temporarily rotated to a 'damage indicator' version of the nametag, then rotated immediately back to the original, IE: damage-indicator-nametag: '&4-%entity-last-damage%' with another setting damage-indicator-timer: 10 measured in ticks (0.5s). The tag %entity-last-damage% would output a numerical value for the last amount of damage the entity received from a player.
I think it might be an interesting feature that shouldn't be too difficult to add I think, nor should it cost resource wise.
@lokka30 says:
> labels would not be a good use for damage indicators; they should be done with fake armor stand packets to display damage dealt separately.
@UltimaOath says:
> but that's gross armor hackery was trying to find a non-hacky solution since we can't stack nametags/labels
@lokka30 says:
> it's done with packets so it's no trouble
> they're essentially just floating nametags, armor stands are the vehicle that they're deployed just as a workaround, but since > they're completely client side, no trouble
@UltimaOath says:
> Well either way would the concept work overall but instead of the 'armor stand' mechanism?
> I'm just also concerned with the amount of excess data we send to the client, could introduce client lag into the equation. Idk how degrading doing things with protocol can be to the native connection.
> But if this armor stand using packets method is best I'm game; mostly judging the reaction to maybe adding the feature if it's simple enough using a similar guideline described above (ability to set what is displayed, and a timer?)
@lokka30 says:
> I disagree with the suggestion to make it a new nametag system that temporarily replaces the existing nametag, though, I do believe that damage indicators would be a great addition.
> Plugins like scoreboard plugins and furtniture plugins exist and don't cause any issues at all :) We're far from reaching those data transfer amounts even, this would just tell the client that an armor stand spawned in at x, y, z and then it disappears a second later. Barely any data 👍
> The armor stands make it possible to set what is displayed, anda timer 👍
To clarify, I would definitely define 'gross armor stand hackery' as if we tried to add "multi line nametags" to levelled mobs which required each levelled mob to have its own motion tracking armor stand floating around on it.
> Though that would not go anywhere near any data transfer concerns either, just for perspective.
@UltimaOath says:
> It's just my native reaction to avoid emulating armor stands generally because it reaches into that zone but if it's appropriate and works well in this situation I'm not concerned that much 😛
> If this is something you're into I'd love to get it added either LM3/4 whichever
@lokka30 says:
> I'm very strict on these things yet it passes all of my verifications to make it in :)
> I'll create an issue for it so that it can be added later into LM 4, perhaps around 4.3 or 4.4 | priority | add damage indicator system ultimaoath says idk feelings about it but regarding the display damage taken i wonder if there might be an option where upon the entity receiving damage from a player the nametag we display to the player can be temporarily rotated to a damage indicator version of the nametag then rotated immediately back to the original ie damage indicator nametag entity last damage with another setting damage indicator timer measured in ticks the tag entity last damage would output a numerical value for the last amount of damage the entity received from a player i think it might be an interesting feature that shouldn t be too difficult to add i think nor should it cost resource wise says labels would not be a good use for damage indicators they should be done with fake armor stand packets to display damage dealt separately ultimaoath says but that s gross armor hackery was trying to find a non hacky solution since we can t stack nametags labels says it s done with packets so it s no trouble they re essentially just floating nametags armor stands are the vehicle that they re deployed just as a workaround but since they re completely client side no trouble ultimaoath says well either way would the concept work overall but instead of the armor stand mechanism i m just also concerned with the amount of excess data we send to the client could introduce client lag into the equation idk how degrading doing things with protocol can be to the native connection but if this armor stand using packets method is best i m game mostly judging the reaction to maybe adding the feature if it s simple enough using a similar guideline described above ability to set what is displayed and a timer says i disagree with the suggestion to make it a new nametag system that temporarily replaces the existing nametag though i do believe that damage indicators would be a great addition plugins like scoreboard plugins and furtniture plugins exist and don t cause any issues at all we re far from reaching those data transfer amounts even this would just tell the client that an armor stand spawned in at x y z and then it disappears a second later barely any data 👍 the armor stands make it possible to set what is displayed anda timer 👍 to clarify i would definitely define gross armor stand hackery as if we tried to add multi line nametags to levelled mobs which required each levelled mob to have its own motion tracking armor stand floating around on it though that would not go anywhere near any data transfer concerns either just for perspective ultimaoath says it s just my native reaction to avoid emulating armor stands generally because it reaches into that zone but if it s appropriate and works well in this situation i m not concerned that much 😛 if this is something you re into i d love to get it added either whichever says i m very strict on these things yet it passes all of my verifications to make it in i ll create an issue for it so that it can be added later into lm perhaps around or | 1 |
424,226 | 12,308,033,972 | IssuesEvent | 2020-05-12 06:19:45 | jankeirse/tvhgooglemapi | https://api.github.com/repos/jankeirse/tvhgooglemapi | closed | How do I change the gmail account and password I want to send to? | Priority-Low Type-Document auto-migrated wontfix | ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
I have changed which gmail account I want to send from, but don't know how to
modify the login credentials
```
Original issue reported on code.google.com by `scotttsw...@gmail.com` on 19 Nov 2014 at 3:18
| 1.0 | How do I change the gmail account and password I want to send to? - ```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
I have changed which gmail account I want to send from, but don't know how to
modify the login credentials
```
Original issue reported on code.google.com by `scotttsw...@gmail.com` on 19 Nov 2014 at 3:18
| priority | how do i change the gmail account and password i want to send to what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below i have changed which gmail account i want to send from but don t know how to modify the login credentials original issue reported on code google com by scotttsw gmail com on nov at | 1 |
593,180 | 17,949,603,500 | IssuesEvent | 2021-09-12 13:23:14 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | opened | Resave main menu dds | suggestion :question: priority low :grey_exclamation: | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Bruh, 30mb dds is not ok, we must compress them | 1.0 | Resave main menu dds - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Bruh, 30mb dds is not ok, we must compress them | priority | resave main menu dds do not remove pre existing lines describe your suggestion in full detail below bruh dds is not ok we must compress them | 1 |
106,144 | 4,263,767,561 | IssuesEvent | 2016-07-12 02:35:16 | VertNet/webapp | https://api.github.com/repos/VertNet/webapp | closed | "Institution Codes" link in search page is absolute | enhancement priority-low UI | https://github.com/VertNet/webapp/blob/master/www/js/app/views/search.html#L26
The rest of the links are relative (except those pointing to vertnet.org), but this is hard-coded (http://vertnet.org/publishers). This link leads to the production portal even if we are on a different version (tuco, stats...) or the dev server. I know it's a minor thing, but it might be good for consistency... | 1.0 | "Institution Codes" link in search page is absolute - https://github.com/VertNet/webapp/blob/master/www/js/app/views/search.html#L26
The rest of the links are relative (except those pointing to vertnet.org), but this is hard-coded (http://vertnet.org/publishers). This link leads to the production portal even if we are on a different version (tuco, stats...) or the dev server. I know it's a minor thing, but it might be good for consistency... | priority | institution codes link in search page is absolute the rest of the links are relative except those pointing to vertnet org but this is hard coded this link leads to the production portal even if we are on a different version tuco stats or the dev server i know it s a minor thing but it might be good for consistency | 1 |
467,553 | 13,450,443,650 | IssuesEvent | 2020-09-08 18:32:21 | acl-services/paprika | https://api.github.com/repos/acl-services/paprika | closed | Add default styling on Table component for tr,td elements | Low Priority ↓ | # Bug Report
## Prerequisites
**This is just a checklist, please delete this section after**
Please answer the following questions for yourself before submitting a bug report.
- [ ] I checked to make sure that this bug has not already been filed
- [ ] I reproduced the bug in the latest version of paprika
- [ ] Please label as, low / medium / high priority
*Please fill in as much detail as possible below*
## Expected behavior
*Please describe the behavior you are expecting to happen.*
## Current behavior
*What is the current behavior?*
## Screenshots / Gifs / Codepens
*Include media to help illustrate the bug. Gifs help a lot!*
## Additional context
*Please provide any more additional details to illustrate the bug*
| 1.0 | Add default styling on Table component for tr,td elements - # Bug Report
## Prerequisites
**This is just a checklist, please delete this section after**
Please answer the following questions for yourself before submitting a bug report.
- [ ] I checked to make sure that this bug has not already been filed
- [ ] I reproduced the bug in the latest version of paprika
- [ ] Please label as, low / medium / high priority
*Please fill in as much detail as possible below*
## Expected behavior
*Please describe the behavior you are expecting to happen.*
## Current behavior
*What is the current behavior?*
## Screenshots / Gifs / Codepens
*Include media to help illustrate the bug. Gifs help a lot!*
## Additional context
*Please provide any more additional details to illustrate the bug*
| priority | add default styling on table component for tr td elements bug report prerequisites this is just a checklist please delete this section after please answer the following questions for yourself before submitting a bug report i checked to make sure that this bug has not already been filed i reproduced the bug in the latest version of paprika please label as low medium high priority please fill in as much detail as possible below expected behavior please describe the behavior you are expecting to happen current behavior what is the current behavior screenshots gifs codepens include media to help illustrate the bug gifs help a lot additional context please provide any more additional details to illustrate the bug | 1 |
775,037 | 27,216,399,728 | IssuesEvent | 2023-02-20 22:25:02 | binpash/pash | https://api.github.com/repos/binpash/pash | closed | Completely remove any reference to the untyped json ast object in the compiler | enhancement low-priority | At the moment, all entry functions in `ast_to_ir.py` are given an untyped json-like object representation of the AST, which is the one returned from our parser. Unfortunately, instead of having defined a proper translation from this object to a typed one `AstNode`, different functions use different rerpesentations creating a total mess, which is exacerbated by the lack of static typing.
This should be fixed by modifying all `ast_to_ir.py` code to work on `AstNode` objects and not on the untyped ones.
Then we can define bidirectional transformations and make sure that we instantly transform the object that is given to us from the parser to an `AstNode`.
More info is in a comment in this file: https://github.com/andromeda/pash/blob/main/compiler/definitions/ast_node.py | 1.0 | Completely remove any reference to the untyped json ast object in the compiler - At the moment, all entry functions in `ast_to_ir.py` are given an untyped json-like object representation of the AST, which is the one returned from our parser. Unfortunately, instead of having defined a proper translation from this object to a typed one `AstNode`, different functions use different rerpesentations creating a total mess, which is exacerbated by the lack of static typing.
This should be fixed by modifying all `ast_to_ir.py` code to work on `AstNode` objects and not on the untyped ones.
Then we can define bidirectional transformations and make sure that we instantly transform the object that is given to us from the parser to an `AstNode`.
More info is in a comment in this file: https://github.com/andromeda/pash/blob/main/compiler/definitions/ast_node.py | priority | completely remove any reference to the untyped json ast object in the compiler at the moment all entry functions in ast to ir py are given an untyped json like object representation of the ast which is the one returned from our parser unfortunately instead of having defined a proper translation from this object to a typed one astnode different functions use different rerpesentations creating a total mess which is exacerbated by the lack of static typing this should be fixed by modifying all ast to ir py code to work on astnode objects and not on the untyped ones then we can define bidirectional transformations and make sure that we instantly transform the object that is given to us from the parser to an astnode more info is in a comment in this file | 1 |
754,547 | 26,393,138,938 | IssuesEvent | 2023-01-12 17:08:15 | Plutonomicon/cardano-transaction-lib | https://api.github.com/repos/Plutonomicon/cardano-transaction-lib | opened | `flattenValue` does not remove zeros | bug lower-priority | From slack:
> Contrary to the docstring, flattenValue does not remove zeros. Tested it in the repl to be sure.
> The original Plutus function looks like it does remove zeros, but the CTL one doesn't. | 1.0 | `flattenValue` does not remove zeros - From slack:
> Contrary to the docstring, flattenValue does not remove zeros. Tested it in the repl to be sure.
> The original Plutus function looks like it does remove zeros, but the CTL one doesn't. | priority | flattenvalue does not remove zeros from slack contrary to the docstring flattenvalue does not remove zeros tested it in the repl to be sure the original plutus function looks like it does remove zeros but the ctl one doesn t | 1 |
741,889 | 25,827,006,094 | IssuesEvent | 2022-12-12 13:39:09 | envoyproxy/gateway | https://api.github.com/repos/envoyproxy/gateway | reopened | Observability Design and Implementation of EG | enhancement stale priority/low area/observability | *Description*:
This issue tracks the Observability designs and implementations of EG.
EG Observability Design should be two main parts and such subtasks:
+ The Control Plane (CP): Design and Implement the CP Observability of EG (https://github.com/envoyproxy/gateway/issues/700).
- [ ] Logging generated by Envoy Gateway
- [ ] Tracing generated by Envoy Gateway
- [ ] Metrics generated by Envoy Gateway
+ The Data Plane (DP): Design and Implement the DP Observability of EG (https://github.com/envoyproxy/gateway/issues/699).
- [ ] Logging generated by EnvoyProxy
- [ ] Tracing generated by EnvoyProxy
- [ ] Metrics generated by EnvoyProxy
I would like to assign myself to design / implement / maintain these advanced abilities of EG.
NOTE: This proposal is in low priority, because this is not in v0.3.0 roadmap. I may spend more time design, implement it in v0.4.0. But I will investigate to it in parallel in v0.3.0.
Welcome to comment your ideas related to Observability here. | 1.0 | Observability Design and Implementation of EG - *Description*:
This issue tracks the Observability designs and implementations of EG.
EG Observability Design should be two main parts and such subtasks:
+ The Control Plane (CP): Design and Implement the CP Observability of EG (https://github.com/envoyproxy/gateway/issues/700).
- [ ] Logging generated by Envoy Gateway
- [ ] Tracing generated by Envoy Gateway
- [ ] Metrics generated by Envoy Gateway
+ The Data Plane (DP): Design and Implement the DP Observability of EG (https://github.com/envoyproxy/gateway/issues/699).
- [ ] Logging generated by EnvoyProxy
- [ ] Tracing generated by EnvoyProxy
- [ ] Metrics generated by EnvoyProxy
I would like to assign myself to design / implement / maintain these advanced abilities of EG.
NOTE: This proposal is in low priority, because this is not in v0.3.0 roadmap. I may spend more time design, implement it in v0.4.0. But I will investigate to it in parallel in v0.3.0.
Welcome to comment your ideas related to Observability here. | priority | observability design and implementation of eg description this issue tracks the observability designs and implementations of eg eg observability design should be two main parts and such subtasks the control plane cp design and implement the cp observability of eg logging generated by envoy gateway tracing generated by envoy gateway metrics generated by envoy gateway the data plane dp design and implement the dp observability of eg logging generated by envoyproxy tracing generated by envoyproxy metrics generated by envoyproxy i would like to assign myself to design implement maintain these advanced abilities of eg note this proposal is in low priority because this is not in roadmap i may spend more time design implement it in but i will investigate to it in parallel in welcome to comment your ideas related to observability here | 1 |
395,572 | 11,688,697,372 | IssuesEvent | 2020-03-05 14:56:19 | canonical-web-and-design/vanilla-framework | https://api.github.com/repos/canonical-web-and-design/vanilla-framework | closed | Use HTTPS and HTTP compatible URLs | Priority: Low Priority: Medium | https://github.com/vanilla-framework/vanilla-framework/blob/7a360459fcf77faccc56c488ebf7abee8723541b/scss/_settings_font.scss#L6
i.e:
```$font-import: '//fonts.gstatic.com/s/ubuntu/v9/' !default; ``` | 2.0 | Use HTTPS and HTTP compatible URLs - https://github.com/vanilla-framework/vanilla-framework/blob/7a360459fcf77faccc56c488ebf7abee8723541b/scss/_settings_font.scss#L6
i.e:
```$font-import: '//fonts.gstatic.com/s/ubuntu/v9/' !default; ``` | priority | use https and http compatible urls i e font import fonts gstatic com s ubuntu default | 1 |
290,955 | 8,915,464,151 | IssuesEvent | 2019-01-19 06:10:55 | orange-alliance/the-orange-alliance | https://api.github.com/repos/orange-alliance/the-orange-alliance | closed | Create Event Management Page | Low Priority enhancement myTOA | Have a way to update event info and import match data/manually enter match data. Import signups and export list to scoring system. | 1.0 | Create Event Management Page - Have a way to update event info and import match data/manually enter match data. Import signups and export list to scoring system. | priority | create event management page have a way to update event info and import match data manually enter match data import signups and export list to scoring system | 1 |
192,858 | 6,877,343,627 | IssuesEvent | 2017-11-20 07:28:10 | mattyu007/ProjectOrange | https://api.github.com/repos/mattyu007/ProjectOrange | opened | iOS chips visual refresh | Client Enhancement Priority: Low | Chips on iOS could use a little more padding and a heavier font weight to match the visual weight of the remove icon. | 1.0 | iOS chips visual refresh - Chips on iOS could use a little more padding and a heavier font weight to match the visual weight of the remove icon. | priority | ios chips visual refresh chips on ios could use a little more padding and a heavier font weight to match the visual weight of the remove icon | 1 |
136,916 | 5,290,362,660 | IssuesEvent | 2017-02-08 19:42:19 | duckduckgo/zeroclickinfo-fathead | https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead | opened | React.js Suggestion: Improve Redirects | Difficulty: Low Improvement Low-Hanging Fruit Priority: High Status: Needs a Developer Topic: JavaScript | ## Description
There is a problem with the [redirects that needs fixed](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/reactjs/). It seems that we might need to add trigger words as well.
**react.component** triggers

**react component** does not

## People to notify
Lang Leader: @bfmags
Maintainer: @dip-kush
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a Pull Request
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
<!-- DO NOT REMOVE -->
---
<!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com -->
Instant Answer Page: https://duck.co/ia/view/reactjs
<!-- FILL THIS IN: ^^^^ -->
| 1.0 | React.js Suggestion: Improve Redirects - ## Description
There is a problem with the [redirects that needs fixed](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/reactjs/). It seems that we might need to add trigger words as well.
**react.component** triggers

**react component** does not

## People to notify
Lang Leader: @bfmags
Maintainer: @dip-kush
## Get Started
- [ ] 1) Claim this issue by commenting below
- [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md)
- [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository
- [ ] 4) Create a Pull Request
## Resources
- Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions
- Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics
- Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help
<!-- DO NOT REMOVE -->
---
<!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com -->
Instant Answer Page: https://duck.co/ia/view/reactjs
<!-- FILL THIS IN: ^^^^ -->
| priority | react js suggestion improve redirects description there is a problem with the it seems that we might need to add trigger words as well react component triggers react component does not people to notify lang leader bfmags maintainer dip kush get started claim this issue by commenting below review our and fork this repository create a pull request resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help instant answer page | 1 |
75,079 | 3,455,035,932 | IssuesEvent | 2015-12-17 18:22:07 | Apollo-Community/ApolloStation | https://api.github.com/repos/Apollo-Community/ApolloStation | closed | Eyegear HUD not being removed | bug could not reproduce need feedback priority: low | See #387
Eyegear HUD doesn't go away after putting it on once. | 1.0 | Eyegear HUD not being removed - See #387
Eyegear HUD doesn't go away after putting it on once. | priority | eyegear hud not being removed see eyegear hud doesn t go away after putting it on once | 1 |
546,112 | 15,987,296,113 | IssuesEvent | 2021-04-19 00:02:23 | KoalaBotUK/KoalaBot | https://api.github.com/repos/KoalaBotUK/KoalaBot | opened | Music | low priority new koala extension | ### Is your feature request related to a problem? Please describe.
As a guild member I want to be able to listen to music found online (e.g. youtube) so I can share and listen to music with my friends in the guild at the same time.
### Requirements
1. Allow `k!music play <url>` to connect the bot to the requesters voice channel and start playing the URL music. [Supported options should ideally include YouTube, Soundcloud, Spotify (idk if possible), and others]
2. Implement `k!music allowedRole <role>` to choose which roles can use music commands (by default None= admin only)
3. Implement `k!music pause` to pause the music
4. Implement a queue of music, changed by adding more to k!music play
5. Allow removing from queue using `k!music queue remove`
6. Implement `k!music skip` to force skip the track
7. `k!music repeat` to customise the repeat options
8. any other music options that popular music bots have...
### Describe alternatives you've considered
Similar to Rythm Bot: https://rythm.fm/
### Additional context
| 1.0 | Music - ### Is your feature request related to a problem? Please describe.
As a guild member I want to be able to listen to music found online (e.g. youtube) so I can share and listen to music with my friends in the guild at the same time.
### Requirements
1. Allow `k!music play <url>` to connect the bot to the requesters voice channel and start playing the URL music. [Supported options should ideally include YouTube, Soundcloud, Spotify (idk if possible), and others]
2. Implement `k!music allowedRole <role>` to choose which roles can use music commands (by default None= admin only)
3. Implement `k!music pause` to pause the music
4. Implement a queue of music, changed by adding more to k!music play
5. Allow removing from queue using `k!music queue remove`
6. Implement `k!music skip` to force skip the track
7. `k!music repeat` to customise the repeat options
8. any other music options that popular music bots have...
### Describe alternatives you've considered
Similar to Rythm Bot: https://rythm.fm/
### Additional context
| priority | music is your feature request related to a problem please describe as a guild member i want to be able to listen to music found online e g youtube so i can share and listen to music with my friends in the guild at the same time requirements allow k music play to connect the bot to the requesters voice channel and start playing the url music implement k music allowedrole to choose which roles can use music commands by default none admin only implement k music pause to pause the music implement a queue of music changed by adding more to k music play allow removing from queue using k music queue remove implement k music skip to force skip the track k music repeat to customise the repeat options any other music options that popular music bots have describe alternatives you ve considered similar to rythm bot additional context | 1 |
412,367 | 12,041,750,131 | IssuesEvent | 2020-04-14 09:21:55 | covid19india/covid19india-react | https://api.github.com/repos/covid19india/covid19india-react | closed | ESSENTIAL result table doesn't scale properly on small screen | Essentials Priority: Low Status: Available Type: Bug | The table containing the search results under the ESSENTIAL page doesn't scale properly on mobile devices.

| 1.0 | ESSENTIAL result table doesn't scale properly on small screen - The table containing the search results under the ESSENTIAL page doesn't scale properly on mobile devices.

| priority | essential result table doesn t scale properly on small screen the table containing the search results under the essential page doesn t scale properly on mobile devices | 1 |
472,226 | 13,618,323,647 | IssuesEvent | 2020-09-23 18:22:45 | CatalogueOfLife/backend | https://api.github.com/repos/CatalogueOfLife/backend | closed | Some metrics out of sync? | low priority | The metrics seem to be out of sync for `appliedDecisionCount`. For example, in dataset 1140 there are 5037 decisions but there is no `appliedDecisionCount` key:
https://api.catalogue.life/dataset/3/decision?subjectDatasetKey=1140&limit=0
```JSON
{
"offset": 0,
"limit": 0,
"total": 5037,
"empty": true,
"last": false
}
```
https://api.catalogue.life/dataset/3/source/1140/metrics
```JSON
{
"datasetKey": 3,
"attempt": -1,
"bareNameCount": 0,
"distributionCount": 14361,
"mediaCount": 0,
"nameCount": 65050,
"referenceCount": 44777,
"sectorCount": 22,
"synonymCount": 50049,
"taxonCount": 15001,
"treatmentCount": 0,
"typeMaterialCount": 0,
"vernacularCount": 1253,
"distributionsByGazetteerCount": {
"text": 14361
},
"namesByCodeCount": {
"botanical": 65050
},
"namesByRankCount": {
"tribe": 9,
"family": 139,
"subclass": 1,
"section": 61,
"class": 9,
"infraspecific name": 526,
"subfamily": 61,
"subform": 11,
"form": 1112,
"subvariety": 44,
"infraorder": 21,
"proles": 3,
"phylum": 1,
"genus": 355,
"subtribe": 2,
"variety": 7215,
"unranked": 845,
"suborder": 2,
"order": 41,
"species": 53391,
"subspecies": 1201
},
"namesByStatusCount": {
"manuscript": 3
},
"namesByTypeCount": {
"scientific": 65050
},
"synonymsByRankCount": {
"tribe": 7,
"family": 88,
"subclass": 1,
"section": 61,
"class": 9,
"infraspecific name": 526,
"subfamily": 30,
"subform": 11,
"form": 1079,
"subvariety": 44,
"infraorder": 21,
"proles": 3,
"phylum": 1,
"subtribe": 2,
"variety": 6611,
"unranked": 845,
"suborder": 2,
"order": 27,
"species": 39978,
"subspecies": 703
},
"taxaByRankCount": {
"tribe": 2,
"family": 51,
"genus": 355,
"variety": 604,
"subfamily": 31,
"order": 14,
"species": 13413,
"subspecies": 498,
"form": 33
},
"usagesByStatusCount": {
"accepted": 15000,
"ambiguous synonym": 4969,
"synonym": 45080,
"provisionally accepted": 1
},
"usagesByOriginCount": {
"implicit name": 5,
"source": 65045
},
"vernacularsByLanguageCount": {
"msa": 1,
"deu": 60,
"spa": 48,
"mri": 29,
"eng": 35
},
"usagesCount": 65050
}
```
Dataset 1015 has 957 decisions but shows 956 in the `appliedDecisionCount` of metrics:
https://api.catalogue.life/dataset/3/decision?subjectDatasetKey=1015&limit=0
```JSON
{
"offset": 0,
"limit": 0,
"total": 957,
"empty": true,
"last": false
}
```
https://api.catalogue.life/dataset/3/source/1015/metrics
```JSON
{
"datasetKey": 3,
"attempt": -1,
"appliedDecisionCount": 956,
"bareNameCount": 0,
"distributionCount": 84163,
"mediaCount": 0,
"nameCount": 44391,
"referenceCount": 2616,
"sectorCount": 1,
"synonymCount": 23037,
"taxonCount": 21354,
"treatmentCount": 0,
"typeMaterialCount": 0,
"vernacularCount": 14142,
"distributionsByGazetteerCount": {
"text": 84163
},
"namesByCodeCount": {
"botanical": 43663
},
"namesByRankCount": {
"family": 1,
"genus": 727,
"variety": 5574,
"species": 35803,
"subspecies": 2286
},
"namesByStatusCount": {
"rejected": 4,
"manuscript": 1,
"not established": 11
},
"namesByTypeCount": {
"scientific": 44391
},
"synonymsByRankCount": {
"variety": 2892,
"species": 19432,
"subspecies": 713
},
"taxaByRankCount": {
"family": 1,
"genus": 727,
"variety": 2682,
"species": 16371,
"subspecies": 1573
},
"usagesByStatusCount": {
"accepted": 21330,
"ambiguous synonym": 2188,
"synonym": 19897,
"provisionally accepted": 24,
"misapplied": 952
},
"usagesByOriginCount": {
"source": 44391
},
"vernacularsByLanguageCount": {
"zho": 69,
"swe": 37,
"heb": 9,
"est": 46,
"kom": 12,
"fin": 34,
"hin": 531,
"pol": 44,
"mon": 134,
"aze": 81,
"ron": 103,
"tur": 7,
"rus": 1836,
"por": 78,
"fra": 638,
"deu": 333,
"lit": 68,
"ita": 43,
"sin": 194,
"sah": 7,
"uzb": 42,
"ukr": 89,
"eng": 2708,
"kat": 42,
"lav": 51,
"tam": 88,
"xal": 1,
"spa": 167,
"kaz": 37,
"urd": 12,
"arw": 3,
"bua": 1,
"chv": 8,
"hye": 74,
"bod": 15
},
"usagesCount": 44391
}
```
@yroskov and I are not sure why 1015 has the `appliedDecisionCount` key and 1140 doesn't but maybe this was recent addition and an action hasn't been triggered that would update the metrics? It's not high priority to fix this, but the source metrics reporting tool is going to be a powerful feature!
https://data.catalogue.life/catalogue/3/sourcemetrics?releaseKey=2206
| 1.0 | Some metrics out of sync? - The metrics seem to be out of sync for `appliedDecisionCount`. For example, in dataset 1140 there are 5037 decisions but there is no `appliedDecisionCount` key:
https://api.catalogue.life/dataset/3/decision?subjectDatasetKey=1140&limit=0
```JSON
{
"offset": 0,
"limit": 0,
"total": 5037,
"empty": true,
"last": false
}
```
https://api.catalogue.life/dataset/3/source/1140/metrics
```JSON
{
"datasetKey": 3,
"attempt": -1,
"bareNameCount": 0,
"distributionCount": 14361,
"mediaCount": 0,
"nameCount": 65050,
"referenceCount": 44777,
"sectorCount": 22,
"synonymCount": 50049,
"taxonCount": 15001,
"treatmentCount": 0,
"typeMaterialCount": 0,
"vernacularCount": 1253,
"distributionsByGazetteerCount": {
"text": 14361
},
"namesByCodeCount": {
"botanical": 65050
},
"namesByRankCount": {
"tribe": 9,
"family": 139,
"subclass": 1,
"section": 61,
"class": 9,
"infraspecific name": 526,
"subfamily": 61,
"subform": 11,
"form": 1112,
"subvariety": 44,
"infraorder": 21,
"proles": 3,
"phylum": 1,
"genus": 355,
"subtribe": 2,
"variety": 7215,
"unranked": 845,
"suborder": 2,
"order": 41,
"species": 53391,
"subspecies": 1201
},
"namesByStatusCount": {
"manuscript": 3
},
"namesByTypeCount": {
"scientific": 65050
},
"synonymsByRankCount": {
"tribe": 7,
"family": 88,
"subclass": 1,
"section": 61,
"class": 9,
"infraspecific name": 526,
"subfamily": 30,
"subform": 11,
"form": 1079,
"subvariety": 44,
"infraorder": 21,
"proles": 3,
"phylum": 1,
"subtribe": 2,
"variety": 6611,
"unranked": 845,
"suborder": 2,
"order": 27,
"species": 39978,
"subspecies": 703
},
"taxaByRankCount": {
"tribe": 2,
"family": 51,
"genus": 355,
"variety": 604,
"subfamily": 31,
"order": 14,
"species": 13413,
"subspecies": 498,
"form": 33
},
"usagesByStatusCount": {
"accepted": 15000,
"ambiguous synonym": 4969,
"synonym": 45080,
"provisionally accepted": 1
},
"usagesByOriginCount": {
"implicit name": 5,
"source": 65045
},
"vernacularsByLanguageCount": {
"msa": 1,
"deu": 60,
"spa": 48,
"mri": 29,
"eng": 35
},
"usagesCount": 65050
}
```
Dataset 1015 has 957 decisions but shows 956 in the `appliedDecisionCount` of metrics:
https://api.catalogue.life/dataset/3/decision?subjectDatasetKey=1015&limit=0
```JSON
{
"offset": 0,
"limit": 0,
"total": 957,
"empty": true,
"last": false
}
```
https://api.catalogue.life/dataset/3/source/1015/metrics
```JSON
{
"datasetKey": 3,
"attempt": -1,
"appliedDecisionCount": 956,
"bareNameCount": 0,
"distributionCount": 84163,
"mediaCount": 0,
"nameCount": 44391,
"referenceCount": 2616,
"sectorCount": 1,
"synonymCount": 23037,
"taxonCount": 21354,
"treatmentCount": 0,
"typeMaterialCount": 0,
"vernacularCount": 14142,
"distributionsByGazetteerCount": {
"text": 84163
},
"namesByCodeCount": {
"botanical": 43663
},
"namesByRankCount": {
"family": 1,
"genus": 727,
"variety": 5574,
"species": 35803,
"subspecies": 2286
},
"namesByStatusCount": {
"rejected": 4,
"manuscript": 1,
"not established": 11
},
"namesByTypeCount": {
"scientific": 44391
},
"synonymsByRankCount": {
"variety": 2892,
"species": 19432,
"subspecies": 713
},
"taxaByRankCount": {
"family": 1,
"genus": 727,
"variety": 2682,
"species": 16371,
"subspecies": 1573
},
"usagesByStatusCount": {
"accepted": 21330,
"ambiguous synonym": 2188,
"synonym": 19897,
"provisionally accepted": 24,
"misapplied": 952
},
"usagesByOriginCount": {
"source": 44391
},
"vernacularsByLanguageCount": {
"zho": 69,
"swe": 37,
"heb": 9,
"est": 46,
"kom": 12,
"fin": 34,
"hin": 531,
"pol": 44,
"mon": 134,
"aze": 81,
"ron": 103,
"tur": 7,
"rus": 1836,
"por": 78,
"fra": 638,
"deu": 333,
"lit": 68,
"ita": 43,
"sin": 194,
"sah": 7,
"uzb": 42,
"ukr": 89,
"eng": 2708,
"kat": 42,
"lav": 51,
"tam": 88,
"xal": 1,
"spa": 167,
"kaz": 37,
"urd": 12,
"arw": 3,
"bua": 1,
"chv": 8,
"hye": 74,
"bod": 15
},
"usagesCount": 44391
}
```
@yroskov and I are not sure why 1015 has the `appliedDecisionCount` key and 1140 doesn't but maybe this was recent addition and an action hasn't been triggered that would update the metrics? It's not high priority to fix this, but the source metrics reporting tool is going to be a powerful feature!
https://data.catalogue.life/catalogue/3/sourcemetrics?releaseKey=2206
| priority | some metrics out of sync the metrics seem to be out of sync for applieddecisioncount for example in dataset there are decisions but there is no applieddecisioncount key json offset limit total empty true last false json datasetkey attempt barenamecount distributioncount mediacount namecount referencecount sectorcount synonymcount taxoncount treatmentcount typematerialcount vernacularcount distributionsbygazetteercount text namesbycodecount botanical namesbyrankcount tribe family subclass section class infraspecific name subfamily subform form subvariety infraorder proles phylum genus subtribe variety unranked suborder order species subspecies namesbystatuscount manuscript namesbytypecount scientific synonymsbyrankcount tribe family subclass section class infraspecific name subfamily subform form subvariety infraorder proles phylum subtribe variety unranked suborder order species subspecies taxabyrankcount tribe family genus variety subfamily order species subspecies form usagesbystatuscount accepted ambiguous synonym synonym provisionally accepted usagesbyorigincount implicit name source vernacularsbylanguagecount msa deu spa mri eng usagescount dataset has decisions but shows in the applieddecisioncount of metrics json offset limit total empty true last false json datasetkey attempt applieddecisioncount barenamecount distributioncount mediacount namecount referencecount sectorcount synonymcount taxoncount treatmentcount typematerialcount vernacularcount distributionsbygazetteercount text namesbycodecount botanical namesbyrankcount family genus variety species subspecies namesbystatuscount rejected manuscript not established namesbytypecount scientific synonymsbyrankcount variety species subspecies taxabyrankcount family genus variety species subspecies usagesbystatuscount accepted ambiguous synonym synonym provisionally accepted misapplied usagesbyorigincount source vernacularsbylanguagecount zho swe heb est kom fin hin pol mon aze ron tur rus por fra deu lit ita sin sah uzb ukr eng kat lav tam xal spa kaz urd arw bua chv hye bod usagescount yroskov and i are not sure why has the applieddecisioncount key and doesn t but maybe this was recent addition and an action hasn t been triggered that would update the metrics it s not high priority to fix this but the source metrics reporting tool is going to be a powerful feature | 1 |
168,565 | 6,378,184,140 | IssuesEvent | 2017-08-02 12:05:23 | ballerinalang/composer | https://api.github.com/repos/ballerinalang/composer | opened | Make the add button visible all the time to add different code blocks | Enhancement Priority:Low Severity:Minor | Release - 0.91
The add button is currently visible only when you hover over the code block (eg: transaction block). So you might not notice that. Therefore, make it visible all the time so that people know code blocks can be added from there

| 1.0 | Make the add button visible all the time to add different code blocks - Release - 0.91
The add button is currently visible only when you hover over the code block (eg: transaction block). So you might not notice that. Therefore, make it visible all the time so that people know code blocks can be added from there

| priority | make the add button visible all the time to add different code blocks release the add button is currently visible only when you hover over the code block eg transaction block so you might not notice that therefore make it visible all the time so that people know code blocks can be added from there | 1 |
502,205 | 14,542,286,362 | IssuesEvent | 2020-12-15 15:32:23 | epicmaxco/vuestic-ui | https://api.github.com/repos/epicmaxco/vuestic-ui | closed | Scroll remain on same position after change route (docs) | bug low priority | If you scroll down and change the route, the scroll position remains in the same place and does not go up as expected.
PS: check it on UI Elements section | 1.0 | Scroll remain on same position after change route (docs) - If you scroll down and change the route, the scroll position remains in the same place and does not go up as expected.
PS: check it on UI Elements section | priority | scroll remain on same position after change route docs if you scroll down and change the route the scroll position remains in the same place and does not go up as expected ps check it on ui elements section | 1 |
564,921 | 16,744,778,100 | IssuesEvent | 2021-06-11 14:16:27 | gnosis/ido-ux | https://api.github.com/repos/gnosis/ido-ux | opened | Token list error is displayed in console | QA bug low priority | each time when I open the app I see token list error in the console

**Expected**: no errors in the console | 1.0 | Token list error is displayed in console - each time when I open the app I see token list error in the console

**Expected**: no errors in the console | priority | token list error is displayed in console each time when i open the app i see token list error in the console expected no errors in the console | 1 |
353,398 | 10,552,324,438 | IssuesEvent | 2019-10-03 14:57:43 | EUCweb/BIS-F | https://api.github.com/repos/EUCweb/BIS-F | closed | Check if there's enough disk space on P2V Custom UNC-Path | Priority: Low Status: Completed Type: Bug | Please add a feature to check if there's enough disk space on P2V Custom UNC-Path - Right now the error is just logged to P2PVS.txt
Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: Provisioning Services 7.15.0 Copyright (c) 2001-2017 Citrix Systems, Inc. All rights reserved.
11/25/17 07:49:21: Microsoft Windows 6.2.9200 Server
11/25/17 07:49:21: Suite=0x00000090
11/25/17 07:49:21: Processor Architecture: x64
11/25/17 07:49:21: Number of processors: 4
11/25/17 07:49:21: WindowsFreePercentage that can be set in [parameters] section of P2PVS.ini: 25
11/25/17 07:49:21: PartitionOffsetBase that can be set in [parameters] section of P2PVS.ini: 1048576
11/25/17 07:49:21: VolumeDiscoveryTimeoutAsSeconds that can be set in [parameters] section of P2PVS.ini: 30
11/25/17 07:49:21: VolumeShadowCopyPollTimeAsMs that can be set in [parameters] section of P2PVS.ini: 0
11/25/17 07:49:21: Physical to VHDX started at Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: There is not enough free space on volume \pvs-01\c$\vDisks.
11/25/17 07:49:21: Physical to VHDX stopped at Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: Physical to VHDX lasted 0.0 seconds
**11/25/17 07:49:21: Failed to convert!
11/25/17 07:49:21: There is not enough free space on volume \pvs-01\c$\vDisks.**
| 1.0 | Check if there's enough disk space on P2V Custom UNC-Path - Please add a feature to check if there's enough disk space on P2V Custom UNC-Path - Right now the error is just logged to P2PVS.txt
Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: Provisioning Services 7.15.0 Copyright (c) 2001-2017 Citrix Systems, Inc. All rights reserved.
11/25/17 07:49:21: Microsoft Windows 6.2.9200 Server
11/25/17 07:49:21: Suite=0x00000090
11/25/17 07:49:21: Processor Architecture: x64
11/25/17 07:49:21: Number of processors: 4
11/25/17 07:49:21: WindowsFreePercentage that can be set in [parameters] section of P2PVS.ini: 25
11/25/17 07:49:21: PartitionOffsetBase that can be set in [parameters] section of P2PVS.ini: 1048576
11/25/17 07:49:21: VolumeDiscoveryTimeoutAsSeconds that can be set in [parameters] section of P2PVS.ini: 30
11/25/17 07:49:21: VolumeShadowCopyPollTimeAsMs that can be set in [parameters] section of P2PVS.ini: 0
11/25/17 07:49:21: Physical to VHDX started at Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: There is not enough free space on volume \pvs-01\c$\vDisks.
11/25/17 07:49:21: Physical to VHDX stopped at Saturday, November 25, 2017 7:49:21 AM
11/25/17 07:49:21: Physical to VHDX lasted 0.0 seconds
**11/25/17 07:49:21: Failed to convert!
11/25/17 07:49:21: There is not enough free space on volume \pvs-01\c$\vDisks.**
| priority | check if there s enough disk space on custom unc path please add a feature to check if there s enough disk space on custom unc path right now the error is just logged to txt saturday november am provisioning services copyright c citrix systems inc all rights reserved microsoft windows server suite processor architecture number of processors windowsfreepercentage that can be set in section of ini partitionoffsetbase that can be set in section of ini volumediscoverytimeoutasseconds that can be set in section of ini volumeshadowcopypolltimeasms that can be set in section of ini physical to vhdx started at saturday november am there is not enough free space on volume pvs c vdisks physical to vhdx stopped at saturday november am physical to vhdx lasted seconds failed to convert there is not enough free space on volume pvs c vdisks | 1 |
137,021 | 5,291,690,136 | IssuesEvent | 2017-02-08 23:15:24 | NucleusPowered/Nucleus | https://api.github.com/repos/NucleusPowered/Nucleus | closed | There are some sentences you didn't put into messages.conf | enhancement low priority | When my mouse is hovering on the buttoms, "/mail" and "/mail clear", they shows
1. click here to read your mail.
2.click here to delete your mail.
Both of them are not in messages.conf.
Game modes are not in the file as well.
| 1.0 | There are some sentences you didn't put into messages.conf - When my mouse is hovering on the buttoms, "/mail" and "/mail clear", they shows
1. click here to read your mail.
2.click here to delete your mail.
Both of them are not in messages.conf.
Game modes are not in the file as well.
| priority | there are some sentences you didn t put into messages conf when my mouse is hovering on the buttoms mail and mail clear they shows click here to read your mail click here to delete your mail both of them are not in messages conf game modes are not in the file as well | 1 |
129,334 | 5,094,750,613 | IssuesEvent | 2017-01-03 12:48:45 | hpi-swt2/workshop-portal | https://api.github.com/repos/hpi-swt2/workshop-portal | closed | US_2.13: Event Calendar | Low Priority ready team-hendrik | **As**
user
**I want to**
have a calendar with all events
**In order to**
have an overview over the upcoming events
**Dependencies:** #17
**Estimate:** 8
**Acceptance Criteria:**
- [ ] calendar displayed on the main page (at the bottom, in case that another team displays something else there)
- [ ] calendar displays a monthly overview
- [ ] events are displayed on corresponding date/dates
- [ ] on click on event user is taken to detail page of event | 1.0 | US_2.13: Event Calendar - **As**
user
**I want to**
have a calendar with all events
**In order to**
have an overview over the upcoming events
**Dependencies:** #17
**Estimate:** 8
**Acceptance Criteria:**
- [ ] calendar displayed on the main page (at the bottom, in case that another team displays something else there)
- [ ] calendar displays a monthly overview
- [ ] events are displayed on corresponding date/dates
- [ ] on click on event user is taken to detail page of event | priority | us event calendar as user i want to have a calendar with all events in order to have an overview over the upcoming events dependencies estimate acceptance criteria calendar displayed on the main page at the bottom in case that another team displays something else there calendar displays a monthly overview events are displayed on corresponding date dates on click on event user is taken to detail page of event | 1 |
53,418 | 3,040,013,210 | IssuesEvent | 2015-08-07 13:07:41 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | opened | No completion after 'part of' | Analyzer-Completion Area-Analyzer Priority-Low Type-Enhancement | 
I'd expect completion to suggest library names that are in the same folder or higher. For example if current file is in `project/web/src` I think it is reasonable to suggest library names from `project/web/src` and `project/web`, but not from `project/web/src/subfolder` or `project/lib`. | 1.0 | No completion after 'part of' - 
I'd expect completion to suggest library names that are in the same folder or higher. For example if current file is in `project/web/src` I think it is reasonable to suggest library names from `project/web/src` and `project/web`, but not from `project/web/src/subfolder` or `project/lib`. | priority | no completion after part of i d expect completion to suggest library names that are in the same folder or higher for example if current file is in project web src i think it is reasonable to suggest library names from project web src and project web but not from project web src subfolder or project lib | 1 |
335,199 | 10,150,178,752 | IssuesEvent | 2019-08-05 16:58:07 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | opened | Crash in codegen during C type deduction with inline ASM | Crash Low Priority | The following snippet makes the compiler crash.
It is due to the use of `low` instead of `lo` in the asm, Nim tries to check the return type and crashes in ccgtypes.
```Nim
# GCC/Clang only
proc getticks(): int64 {.inline.} =
var lo, hi: int64
# Notice "low" instead of lo in the inline assembly
{.emit: """asm volatile(
"lfence\n"
"rdtsc\n"
: "=a"(`low`), "=d"(`hi`)
:
: "memory"
);""".}
return (hi shl 32) or lo
echo getticks()
```
Error:
```
fatal.nim(39) sysFatal
Error: unhandled exception: ccgtypes.nim(196, 17) `false` mapType [AssertionError]
```
Full stacktrace with debug on the proc names insterted just before genProcParams: https://github.com/nim-lang/Nim/blob/42e83ac24ccdbc79612be2e0611ce7c82c38e8e1/compiler/ccgtypes.nim#L956-L957
```Nim
>>> Debug START<<<
nimZeroMem
>>> Debug END<<<
>>> Debug START<<<
nimZeroMem
>>> Debug END<<<
>>> Debug START<<<
nimSetMem_zxfKBYntu9cBapkhrCOk1fgmemory
>>> Debug END<<<
>>> Debug START<<<
nimSetMem_zxfKBYntu9cBapkhrCOk1fgmemory
>>> Debug END<<<
>>> Debug START<<<
getticks_DaT0GSRtc9apiDAhLpobrrwcrash_comp
>>> Debug END<<<
>>> Debug START<<<
getticks_DaT0GSRtc9apiDAhLpobrrwcrash_comp
>>> Debug END<<<
>>> Debug START<<<
low_Rm7OrJxNFFg9aSwESSN9bnXQ
>>> Debug END<<<
/home/beta/Programming/Nim/Nim/compiler/nim.nim(106) nim
/home/beta/Programming/Nim/Nim/compiler/nim.nim(83) handleCmdLine
/home/beta/Programming/Nim/Nim/compiler/cmdlinehelper.nim(92) loadConfigsAndRunMainCommand
/home/beta/Programming/Nim/Nim/compiler/main.nim(198) mainCommand
/home/beta/Programming/Nim/Nim/compiler/main.nim(94) commandCompileToC
/home/beta/Programming/Nim/Nim/compiler/modules.nim(147) compileProject
/home/beta/Programming/Nim/Nim/compiler/modules.nim(88) compileModule
/home/beta/Programming/Nim/Nim/compiler/passes.nim(208) processModule
/home/beta/Programming/Nim/Nim/compiler/passes.nim(86) processTopLevelStmt
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1883) myProcess
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2583) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2242) genMagicExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(1056) genEcho
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2603) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2374) genArrayConstr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2589) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(1598) genMagicExpr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2591) expr
/home/beta/Programming/Nim/Nim/compiler/ccgcalls.nim(557) genCall
/home/beta/Programming/Nim/Nim/compiler/ccgcalls.nim(195) genPrefixCall
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2524) expr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1182) genProc
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1116) genProcNoForward
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1022) genProcAux
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2621) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2398) genStmtList
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2679) expr
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1189) genPragma
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1152) genEmit
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1091) genAsmOrEmitStmt
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2524) expr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1182) genProc
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1141) genProcNoForward
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1079) genProcPrototype
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(960) genProcHeader
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(448) genProcParams
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(224) isInvalidReturnType
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(166) mapType
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(196) mapType
/home/beta/Programming/Nim/Nim/lib/system/assertions.nim(27) failedAssertImpl
/home/beta/Programming/Nim/Nim/lib/system/assertions.nim(20) raiseAssert
/home/beta/Programming/Nim/Nim/lib/system/fatal.nim(39) sysFatal
Error: unhandled exception: /home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(196, 17) `false` mapType [AssertionError]
FAILURE
``` | 1.0 | Crash in codegen during C type deduction with inline ASM - The following snippet makes the compiler crash.
It is due to the use of `low` instead of `lo` in the asm, Nim tries to check the return type and crashes in ccgtypes.
```Nim
# GCC/Clang only
proc getticks(): int64 {.inline.} =
var lo, hi: int64
# Notice "low" instead of lo in the inline assembly
{.emit: """asm volatile(
"lfence\n"
"rdtsc\n"
: "=a"(`low`), "=d"(`hi`)
:
: "memory"
);""".}
return (hi shl 32) or lo
echo getticks()
```
Error:
```
fatal.nim(39) sysFatal
Error: unhandled exception: ccgtypes.nim(196, 17) `false` mapType [AssertionError]
```
Full stacktrace with debug on the proc names insterted just before genProcParams: https://github.com/nim-lang/Nim/blob/42e83ac24ccdbc79612be2e0611ce7c82c38e8e1/compiler/ccgtypes.nim#L956-L957
```Nim
>>> Debug START<<<
nimZeroMem
>>> Debug END<<<
>>> Debug START<<<
nimZeroMem
>>> Debug END<<<
>>> Debug START<<<
nimSetMem_zxfKBYntu9cBapkhrCOk1fgmemory
>>> Debug END<<<
>>> Debug START<<<
nimSetMem_zxfKBYntu9cBapkhrCOk1fgmemory
>>> Debug END<<<
>>> Debug START<<<
getticks_DaT0GSRtc9apiDAhLpobrrwcrash_comp
>>> Debug END<<<
>>> Debug START<<<
getticks_DaT0GSRtc9apiDAhLpobrrwcrash_comp
>>> Debug END<<<
>>> Debug START<<<
low_Rm7OrJxNFFg9aSwESSN9bnXQ
>>> Debug END<<<
/home/beta/Programming/Nim/Nim/compiler/nim.nim(106) nim
/home/beta/Programming/Nim/Nim/compiler/nim.nim(83) handleCmdLine
/home/beta/Programming/Nim/Nim/compiler/cmdlinehelper.nim(92) loadConfigsAndRunMainCommand
/home/beta/Programming/Nim/Nim/compiler/main.nim(198) mainCommand
/home/beta/Programming/Nim/Nim/compiler/main.nim(94) commandCompileToC
/home/beta/Programming/Nim/Nim/compiler/modules.nim(147) compileProject
/home/beta/Programming/Nim/Nim/compiler/modules.nim(88) compileModule
/home/beta/Programming/Nim/Nim/compiler/passes.nim(208) processModule
/home/beta/Programming/Nim/Nim/compiler/passes.nim(86) processTopLevelStmt
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1883) myProcess
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2583) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2242) genMagicExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(1056) genEcho
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2603) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2374) genArrayConstr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2589) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(1598) genMagicExpr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2591) expr
/home/beta/Programming/Nim/Nim/compiler/ccgcalls.nim(557) genCall
/home/beta/Programming/Nim/Nim/compiler/ccgcalls.nim(195) genPrefixCall
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2524) expr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1182) genProc
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1116) genProcNoForward
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1022) genProcAux
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2621) expr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2398) genStmtList
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1284) genStmts
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2679) expr
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1189) genPragma
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1152) genEmit
/home/beta/Programming/Nim/Nim/compiler/ccgstmts.nim(1091) genAsmOrEmitStmt
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(599) initLocExpr
/home/beta/Programming/Nim/Nim/compiler/ccgexprs.nim(2524) expr
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1182) genProc
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1141) genProcNoForward
/home/beta/Programming/Nim/Nim/compiler/cgen.nim(1079) genProcPrototype
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(960) genProcHeader
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(448) genProcParams
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(224) isInvalidReturnType
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(166) mapType
/home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(196) mapType
/home/beta/Programming/Nim/Nim/lib/system/assertions.nim(27) failedAssertImpl
/home/beta/Programming/Nim/Nim/lib/system/assertions.nim(20) raiseAssert
/home/beta/Programming/Nim/Nim/lib/system/fatal.nim(39) sysFatal
Error: unhandled exception: /home/beta/Programming/Nim/Nim/compiler/ccgtypes.nim(196, 17) `false` mapType [AssertionError]
FAILURE
``` | priority | crash in codegen during c type deduction with inline asm the following snippet makes the compiler crash it is due to the use of low instead of lo in the asm nim tries to check the return type and crashes in ccgtypes nim gcc clang only proc getticks inline var lo hi notice low instead of lo in the inline assembly emit asm volatile lfence n rdtsc n a low d hi memory return hi shl or lo echo getticks error fatal nim sysfatal error unhandled exception ccgtypes nim false maptype full stacktrace with debug on the proc names insterted just before genprocparams nim debug start nimzeromem debug end debug start nimzeromem debug end debug start nimsetmem debug end debug start nimsetmem debug end debug start getticks comp debug end debug start getticks comp debug end debug start low debug end home beta programming nim nim compiler nim nim nim home beta programming nim nim compiler nim nim handlecmdline home beta programming nim nim compiler cmdlinehelper nim loadconfigsandrunmaincommand home beta programming nim nim compiler main nim maincommand home beta programming nim nim compiler main nim commandcompiletoc home beta programming nim nim compiler modules nim compileproject home beta programming nim nim compiler modules nim compilemodule home beta programming nim nim compiler passes nim processmodule home beta programming nim nim compiler passes nim processtoplevelstmt home beta programming nim nim compiler cgen nim myprocess home beta programming nim nim compiler ccgstmts nim genstmts home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgexprs nim genmagicexpr home beta programming nim nim compiler ccgexprs nim genecho home beta programming nim nim compiler cgen nim initlocexpr home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgexprs nim genarrayconstr home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgexprs nim genmagicexpr home beta programming nim nim compiler cgen nim initlocexpr home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgcalls nim gencall home beta programming nim nim compiler ccgcalls nim genprefixcall home beta programming nim nim compiler cgen nim initlocexpr home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler cgen nim genproc home beta programming nim nim compiler cgen nim genprocnoforward home beta programming nim nim compiler cgen nim genprocaux home beta programming nim nim compiler ccgstmts nim genstmts home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgexprs nim genstmtlist home beta programming nim nim compiler ccgstmts nim genstmts home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler ccgstmts nim genpragma home beta programming nim nim compiler ccgstmts nim genemit home beta programming nim nim compiler ccgstmts nim genasmoremitstmt home beta programming nim nim compiler cgen nim initlocexpr home beta programming nim nim compiler ccgexprs nim expr home beta programming nim nim compiler cgen nim genproc home beta programming nim nim compiler cgen nim genprocnoforward home beta programming nim nim compiler cgen nim genprocprototype home beta programming nim nim compiler ccgtypes nim genprocheader home beta programming nim nim compiler ccgtypes nim genprocparams home beta programming nim nim compiler ccgtypes nim isinvalidreturntype home beta programming nim nim compiler ccgtypes nim maptype home beta programming nim nim compiler ccgtypes nim maptype home beta programming nim nim lib system assertions nim failedassertimpl home beta programming nim nim lib system assertions nim raiseassert home beta programming nim nim lib system fatal nim sysfatal error unhandled exception home beta programming nim nim compiler ccgtypes nim false maptype failure | 1 |
586,171 | 17,571,780,891 | IssuesEvent | 2021-08-14 21:14:01 | OpenEnergyDashboard/OED | https://api.github.com/repos/OpenEnergyDashboard/OED | closed | Make CSV file browse buttons clearer | t-enhancement p-low-priority f-accessibility | It should be clearer that the dashed boxes for uploading CSV files also double as browse buttons. Most websites with this implementation that I've seen say something like "Browse for file or drag and drop here." It doesn't even change your cursor to indicate you can click on it. | 1.0 | Make CSV file browse buttons clearer - It should be clearer that the dashed boxes for uploading CSV files also double as browse buttons. Most websites with this implementation that I've seen say something like "Browse for file or drag and drop here." It doesn't even change your cursor to indicate you can click on it. | priority | make csv file browse buttons clearer it should be clearer that the dashed boxes for uploading csv files also double as browse buttons most websites with this implementation that i ve seen say something like browse for file or drag and drop here it doesn t even change your cursor to indicate you can click on it | 1 |
723,379 | 24,895,310,194 | IssuesEvent | 2022-10-28 15:18:14 | uga-libraries/accessioning-scripts | https://api.github.com/repos/uga-libraries/accessioning-scripts | opened | Combine methods of matching FITs and NARA | Enhancement Low Priority | **Location:** format_analysis_functions.py > match_nara_risk()
**Description:** Currently, matching methods are applied in order of accuracy and no other is tried once a match is made. If this results in enough occasions where a later match method would have been more accurate, we could combine different methods to highlight potential matching errors.
**Priority:** This problem hasn’t been observed yet.
| 1.0 | Combine methods of matching FITs and NARA - **Location:** format_analysis_functions.py > match_nara_risk()
**Description:** Currently, matching methods are applied in order of accuracy and no other is tried once a match is made. If this results in enough occasions where a later match method would have been more accurate, we could combine different methods to highlight potential matching errors.
**Priority:** This problem hasn’t been observed yet.
| priority | combine methods of matching fits and nara location format analysis functions py match nara risk description currently matching methods are applied in order of accuracy and no other is tried once a match is made if this results in enough occasions where a later match method would have been more accurate we could combine different methods to highlight potential matching errors priority this problem hasn’t been observed yet | 1 |
411,806 | 12,032,261,476 | IssuesEvent | 2020-04-13 11:41:55 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1511] Missing Icon for Tarantula in species. | Priority: Low | All Animals use carcass icons, but tarantula hasn't carcass, but Tortoise hasn't icon too and use raw meat icon(you get raw meat when pick up tortoise). So Tarantula should have specific icon.
@keegan-o
And maybe add new icon for tortoise too/
| 1.0 | [0.9.0 staging-1511] Missing Icon for Tarantula in species. - All Animals use carcass icons, but tarantula hasn't carcass, but Tortoise hasn't icon too and use raw meat icon(you get raw meat when pick up tortoise). So Tarantula should have specific icon.
@keegan-o
And maybe add new icon for tortoise too/
| priority | missing icon for tarantula in species all animals use carcass icons but tarantula hasn t carcass but tortoise hasn t icon too and use raw meat icon you get raw meat when pick up tortoise so tarantula should have specific icon keegan o and maybe add new icon for tortoise too | 1 |
747,479 | 26,086,175,625 | IssuesEvent | 2022-12-26 03:20:46 | apache/incubator-devlake | https://api.github.com/repos/apache/incubator-devlake | closed | [Bug][config-ui] Config-ui using values configured in a jira connection as default values when creating a new github connection | type/bug priority/low | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
Config-ui using values configured in a jira connection as default values when creating a new GitHub connection. As a result, the token was invalid and I had to delete it and re-type again.

### What you expected to happen
Not using values configured in other data source connections as the default values when creating any new connection.
### How to reproduce
1. go to config-ui
2. create a jira connection and fill in the form
3. create a github connection, see default values
### Anything else
_No response_
### Version
main
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| 1.0 | [Bug][config-ui] Config-ui using values configured in a jira connection as default values when creating a new github connection - ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
### What happened
Config-ui using values configured in a jira connection as default values when creating a new GitHub connection. As a result, the token was invalid and I had to delete it and re-type again.

### What you expected to happen
Not using values configured in other data source connections as the default values when creating any new connection.
### How to reproduce
1. go to config-ui
2. create a jira connection and fill in the form
3. create a github connection, see default values
### Anything else
_No response_
### Version
main
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| priority | config ui using values configured in a jira connection as default values when creating a new github connection search before asking i had searched in the and found no similar issues what happened config ui using values configured in a jira connection as default values when creating a new github connection as a result the token was invalid and i had to delete it and re type again what you expected to happen not using values configured in other data source connections as the default values when creating any new connection how to reproduce go to config ui create a jira connection and fill in the form create a github connection see default values anything else no response version main are you willing to submit pr yes i am willing to submit a pr code of conduct i agree to follow this project s | 1 |
629,884 | 20,070,058,096 | IssuesEvent | 2022-02-04 04:55:27 | ibus/ibus | https://api.github.com/repos/ibus/ibus | closed | Add Map GTK_INPUT_HINT_PRIVATE to ibus | Type-Enhancement OpSys-All Priority-Low ibus | Please fill in the following items if you don't know the root cause.
Which distribution and version?: Debian/sid
(E.g. Fedora 27. Check /etc/fedora-release)
Which desktop environment and version?: GNOME 3
(E.g. GNOME 3.24. Check $XDG_CURRENT_DESKTOP and your ISO image.)
Which session type?: all
(X11 or Wayland. Check $XDG_SESSION_TYPE)
Which application and version?: all
(E.g. gedit 3.24, leafpad, kate, xterm)
IBus version?: 1.5.24
(Run `ibus version`)
Issue description:
I requested new hint (`GTK_INPUT_HINT_PRIVATE `) as private/incognito mode on Web Browser (https://gitlab.gnome.org/GNOME/gtk/-/commit/3cf8904d0bf7549644c912ece587426829290735). But `IBusInputHints` doesn't still map to this value. Please add `IBUS_INPUT_HINT_PRIVATE` for `GTK_INPUT_HINT_PRIVATE`.
The detail of this value is https://gitlab.gnome.org/GNOME/gtk/-/issues/2261 | 1.0 | Add Map GTK_INPUT_HINT_PRIVATE to ibus - Please fill in the following items if you don't know the root cause.
Which distribution and version?: Debian/sid
(E.g. Fedora 27. Check /etc/fedora-release)
Which desktop environment and version?: GNOME 3
(E.g. GNOME 3.24. Check $XDG_CURRENT_DESKTOP and your ISO image.)
Which session type?: all
(X11 or Wayland. Check $XDG_SESSION_TYPE)
Which application and version?: all
(E.g. gedit 3.24, leafpad, kate, xterm)
IBus version?: 1.5.24
(Run `ibus version`)
Issue description:
I requested new hint (`GTK_INPUT_HINT_PRIVATE `) as private/incognito mode on Web Browser (https://gitlab.gnome.org/GNOME/gtk/-/commit/3cf8904d0bf7549644c912ece587426829290735). But `IBusInputHints` doesn't still map to this value. Please add `IBUS_INPUT_HINT_PRIVATE` for `GTK_INPUT_HINT_PRIVATE`.
The detail of this value is https://gitlab.gnome.org/GNOME/gtk/-/issues/2261 | priority | add map gtk input hint private to ibus please fill in the following items if you don t know the root cause which distribution and version debian sid e g fedora check etc fedora release which desktop environment and version gnome e g gnome check xdg current desktop and your iso image which session type all or wayland check xdg session type which application and version all e g gedit leafpad kate xterm ibus version run ibus version issue description i requested new hint gtk input hint private as private incognito mode on web browser but ibusinputhints doesn t still map to this value please add ibus input hint private for gtk input hint private the detail of this value is | 1 |
689,615 | 23,627,500,709 | IssuesEvent | 2022-08-25 06:13:44 | raveitoutofficial/raveitout | https://api.github.com/repos/raveitoutofficial/raveitout | closed | Profile icon and title unlock system | enhancement low priority | Play 1 song by an artist to unlock their profile icon.
Play 5 songs by a charter to unlock their profile icon.
Can unlock an artist icon and a charter icon at the same time. | 1.0 | Profile icon and title unlock system - Play 1 song by an artist to unlock their profile icon.
Play 5 songs by a charter to unlock their profile icon.
Can unlock an artist icon and a charter icon at the same time. | priority | profile icon and title unlock system play song by an artist to unlock their profile icon play songs by a charter to unlock their profile icon can unlock an artist icon and a charter icon at the same time | 1 |
242,733 | 7,846,136,764 | IssuesEvent | 2018-06-19 14:44:27 | minetest/minetest | https://api.github.com/repos/minetest/minetest | closed | Formspec: Allow 'position[]' anywhere, just like backgrounds | @ Client / Audiovisuals Low priority Request / Suggestion | I am using `position[0.3,0.3]` in a sfinv formspec to attempt to move it away from screen centre, but it remains central.
MT formspecs all seem central and `position[]` is unused, so maybe a bug has gone unnoticed.
Has anyone successfully positioned a formspec away from screen centre?
As advised by @rubenwardy i added a 'print' to 'sfinv' mod above line 125:
```
function sfinv.set_player_inventory_formspec(player, context)
local fs = sfinv.get_formspec(player,
context or sfinv.get_or_create_context(player))
print(fs)
player:set_inventory_formspec(fs)
end
```
The code in my edited version of 'simple skins' mod is:
(`position[]` is used in the 3rd line of code).
```
-- Skin selection page
skins.formspec = {}
skins.formspec.main = function(name)
local formspec = "position[0.3,0.3]" .. "label[0.5,1.5;" .. "Select Player Skin:" .. "]"
.. "textlist[0.5,2;6.8,6.6;skins_set;"
local meta
local selected = 1
for i = 1, #skins.list do
formspec = formspec .. skins.meta[ skins.list[i] ].name .. ","
if skins.skins[name] == skins.list[i] then
selected = i
meta = skins.meta[ skins.skins[name] ]
end
end
formspec = formspec .. ";" .. selected .. ";false]"
if meta then
if meta.name then
formspec = formspec .. "label[0.5,0;" .. "Name: " .. meta.name .. "]"
end
if meta.author then
formspec = formspec .. "label[0.5,0.5;" .. "Author: " .. meta.author .. "]"
end
end
return formspec
end
-- Register sfinv tab
sfinv.register_page("skins:skins", {
title = "Skins",
get = function(self, player, context)
local name = player:get_player_name()
return sfinv.make_formspec(player, context, skins.formspec.main(name))
end,
on_player_receive_fields = function(self, player, context, fields)
local name = player:get_player_name()
local event = minetest.explode_textlist_event(fields["skins_set"])
if event.type == "CHG" then
local index = event.index
if index > id then index = id end
skins.skins[name] = skins.list[index]
skins.update_player_skin(player)
sfinv.override_page("skins:skins", {
get = function(self, player, context)
local name = player:get_player_name()
return sfinv.make_formspec(player, context,
skins.formspec.main(name))
end,
})
sfinv.set_player_inventory_formspec(player)
end
end,
})
```
The result of the print(fs) is:
```
size[8,8.6]bgcolor[#080808BB;true]bgcolor[#080808BB;true]
background[5,5;1,1;gui_formbg.png;true]
tabheader[0,0;sfinv_nav_tabs;Crafting,Skins,All,Nodes,Tools,Items;2;true;false]
position[0.3,0.3]label[0.5,1.5;Select Player Skin:]textlist[0.5,2;6.8,6.6;skins_set;Sam,Zeg9,
Alien,Soldier,John,Ninja,Oerkki,Tux,Black belt,Assassin,Harry,Bob,Jannette,Sheriff,
Sepia Sam,Hybrid Sam,Original Sam,Unnamed,VanessaE,Female Sam,Battlefield 3 Soldier,
Smooth Sam,Celeron55,Tuxedo Sam,Iron Man MK. 7,Jordach,Max,Slenderman,
Strange Killer,jojoa1997,DrakeOfDuty,;8;false]
label[0.5,0;Name: Tux]label[0.5,0.5;Author: jmf]
```
Note that `position[0.3,0.3]` is present but the sfinv formspec remains centred on the screen. | 1.0 | Formspec: Allow 'position[]' anywhere, just like backgrounds - I am using `position[0.3,0.3]` in a sfinv formspec to attempt to move it away from screen centre, but it remains central.
MT formspecs all seem central and `position[]` is unused, so maybe a bug has gone unnoticed.
Has anyone successfully positioned a formspec away from screen centre?
As advised by @rubenwardy i added a 'print' to 'sfinv' mod above line 125:
```
function sfinv.set_player_inventory_formspec(player, context)
local fs = sfinv.get_formspec(player,
context or sfinv.get_or_create_context(player))
print(fs)
player:set_inventory_formspec(fs)
end
```
The code in my edited version of 'simple skins' mod is:
(`position[]` is used in the 3rd line of code).
```
-- Skin selection page
skins.formspec = {}
skins.formspec.main = function(name)
local formspec = "position[0.3,0.3]" .. "label[0.5,1.5;" .. "Select Player Skin:" .. "]"
.. "textlist[0.5,2;6.8,6.6;skins_set;"
local meta
local selected = 1
for i = 1, #skins.list do
formspec = formspec .. skins.meta[ skins.list[i] ].name .. ","
if skins.skins[name] == skins.list[i] then
selected = i
meta = skins.meta[ skins.skins[name] ]
end
end
formspec = formspec .. ";" .. selected .. ";false]"
if meta then
if meta.name then
formspec = formspec .. "label[0.5,0;" .. "Name: " .. meta.name .. "]"
end
if meta.author then
formspec = formspec .. "label[0.5,0.5;" .. "Author: " .. meta.author .. "]"
end
end
return formspec
end
-- Register sfinv tab
sfinv.register_page("skins:skins", {
title = "Skins",
get = function(self, player, context)
local name = player:get_player_name()
return sfinv.make_formspec(player, context, skins.formspec.main(name))
end,
on_player_receive_fields = function(self, player, context, fields)
local name = player:get_player_name()
local event = minetest.explode_textlist_event(fields["skins_set"])
if event.type == "CHG" then
local index = event.index
if index > id then index = id end
skins.skins[name] = skins.list[index]
skins.update_player_skin(player)
sfinv.override_page("skins:skins", {
get = function(self, player, context)
local name = player:get_player_name()
return sfinv.make_formspec(player, context,
skins.formspec.main(name))
end,
})
sfinv.set_player_inventory_formspec(player)
end
end,
})
```
The result of the print(fs) is:
```
size[8,8.6]bgcolor[#080808BB;true]bgcolor[#080808BB;true]
background[5,5;1,1;gui_formbg.png;true]
tabheader[0,0;sfinv_nav_tabs;Crafting,Skins,All,Nodes,Tools,Items;2;true;false]
position[0.3,0.3]label[0.5,1.5;Select Player Skin:]textlist[0.5,2;6.8,6.6;skins_set;Sam,Zeg9,
Alien,Soldier,John,Ninja,Oerkki,Tux,Black belt,Assassin,Harry,Bob,Jannette,Sheriff,
Sepia Sam,Hybrid Sam,Original Sam,Unnamed,VanessaE,Female Sam,Battlefield 3 Soldier,
Smooth Sam,Celeron55,Tuxedo Sam,Iron Man MK. 7,Jordach,Max,Slenderman,
Strange Killer,jojoa1997,DrakeOfDuty,;8;false]
label[0.5,0;Name: Tux]label[0.5,0.5;Author: jmf]
```
Note that `position[0.3,0.3]` is present but the sfinv formspec remains centred on the screen. | priority | formspec allow position anywhere just like backgrounds i am using position in a sfinv formspec to attempt to move it away from screen centre but it remains central mt formspecs all seem central and position is unused so maybe a bug has gone unnoticed has anyone successfully positioned a formspec away from screen centre as advised by rubenwardy i added a print to sfinv mod above line function sfinv set player inventory formspec player context local fs sfinv get formspec player context or sfinv get or create context player print fs player set inventory formspec fs end the code in my edited version of simple skins mod is position is used in the line of code skin selection page skins formspec skins formspec main function name local formspec position label textlist skins set local meta local selected for i skins list do formspec formspec skins meta name if skins skins skins list then selected i meta skins meta end end formspec formspec selected false if meta then if meta name then formspec formspec label end if meta author then formspec formspec label end end return formspec end register sfinv tab sfinv register page skins skins title skins get function self player context local name player get player name return sfinv make formspec player context skins formspec main name end on player receive fields function self player context fields local name player get player name local event minetest explode textlist event fields if event type chg then local index event index if index id then index id end skins skins skins list skins update player skin player sfinv override page skins skins get function self player context local name player get player name return sfinv make formspec player context skins formspec main name end sfinv set player inventory formspec player end end the result of the print fs is size bgcolor bgcolor background tabheader position label textlist skins set sam alien soldier john ninja oerkki tux black belt assassin harry bob jannette sheriff sepia sam hybrid sam original sam unnamed vanessae female sam battlefield soldier smooth sam tuxedo sam iron man mk jordach max slenderman strange killer drakeofduty false label label note that position is present but the sfinv formspec remains centred on the screen | 1 |
392,915 | 11,597,607,859 | IssuesEvent | 2020-02-24 21:14:47 | kubermatic/kubeone | https://api.github.com/repos/kubermatic/kubeone | closed | Ensure AWS credentials are handled properly | kind/bug priority/low team/lifecycle | In #623, we have added an option to source credentials from a credentials file. This works well for other providers, but for AWS can be further improved.
For AWS, there is a default file called `~/.aws/credentials`, where users can store profiles and credentials for each profile. Eventually, we should support sourcing from that file, instead of requiring users to put credentials in another file or the environment.
Besides that, AWS instances can communicate with the API without the token. If `machine-controller` is running on AWS instance, `machine-controller` should be able to obtain the permission using IAM. Currently, this is not possible because KubeOne requires credentials to be present in the form of the environment variables or credentials file. | 1.0 | Ensure AWS credentials are handled properly - In #623, we have added an option to source credentials from a credentials file. This works well for other providers, but for AWS can be further improved.
For AWS, there is a default file called `~/.aws/credentials`, where users can store profiles and credentials for each profile. Eventually, we should support sourcing from that file, instead of requiring users to put credentials in another file or the environment.
Besides that, AWS instances can communicate with the API without the token. If `machine-controller` is running on AWS instance, `machine-controller` should be able to obtain the permission using IAM. Currently, this is not possible because KubeOne requires credentials to be present in the form of the environment variables or credentials file. | priority | ensure aws credentials are handled properly in we have added an option to source credentials from a credentials file this works well for other providers but for aws can be further improved for aws there is a default file called aws credentials where users can store profiles and credentials for each profile eventually we should support sourcing from that file instead of requiring users to put credentials in another file or the environment besides that aws instances can communicate with the api without the token if machine controller is running on aws instance machine controller should be able to obtain the permission using iam currently this is not possible because kubeone requires credentials to be present in the form of the environment variables or credentials file | 1 |
788,178 | 27,746,008,620 | IssuesEvent | 2023-03-15 17:05:00 | mudkipdev/leaf | https://api.github.com/repos/mudkipdev/leaf | closed | Ability to search for tags + tag fuzzy matching | Type: Feature Status: Planned Priority: Low Area: Tags | This issue will introduce a new command named `/tags search <query: str>`. When used, it will fuzzy match tags that are similar to the query listed in the same format as the `/tags list` command.
This issue should also introduce a fuzzy matching feature to the `/tags view` command that will show a "did you mean..." message when a tag does not exist.
Part of #1. | 1.0 | Ability to search for tags + tag fuzzy matching - This issue will introduce a new command named `/tags search <query: str>`. When used, it will fuzzy match tags that are similar to the query listed in the same format as the `/tags list` command.
This issue should also introduce a fuzzy matching feature to the `/tags view` command that will show a "did you mean..." message when a tag does not exist.
Part of #1. | priority | ability to search for tags tag fuzzy matching this issue will introduce a new command named tags search when used it will fuzzy match tags that are similar to the query listed in the same format as the tags list command this issue should also introduce a fuzzy matching feature to the tags view command that will show a did you mean message when a tag does not exist part of | 1 |
586,463 | 17,578,283,217 | IssuesEvent | 2021-08-16 01:16:36 | open-rmf/rmf-web | https://api.github.com/repos/open-rmf/rmf-web | closed | backend for user management | low priority | backend for user CRUD, role assignment, etc., so that a panel can be created for it for super-users. | 1.0 | backend for user management - backend for user CRUD, role assignment, etc., so that a panel can be created for it for super-users. | priority | backend for user management backend for user crud role assignment etc so that a panel can be created for it for super users | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.