Unnamed: 0
int64 3
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 7
112
| repo_url
stringlengths 36
141
| action
stringclasses 3
values | title
stringlengths 2
742
| labels
stringlengths 4
431
| body
stringlengths 5
239k
| index
stringclasses 10
values | text_combine
stringlengths 96
240k
| label
stringclasses 2
values | text
stringlengths 96
200k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
755,358
| 26,426,305,662
|
IssuesEvent
|
2023-01-14 07:46:41
|
Wizleap-Inc/wiz-ui
|
https://api.github.com/repos/Wizleap-Inc/wiz-ui
|
closed
|
Bug: Stackにてgxとgyの両方を指定するとgxが効かなくなる
|
⚠️ bug: logic 🔼 High Priority
|
**バグの説明**
Stackにてgxとgyの両方を指定するとgxが効かなくなります
**再現手順・画像・動画**
- storybookでStack > Defaultを選択し、箱の数を10個ほどに増やす
- gxとgyの両方を指定するとgxのスタイル `gap: 0 XXrem;` が打ち消され、`gap: XXrem 0;` で上書きされてしまう

**期待される挙動・機能**
- gxとgyの両方を指定できるようになる
**その他考慮事項(任意)**
|
1.0
|
Bug: Stackにてgxとgyの両方を指定するとgxが効かなくなる - **バグの説明**
Stackにてgxとgyの両方を指定するとgxが効かなくなります
**再現手順・画像・動画**
- storybookでStack > Defaultを選択し、箱の数を10個ほどに増やす
- gxとgyの両方を指定するとgxのスタイル `gap: 0 XXrem;` が打ち消され、`gap: XXrem 0;` で上書きされてしまう

**期待される挙動・機能**
- gxとgyの両方を指定できるようになる
**その他考慮事項(任意)**
|
non_usab
|
bug stackにてgxとgyの両方を指定するとgxが効かなくなる バグの説明 stackにてgxとgyの両方を指定するとgxが効かなくなります 再現手順・画像・動画 storybookでstack defaultを選択し、 gxとgyの両方を指定するとgxのスタイル gap xxrem が打ち消され、 gap xxrem で上書きされてしまう 期待される挙動・機能 gxとgyの両方を指定できるようになる その他考慮事項(任意)
| 0
|
20,413
| 15,415,748,455
|
IssuesEvent
|
2021-03-05 03:20:48
|
ClickHouse/ClickHouse
|
https://api.github.com/repos/ClickHouse/ClickHouse
|
opened
|
table size increasedCclickhouse optimize table deduplicate take much time
|
usability
|
Hi Team,
I am using replacemergeTree engine remove deduplication and after insertion ran following command
OPTIMIZE TABLE table name FINAL DEDUPLICATE
In start it is fast but once data is growing it is very slow. Please suggest any changes.
|
True
|
table size increasedCclickhouse optimize table deduplicate take much time - Hi Team,
I am using replacemergeTree engine remove deduplication and after insertion ran following command
OPTIMIZE TABLE table name FINAL DEDUPLICATE
In start it is fast but once data is growing it is very slow. Please suggest any changes.
|
usab
|
table size increasedcclickhouse optimize table deduplicate take much time hi team i am using replacemergetree engine remove deduplication and after insertion ran following command optimize table table name final deduplicate in start it is fast but once data is growing it is very slow please suggest any changes
| 1
|
17,095
| 11,649,040,416
|
IssuesEvent
|
2020-03-02 00:05:23
|
Software-Engineering-Spring-2020/Learning-My-Friend
|
https://api.github.com/repos/Software-Engineering-Spring-2020/Learning-My-Friend
|
closed
|
Annimations
|
usability
|
**Description**
Confusion over if animation successfully added or where it's going to go and what any added animations already are
**To Reproduce**
Steps to reproduce the behavior:
1. Create Object
2. Select Object
3. Select Annimation
**Expected behavior**
Some visual indication a successful Annimation was created or is linked to an object
**Snapshots with Context**
Please guess the annimations attached to the object

|
True
|
Annimations - **Description**
Confusion over if animation successfully added or where it's going to go and what any added animations already are
**To Reproduce**
Steps to reproduce the behavior:
1. Create Object
2. Select Object
3. Select Annimation
**Expected behavior**
Some visual indication a successful Annimation was created or is linked to an object
**Snapshots with Context**
Please guess the annimations attached to the object

|
usab
|
annimations description confusion over if animation successfully added or where it s going to go and what any added animations already are to reproduce steps to reproduce the behavior create object select object select annimation expected behavior some visual indication a successful annimation was created or is linked to an object snapshots with context please guess the annimations attached to the object
| 1
|
23,673
| 22,573,123,821
|
IssuesEvent
|
2022-06-28 03:34:18
|
MarkBind/markbind
|
https://api.github.com/repos/MarkBind/markbind
|
closed
|
Embeds do not scale, causing overflow on mobile
|
p.Medium a-ReaderUsability d.easy
|
**Tell us about your environment**
Windows
**MarkBind Version:**
v3.1.0
**What did you do? Please include the actual source code causing the issue.**
From default template (via `markbind init`), serve the site and observe it on mobile dimensions (e.g. through Chrome's device emulation).
**What did you expect to happen?**
Everything is scaled appropriately
**What actually happened? Please include the actual, raw output.**
Embeds do not scale along, causing horizontal overflow, which is not ideal on mobile environment. The overflow negatively impacts the navbar, pushing the search bar out of the viewport and thus scrolling is required to access it.
This is largely due to the iframes that contain the embedded media have fixed width and height (default is 640x390). Making responsive iframe container is a little finicky, but [possible](http://jsfiddle.net/omarjuvera/8zkunqxy/2/) (found in [StackOverflow](https://stackoverflow.com/questions/17838607/making-an-iframe-responsive)). I think it's good to explore whether this can be done on our end, be it with the default or custom dimensions.


|
True
|
Embeds do not scale, causing overflow on mobile - **Tell us about your environment**
Windows
**MarkBind Version:**
v3.1.0
**What did you do? Please include the actual source code causing the issue.**
From default template (via `markbind init`), serve the site and observe it on mobile dimensions (e.g. through Chrome's device emulation).
**What did you expect to happen?**
Everything is scaled appropriately
**What actually happened? Please include the actual, raw output.**
Embeds do not scale along, causing horizontal overflow, which is not ideal on mobile environment. The overflow negatively impacts the navbar, pushing the search bar out of the viewport and thus scrolling is required to access it.
This is largely due to the iframes that contain the embedded media have fixed width and height (default is 640x390). Making responsive iframe container is a little finicky, but [possible](http://jsfiddle.net/omarjuvera/8zkunqxy/2/) (found in [StackOverflow](https://stackoverflow.com/questions/17838607/making-an-iframe-responsive)). I think it's good to explore whether this can be done on our end, be it with the default or custom dimensions.


|
usab
|
embeds do not scale causing overflow on mobile tell us about your environment windows markbind version what did you do please include the actual source code causing the issue from default template via markbind init serve the site and observe it on mobile dimensions e g through chrome s device emulation what did you expect to happen everything is scaled appropriately what actually happened please include the actual raw output embeds do not scale along causing horizontal overflow which is not ideal on mobile environment the overflow negatively impacts the navbar pushing the search bar out of the viewport and thus scrolling is required to access it this is largely due to the iframes that contain the embedded media have fixed width and height default is making responsive iframe container is a little finicky but found in i think it s good to explore whether this can be done on our end be it with the default or custom dimensions
| 1
|
9,994
| 6,539,055,026
|
IssuesEvent
|
2017-09-01 09:26:45
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Particles 3D, Shape mode "points" and "directed points": impossible to move emission point in negative axis
|
discussion enhancement usability
|
**Operating system or device - Godot version:**
e93ce33
**Issue description:**
With R/G/B color pixels we can code position of emission points with those emission shape modes: `points' and 'directed points`. I Haven't found any way to move emission point behind the spatial r/g/b can only be used to move in positive xyz axis. Some way to put those points in negative axis would be very helpful to position various effects in a proper way. Not sure how https://github.com/godotengine/godot/issues/10235 will be resolved, but if we would have additional scaling factor then maybe positions range could be defined in color from -1 to 1 and multiples by position scaling factor.
**Steps to reproduce:**
**Link to minimal example project:**
<!-- Optional but very welcome. You can drag and drop a zip archive to upload it. -->
|
True
|
Particles 3D, Shape mode "points" and "directed points": impossible to move emission point in negative axis - **Operating system or device - Godot version:**
e93ce33
**Issue description:**
With R/G/B color pixels we can code position of emission points with those emission shape modes: `points' and 'directed points`. I Haven't found any way to move emission point behind the spatial r/g/b can only be used to move in positive xyz axis. Some way to put those points in negative axis would be very helpful to position various effects in a proper way. Not sure how https://github.com/godotengine/godot/issues/10235 will be resolved, but if we would have additional scaling factor then maybe positions range could be defined in color from -1 to 1 and multiples by position scaling factor.
**Steps to reproduce:**
**Link to minimal example project:**
<!-- Optional but very welcome. You can drag and drop a zip archive to upload it. -->
|
usab
|
particles shape mode points and directed points impossible to move emission point in negative axis operating system or device godot version issue description with r g b color pixels we can code position of emission points with those emission shape modes points and directed points i haven t found any way to move emission point behind the spatial r g b can only be used to move in positive xyz axis some way to put those points in negative axis would be very helpful to position various effects in a proper way not sure how will be resolved but if we would have additional scaling factor then maybe positions range could be defined in color from to and multiples by position scaling factor steps to reproduce link to minimal example project
| 1
|
18,778
| 11,048,456,200
|
IssuesEvent
|
2019-12-09 21:11:54
|
Azure/azure-powershell
|
https://api.github.com/repos/Azure/azure-powershell
|
closed
|
Az Command for adding VNetGateway Point to Site Client config
|
Network - VPN Service Attention
|
We have an automation to integrate our Azure App Service plan with Azure VNet. For that we use Virtual Network Gateway Based integration which requires a point to site connection. We are in the process of migrating our scripts from using AzureRM module to Az Module. We are unable to find the cmdlet to replace the below command.
**Set-AzureRmVirtualNetworkGatewayVpnClientConfig -VirtualNetworkGateway $gateway.Name -VpnClientAddressPool $pointToSiteAddress**
There is no **Set-AzVirtualNetworkGatewayVpnClientConfig** and could not find anything equivalent to that.
Appreciate a quick response and help with this. Thanks!
|
1.0
|
Az Command for adding VNetGateway Point to Site Client config - We have an automation to integrate our Azure App Service plan with Azure VNet. For that we use Virtual Network Gateway Based integration which requires a point to site connection. We are in the process of migrating our scripts from using AzureRM module to Az Module. We are unable to find the cmdlet to replace the below command.
**Set-AzureRmVirtualNetworkGatewayVpnClientConfig -VirtualNetworkGateway $gateway.Name -VpnClientAddressPool $pointToSiteAddress**
There is no **Set-AzVirtualNetworkGatewayVpnClientConfig** and could not find anything equivalent to that.
Appreciate a quick response and help with this. Thanks!
|
non_usab
|
az command for adding vnetgateway point to site client config we have an automation to integrate our azure app service plan with azure vnet for that we use virtual network gateway based integration which requires a point to site connection we are in the process of migrating our scripts from using azurerm module to az module we are unable to find the cmdlet to replace the below command set azurermvirtualnetworkgatewayvpnclientconfig virtualnetworkgateway gateway name vpnclientaddresspool pointtositeaddress there is no set azvirtualnetworkgatewayvpnclientconfig and could not find anything equivalent to that appreciate a quick response and help with this thanks
| 0
|
22,562
| 19,660,003,937
|
IssuesEvent
|
2022-01-10 16:07:11
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Autocompletion stops on perfect match
|
bug topic:gdscript topic:editor usability
|
### Godot version
28174d5
### System information
W10
### Issue description
When you have a word with perfect match to some identifier, the autocompletion will no longer appear.
Godot

VS Code (expected)

At least using Ctrl + Space should force the popup.
### Steps to reproduce
1. Type something that perfectly matches some identifier, but also is part of another, longer identifier
2. Try to autocomplete the longer identifier
### Minimal reproduction project
_No response_
|
True
|
Autocompletion stops on perfect match - ### Godot version
28174d5
### System information
W10
### Issue description
When you have a word with perfect match to some identifier, the autocompletion will no longer appear.
Godot

VS Code (expected)

At least using Ctrl + Space should force the popup.
### Steps to reproduce
1. Type something that perfectly matches some identifier, but also is part of another, longer identifier
2. Try to autocomplete the longer identifier
### Minimal reproduction project
_No response_
|
usab
|
autocompletion stops on perfect match godot version system information issue description when you have a word with perfect match to some identifier the autocompletion will no longer appear godot vs code expected at least using ctrl space should force the popup steps to reproduce type something that perfectly matches some identifier but also is part of another longer identifier try to autocomplete the longer identifier minimal reproduction project no response
| 1
|
344,138
| 24,799,224,082
|
IssuesEvent
|
2022-10-24 20:05:46
|
kubernetes-client/python
|
https://api.github.com/repos/kubernetes-client/python
|
closed
|
Request Body for ApiClient.call_api()
|
kind/documentation
|
**Link to the issue (please include a link to the specific documentation or example)**:
Missing ApiClient.md Documentation
**Description of the issue (please include outputs or screenshots if possible)**:
Currently, I'm trying to get a response body for the `/healthz` endpoint. The documentation provides no Information about that or maybe I don't find anything to do that with `ApiClient().call_api()`
```python
@app.on_event("startup")
async def startup():
print("startup k8s client")
config.load_kube_config("kubeconfig/kubeconfig")
result = client.ApiClient().call_api(resource_path="/healthz",
method="GET",
query_params={"verbose": "true"},
header_params={
"Accept": "application/json"},
async_req=True)
print(result.get())
```
`print(result.get())` shows just the response header and also with a Content-Length, which is exactly the size of the desired data.
```
(None, 200, HTTPHeaderDict({'Audit-Id': '3171edf0-6639-48a4-a6ee-094624ea1ca4', 'Cache-Control': 'no-cache, private', 'Content-Type': 'text/plain; charset=utf-8', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': 'cf4e55ea-4bf7-4ceb-838f-c8502b5287f7', 'X-Kubernetes-Pf-Prioritylevel-Uid': '7399767d-f75d-4ca3-b85e-f0f5dc6dee79', 'Date': 'Mon, 24 Oct 2022 15:20:32 GMT', 'Content-Length': '1043'}))
```
|
1.0
|
Request Body for ApiClient.call_api() - **Link to the issue (please include a link to the specific documentation or example)**:
Missing ApiClient.md Documentation
**Description of the issue (please include outputs or screenshots if possible)**:
Currently, I'm trying to get a response body for the `/healthz` endpoint. The documentation provides no Information about that or maybe I don't find anything to do that with `ApiClient().call_api()`
```python
@app.on_event("startup")
async def startup():
print("startup k8s client")
config.load_kube_config("kubeconfig/kubeconfig")
result = client.ApiClient().call_api(resource_path="/healthz",
method="GET",
query_params={"verbose": "true"},
header_params={
"Accept": "application/json"},
async_req=True)
print(result.get())
```
`print(result.get())` shows just the response header and also with a Content-Length, which is exactly the size of the desired data.
```
(None, 200, HTTPHeaderDict({'Audit-Id': '3171edf0-6639-48a4-a6ee-094624ea1ca4', 'Cache-Control': 'no-cache, private', 'Content-Type': 'text/plain; charset=utf-8', 'X-Content-Type-Options': 'nosniff', 'X-Kubernetes-Pf-Flowschema-Uid': 'cf4e55ea-4bf7-4ceb-838f-c8502b5287f7', 'X-Kubernetes-Pf-Prioritylevel-Uid': '7399767d-f75d-4ca3-b85e-f0f5dc6dee79', 'Date': 'Mon, 24 Oct 2022 15:20:32 GMT', 'Content-Length': '1043'}))
```
|
non_usab
|
request body for apiclient call api link to the issue please include a link to the specific documentation or example missing apiclient md documentation description of the issue please include outputs or screenshots if possible currently i m trying to get a response body for the healthz endpoint the documentation provides no information about that or maybe i don t find anything to do that with apiclient call api python app on event startup async def startup print startup client config load kube config kubeconfig kubeconfig result client apiclient call api resource path healthz method get query params verbose true header params accept application json async req true print result get print result get shows just the response header and also with a content length which is exactly the size of the desired data none httpheaderdict audit id cache control no cache private content type text plain charset utf x content type options nosniff x kubernetes pf flowschema uid x kubernetes pf prioritylevel uid date mon oct gmt content length
| 0
|
20,147
| 15,081,579,355
|
IssuesEvent
|
2021-02-05 13:24:53
|
andrewfstratton/quando
|
https://api.github.com/repos/andrewfstratton/quando
|
closed
|
Add Undo/Redo delete
|
enhancement usability
|
- [x] Add buttons (for now)
- [x] add undo.js
- [x] allow for
- [x] simple (action) single child delete - undo
- [x] and redo
- [x] action last of chldren
- [x] action first of children
- [x] when
- [x] block that references - e.g. show display
- [x] block that is referenced - e.g. display
|
True
|
Add Undo/Redo delete - - [x] Add buttons (for now)
- [x] add undo.js
- [x] allow for
- [x] simple (action) single child delete - undo
- [x] and redo
- [x] action last of chldren
- [x] action first of children
- [x] when
- [x] block that references - e.g. show display
- [x] block that is referenced - e.g. display
|
usab
|
add undo redo delete add buttons for now add undo js allow for simple action single child delete undo and redo action last of chldren action first of children when block that references e g show display block that is referenced e g display
| 1
|
17,648
| 12,224,496,886
|
IssuesEvent
|
2020-05-02 22:57:19
|
MarkBind/markbind
|
https://api.github.com/repos/MarkBind/markbind
|
opened
|
Code fences / inline code: provide a 'dark' mode
|
a-ReaderUsability c.Enhancement p.Low
|
**Is your request related to a problem?**
na
**Describe the solution you'd like**
- provide a dark mode for code fences / inline code using `markdown-it-attrs`
- maybe make it the default as well, since contrast is generally better in dark mode
**Describe alternatives you've considered**
na
**Additional context**
na
|
True
|
Code fences / inline code: provide a 'dark' mode - **Is your request related to a problem?**
na
**Describe the solution you'd like**
- provide a dark mode for code fences / inline code using `markdown-it-attrs`
- maybe make it the default as well, since contrast is generally better in dark mode
**Describe alternatives you've considered**
na
**Additional context**
na
|
usab
|
code fences inline code provide a dark mode is your request related to a problem na describe the solution you d like provide a dark mode for code fences inline code using markdown it attrs maybe make it the default as well since contrast is generally better in dark mode describe alternatives you ve considered na additional context na
| 1
|
203,808
| 15,889,651,086
|
IssuesEvent
|
2021-04-10 12:26:12
|
filoghost/HolographicDisplays
|
https://api.github.com/repos/filoghost/HolographicDisplays
|
closed
|
Wiki has invalid images
|
Documentation
|
<!--
⚠️ READ BELOW BEFOR SUBMITTING ⚠️
You MUST fill out the template below, without modifying or deleting the existing text, otherwise the issue will be automatically closed.
-->
### Description
<!-- Describe what should be improved (and if possible, how) -->
The wiki on this repo uses images from imgur, which no longer exist (Are deleted).
I suggest to upload the images to a more secure place, like this repository and then update the images on the wiki.
More recommended would be to upload the images directly into an image folder on the wiki, which is doable using Git. Then you could basically have ``
|
1.0
|
Wiki has invalid images - <!--
⚠️ READ BELOW BEFOR SUBMITTING ⚠️
You MUST fill out the template below, without modifying or deleting the existing text, otherwise the issue will be automatically closed.
-->
### Description
<!-- Describe what should be improved (and if possible, how) -->
The wiki on this repo uses images from imgur, which no longer exist (Are deleted).
I suggest to upload the images to a more secure place, like this repository and then update the images on the wiki.
More recommended would be to upload the images directly into an image folder on the wiki, which is doable using Git. Then you could basically have ``
|
non_usab
|
wiki has invalid images ⚠️ read below befor submitting ⚠️ you must fill out the template below without modifying or deleting the existing text otherwise the issue will be automatically closed description the wiki on this repo uses images from imgur which no longer exist are deleted i suggest to upload the images to a more secure place like this repository and then update the images on the wiki more recommended would be to upload the images directly into an image folder on the wiki which is doable using git then you could basically have images image name jpg
| 0
|
18,657
| 13,146,271,680
|
IssuesEvent
|
2020-08-08 08:51:16
|
the-tale/the-tale
|
https://api.github.com/repos/the-tale/the-tale
|
opened
|
Эмиссары: сброс имени эмиссара или отказ от его изменения
|
comp_emissary cont_community cont_content cont_usability decision required est_simple type_improvement
|
Много злоупотреблений.
Необходимо либо запретить изменение имени, либо сделать админскую кнопку сброса.
|
True
|
Эмиссары: сброс имени эмиссара или отказ от его изменения - Много злоупотреблений.
Необходимо либо запретить изменение имени, либо сделать админскую кнопку сброса.
|
usab
|
эмиссары сброс имени эмиссара или отказ от его изменения много злоупотреблений необходимо либо запретить изменение имени либо сделать админскую кнопку сброса
| 1
|
122,558
| 10,226,812,417
|
IssuesEvent
|
2019-08-16 18:53:20
|
rancher/rke
|
https://api.github.com/repos/rancher/rke
|
closed
|
external etcd - failed to update cluster after initial setup
|
[zube]: To Test kind/bug priority/1 team/ca
|
**RKE version:**
`v0.2.2 / v0.2.4`
**Docker version: (`docker version`,`docker info` preferred)**
```
Client:
Version: 18.06.3-ce
API version: 1.38
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:26:51 2019
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.3-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:28:17 2019
OS/Arch: linux/amd64
Experimental: false
```
**Operating system and kernel: (`cat /etc/os-release`, `uname -r` preferred)**
```
NAME="Red Hat Enterprise Linux Server"
VERSION="7.5 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.5"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.5 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.5:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.5
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.5"
```
**Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)**
vmware
**Steps to Reproduce:**
1. Configure `<cluster>.yml` with an external etcd Server (see below)
2. `rke up --config <cluster>.yml`
3. assure cluster got up (`KUBCEONFIG=./kubce_config_<cluster>.yml get nodes`)


4. run `rke up --config <cluster>.yml` again
**Results:**
```
INFO[0005] [reconcile] Reconciling cluster state
INFO[0005] [reconcile] Check etcd hosts to be deleted
WARN[0005] Etcd plane nodes are replaced. Stopping provisioning. Please restore your cluster from backup.
FATA[0005] Failed to reconcile etcd plane: Etcd plane nodes are replaced. Stopping provisioning. Please restore your cluster from backup.
```

Interesting statement i found within logs, don't know if this is related
```
INFO[0000] [certificates] kube-apiserver certificate changed, force deploying certs
```
**cluster.yml file:**
```
nodes:
- address: vvm2931
port: "22"
internal_address: ""
role:
- controlplane
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
- address: vvm2932
port: "22"
internal_address: ""
role:
- controlplane
- worker
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
- address: vvm2933
port: "22"
internal_address: ""
role:
- worker
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
# If set to true, RKE will not fail when unsupported Docker version are found
ignore_docker_version: true
# Cluster level SSH private key
# Used if no ssh information is set for the node
ssh_key_path: ./id_rsa
# Enable use of SSH agent to use SSH private keys with passphrase
# This requires the environment `SSH_AUTH_SOCK` configured pointing to your SSH agent which has the private key added
ssh_agent_auth: false
# List of registry credentials
# If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`
private_registries:
- url: docker.artifactory.<omitted>.local
is_default: true
# Bastion/Jump host configuration
#bastion_host:
# address: x.x.x.x
# user: ubuntu
# port: 22
# ssh_key_path: /home/user/.ssh/bastion_rsa
# or
# ssh_key: |-
# -----BEGIN RSA PRIVATE KEY-----
#
# -----END RSA PRIVATE KEY-----
# Set the name of the Kubernetes cluster
cluster_name: prod-1
# The kubernetes version used. For now, this should match the version defined in rancher/types defaults map: https://github.com/rancher/types/blob/master/apis/management.cattle.io/v3/k8s_defaults.go#L14
# In case the kubernetes_version and kubernetes image in system_images are defined, the system_images configuration will take precedence over kubernetes_version.
kubernetes_version: v1.13.5-rancher1-2
# System Image Tags are defaulted to a tag tied with specific kubernetes Versions
# Default Tags: https://github.com/rancher/types/blob/master/apis/management.cattle.io/v3/k8s_defaults.go)
#system_images:
# kubernetes: rancher/hyperkube:v1.10.3-rancher2
# etcd: rancher/coreos-etcd:v3.1.12
# alpine: rancher/rke-tools:v0.1.9
# nginx_proxy: rancher/rke-tools:v0.1.9
# cert_downloader: rancher/rke-tools:v0.1.9
# kubernetes_services_sidecar: rancher/rke-tools:v0.1.9
# kubedns: rancher/k8s-dns-kube-dns-amd64:1.14.8
# dnsmasq: rancher/k8s-dns-dnsmasq-nanny-amd64:1.14.8
# kubedns_sidecar: rancher/k8s-dns-sidecar-amd64:1.14.8
# kubedns_autoscaler: rancher/cluster-proportional-autoscaler-amd64:1.0.0
# pod_infra_container: rancher/pause-amd64:3.1
services:
etcd:
path: /prodetcdcluster
external_urls:
- https://prod-1-ext-etcd.<omitted>.local:2379
ca_cert: |-
-----BEGIN CERTIFICATE-----
<omitted>
-----END CERTIFICATE-----
cert: |-
-----BEGIN CERTIFICATE-----
<omitted>
-----END CERTIFICATE-----
key: |-
-----BEGIN PRIVATE KEY-----
<omitted>
-----END PRIVATE KEY-----
kube-api:
# IP range for any services created on Kubernetes
# This must match the service_cluster_ip_range in kube-controller
service_cluster_ip_range: 10.33.0.0/16
# Expose a different port range for NodePort services
service_node_port_range: 40000-42767
pod_security_policy: false
# Add additional arguments to the kubernetes API server
# This WILL OVERRIDE any existing defaults
extra_args:
# Enable audit log to stdout
audit-log-path: "-"
# Increase number of delete workers
delete-collection-workers: 3
# Set the level of log output to debug-level
v: 4
# Note for Rancher 2 users: If you are configuring Cluster Options using a Config File when creating Rancher Launched Kubernetes, the names of services should contain underscores only: `kube_controller`. This only applies to Rancher v2.0.5 and v2.0.6.
kube-controller:
# CIDR pool used to assign IP addresses to pods in the cluster
cluster_cidr: 10.32.0.0/16
# IP range for any services created on Kubernetes
# This must match the service_cluster_ip_range in kube-api
service_cluster_ip_range: 10.33.0.0/16
kubelet:
# Base domain for the cluster
cluster_domain: rancher.local
# IP address for the DNS service endpoint
cluster_dns_server: 10.33.0.10
# Fail if swap is on
fail_swap_on: false
# Set max pods to 250 instead of default 110
extra_args:
max-pods: 250
# Optionally define additional volume binds to a service
extra_binds:
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins"
# Currently, only authentication strategy supported is x509.
# You can optionally create additional SANs (hostnames or IPs) to add to
# the API server PKI certificate.
# This is useful if you want to use a load balancer for the control plane servers.
#authentication:
# strategy: x509
# sans:
# - "10.18.160.10"
# - "my-loadbalancer-1234567890.us-west-2.elb.amazonaws.com"
# Kubernetes Authorization mode
# Use `mode: rbac` to enable RBAC
# Use `mode: none` to disable authorization
authorization:
mode: rbac
# If you want to set a Kubernetes cloud provider, you specify the name and configuration
#cloud_provider:
# name: aws
# Add-ons are deployed using kubernetes jobs. RKE will give up on trying to get the job status after this timeout in seconds..
addon_job_timeout: 60
# There are several network plug-ins that work, but we default to canal
network:
plugin: canal
# Currently only nginx ingress provider is supported.
# To disable ingress controller, set `provider: none`
ingress:
provider: nginx
```
|
1.0
|
external etcd - failed to update cluster after initial setup - **RKE version:**
`v0.2.2 / v0.2.4`
**Docker version: (`docker version`,`docker info` preferred)**
```
Client:
Version: 18.06.3-ce
API version: 1.38
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:26:51 2019
OS/Arch: linux/amd64
Experimental: false
Server:
Engine:
Version: 18.06.3-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: d7080c1
Built: Wed Feb 20 02:28:17 2019
OS/Arch: linux/amd64
Experimental: false
```
**Operating system and kernel: (`cat /etc/os-release`, `uname -r` preferred)**
```
NAME="Red Hat Enterprise Linux Server"
VERSION="7.5 (Maipo)"
ID="rhel"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="7.5"
PRETTY_NAME="Red Hat Enterprise Linux Server 7.5 (Maipo)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:redhat:enterprise_linux:7.5:GA:server"
HOME_URL="https://www.redhat.com/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.5
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.5"
```
**Type/provider of hosts: (VirtualBox/Bare-metal/AWS/GCE/DO)**
vmware
**Steps to Reproduce:**
1. Configure `<cluster>.yml` with an external etcd Server (see below)
2. `rke up --config <cluster>.yml`
3. assure cluster got up (`KUBCEONFIG=./kubce_config_<cluster>.yml get nodes`)


4. run `rke up --config <cluster>.yml` again
**Results:**
```
INFO[0005] [reconcile] Reconciling cluster state
INFO[0005] [reconcile] Check etcd hosts to be deleted
WARN[0005] Etcd plane nodes are replaced. Stopping provisioning. Please restore your cluster from backup.
FATA[0005] Failed to reconcile etcd plane: Etcd plane nodes are replaced. Stopping provisioning. Please restore your cluster from backup.
```

Interesting statement i found within logs, don't know if this is related
```
INFO[0000] [certificates] kube-apiserver certificate changed, force deploying certs
```
**cluster.yml file:**
```
nodes:
- address: vvm2931
port: "22"
internal_address: ""
role:
- controlplane
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
- address: vvm2932
port: "22"
internal_address: ""
role:
- controlplane
- worker
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
- address: vvm2933
port: "22"
internal_address: ""
role:
- worker
hostname_override: ""
user: devopsinstall
docker_socket: /var/run/docker.sock
labels: {}
# If set to true, RKE will not fail when unsupported Docker version are found
ignore_docker_version: true
# Cluster level SSH private key
# Used if no ssh information is set for the node
ssh_key_path: ./id_rsa
# Enable use of SSH agent to use SSH private keys with passphrase
# This requires the environment `SSH_AUTH_SOCK` configured pointing to your SSH agent which has the private key added
ssh_agent_auth: false
# List of registry credentials
# If you are using a Docker Hub registry, you can omit the `url` or set it to `docker.io`
private_registries:
- url: docker.artifactory.<omitted>.local
is_default: true
# Bastion/Jump host configuration
#bastion_host:
# address: x.x.x.x
# user: ubuntu
# port: 22
# ssh_key_path: /home/user/.ssh/bastion_rsa
# or
# ssh_key: |-
# -----BEGIN RSA PRIVATE KEY-----
#
# -----END RSA PRIVATE KEY-----
# Set the name of the Kubernetes cluster
cluster_name: prod-1
# The kubernetes version used. For now, this should match the version defined in rancher/types defaults map: https://github.com/rancher/types/blob/master/apis/management.cattle.io/v3/k8s_defaults.go#L14
# In case the kubernetes_version and kubernetes image in system_images are defined, the system_images configuration will take precedence over kubernetes_version.
kubernetes_version: v1.13.5-rancher1-2
# System Image Tags are defaulted to a tag tied with specific kubernetes Versions
# Default Tags: https://github.com/rancher/types/blob/master/apis/management.cattle.io/v3/k8s_defaults.go)
#system_images:
# kubernetes: rancher/hyperkube:v1.10.3-rancher2
# etcd: rancher/coreos-etcd:v3.1.12
# alpine: rancher/rke-tools:v0.1.9
# nginx_proxy: rancher/rke-tools:v0.1.9
# cert_downloader: rancher/rke-tools:v0.1.9
# kubernetes_services_sidecar: rancher/rke-tools:v0.1.9
# kubedns: rancher/k8s-dns-kube-dns-amd64:1.14.8
# dnsmasq: rancher/k8s-dns-dnsmasq-nanny-amd64:1.14.8
# kubedns_sidecar: rancher/k8s-dns-sidecar-amd64:1.14.8
# kubedns_autoscaler: rancher/cluster-proportional-autoscaler-amd64:1.0.0
# pod_infra_container: rancher/pause-amd64:3.1
services:
etcd:
path: /prodetcdcluster
external_urls:
- https://prod-1-ext-etcd.<omitted>.local:2379
ca_cert: |-
-----BEGIN CERTIFICATE-----
<omitted>
-----END CERTIFICATE-----
cert: |-
-----BEGIN CERTIFICATE-----
<omitted>
-----END CERTIFICATE-----
key: |-
-----BEGIN PRIVATE KEY-----
<omitted>
-----END PRIVATE KEY-----
kube-api:
# IP range for any services created on Kubernetes
# This must match the service_cluster_ip_range in kube-controller
service_cluster_ip_range: 10.33.0.0/16
# Expose a different port range for NodePort services
service_node_port_range: 40000-42767
pod_security_policy: false
# Add additional arguments to the kubernetes API server
# This WILL OVERRIDE any existing defaults
extra_args:
# Enable audit log to stdout
audit-log-path: "-"
# Increase number of delete workers
delete-collection-workers: 3
# Set the level of log output to debug-level
v: 4
# Note for Rancher 2 users: If you are configuring Cluster Options using a Config File when creating Rancher Launched Kubernetes, the names of services should contain underscores only: `kube_controller`. This only applies to Rancher v2.0.5 and v2.0.6.
kube-controller:
# CIDR pool used to assign IP addresses to pods in the cluster
cluster_cidr: 10.32.0.0/16
# IP range for any services created on Kubernetes
# This must match the service_cluster_ip_range in kube-api
service_cluster_ip_range: 10.33.0.0/16
kubelet:
# Base domain for the cluster
cluster_domain: rancher.local
# IP address for the DNS service endpoint
cluster_dns_server: 10.33.0.10
# Fail if swap is on
fail_swap_on: false
# Set max pods to 250 instead of default 110
extra_args:
max-pods: 250
# Optionally define additional volume binds to a service
extra_binds:
- "/usr/libexec/kubernetes/kubelet-plugins:/usr/libexec/kubernetes/kubelet-plugins"
# Currently, only authentication strategy supported is x509.
# You can optionally create additional SANs (hostnames or IPs) to add to
# the API server PKI certificate.
# This is useful if you want to use a load balancer for the control plane servers.
#authentication:
# strategy: x509
# sans:
# - "10.18.160.10"
# - "my-loadbalancer-1234567890.us-west-2.elb.amazonaws.com"
# Kubernetes Authorization mode
# Use `mode: rbac` to enable RBAC
# Use `mode: none` to disable authorization
authorization:
mode: rbac
# If you want to set a Kubernetes cloud provider, you specify the name and configuration
#cloud_provider:
# name: aws
# Add-ons are deployed using kubernetes jobs. RKE will give up on trying to get the job status after this timeout in seconds..
addon_job_timeout: 60
# There are several network plug-ins that work, but we default to canal
network:
plugin: canal
# Currently only nginx ingress provider is supported.
# To disable ingress controller, set `provider: none`
ingress:
provider: nginx
```
|
non_usab
|
external etcd failed to update cluster after initial setup rke version docker version docker version docker info preferred client version ce api version go version git commit built wed feb os arch linux experimental false server engine version ce api version minimum version go version git commit built wed feb os arch linux experimental false operating system and kernel cat etc os release uname r preferred name red hat enterprise linux server version maipo id rhel id like fedora variant server variant id server version id pretty name red hat enterprise linux server maipo ansi color cpe name cpe o redhat enterprise linux ga server home url bug report url redhat bugzilla product red hat enterprise linux redhat bugzilla product version redhat support product red hat enterprise linux redhat support product version type provider of hosts virtualbox bare metal aws gce do vmware steps to reproduce configure yml with an external etcd server see below rke up config yml assure cluster got up kubceonfig kubce config yml get nodes run rke up config yml again results info reconciling cluster state info check etcd hosts to be deleted warn etcd plane nodes are replaced stopping provisioning please restore your cluster from backup fata failed to reconcile etcd plane etcd plane nodes are replaced stopping provisioning please restore your cluster from backup interesting statement i found within logs don t know if this is related info kube apiserver certificate changed force deploying certs cluster yml file nodes address port internal address role controlplane hostname override user devopsinstall docker socket var run docker sock labels address port internal address role controlplane worker hostname override user devopsinstall docker socket var run docker sock labels address port internal address role worker hostname override user devopsinstall docker socket var run docker sock labels if set to true rke will not fail when unsupported docker version are found ignore docker version true cluster level ssh private key used if no ssh information is set for the node ssh key path id rsa enable use of ssh agent to use ssh private keys with passphrase this requires the environment ssh auth sock configured pointing to your ssh agent which has the private key added ssh agent auth false list of registry credentials if you are using a docker hub registry you can omit the url or set it to docker io private registries url docker artifactory local is default true bastion jump host configuration bastion host address x x x x user ubuntu port ssh key path home user ssh bastion rsa or ssh key begin rsa private key end rsa private key set the name of the kubernetes cluster cluster name prod the kubernetes version used for now this should match the version defined in rancher types defaults map in case the kubernetes version and kubernetes image in system images are defined the system images configuration will take precedence over kubernetes version kubernetes version system image tags are defaulted to a tag tied with specific kubernetes versions default tags system images kubernetes rancher hyperkube etcd rancher coreos etcd alpine rancher rke tools nginx proxy rancher rke tools cert downloader rancher rke tools kubernetes services sidecar rancher rke tools kubedns rancher dns kube dns dnsmasq rancher dns dnsmasq nanny kubedns sidecar rancher dns sidecar kubedns autoscaler rancher cluster proportional autoscaler pod infra container rancher pause services etcd path prodetcdcluster external urls ca cert begin certificate end certificate cert begin certificate end certificate key begin private key end private key kube api ip range for any services created on kubernetes this must match the service cluster ip range in kube controller service cluster ip range expose a different port range for nodeport services service node port range pod security policy false add additional arguments to the kubernetes api server this will override any existing defaults extra args enable audit log to stdout audit log path increase number of delete workers delete collection workers set the level of log output to debug level v note for rancher users if you are configuring cluster options using a config file when creating rancher launched kubernetes the names of services should contain underscores only kube controller this only applies to rancher and kube controller cidr pool used to assign ip addresses to pods in the cluster cluster cidr ip range for any services created on kubernetes this must match the service cluster ip range in kube api service cluster ip range kubelet base domain for the cluster cluster domain rancher local ip address for the dns service endpoint cluster dns server fail if swap is on fail swap on false set max pods to instead of default extra args max pods optionally define additional volume binds to a service extra binds usr libexec kubernetes kubelet plugins usr libexec kubernetes kubelet plugins currently only authentication strategy supported is you can optionally create additional sans hostnames or ips to add to the api server pki certificate this is useful if you want to use a load balancer for the control plane servers authentication strategy sans my loadbalancer us west elb amazonaws com kubernetes authorization mode use mode rbac to enable rbac use mode none to disable authorization authorization mode rbac if you want to set a kubernetes cloud provider you specify the name and configuration cloud provider name aws add ons are deployed using kubernetes jobs rke will give up on trying to get the job status after this timeout in seconds addon job timeout there are several network plug ins that work but we default to canal network plugin canal currently only nginx ingress provider is supported to disable ingress controller set provider none ingress provider nginx
| 0
|
266,580
| 20,158,319,794
|
IssuesEvent
|
2022-02-09 18:38:33
|
maticek12/9-naloga-UIKT
|
https://api.github.com/repos/maticek12/9-naloga-UIKT
|
opened
|
Časovni diagram
|
documentation
|
Pozdravljeni
Danes je bil izdelal časovni diagram, prosim da si ga vsak posameznik prebere in se ga natančno drži.
|
1.0
|
Časovni diagram - Pozdravljeni
Danes je bil izdelal časovni diagram, prosim da si ga vsak posameznik prebere in se ga natančno drži.
|
non_usab
|
časovni diagram pozdravljeni danes je bil izdelal časovni diagram prosim da si ga vsak posameznik prebere in se ga natančno drži
| 0
|
110,720
| 4,440,112,812
|
IssuesEvent
|
2016-08-19 01:16:53
|
ampproject/amphtml
|
https://api.github.com/repos/ampproject/amphtml
|
closed
|
Form submission fail when using GET and native Fetch API
|
Priority: High Related to: Content
|
GET requests can't have bodies. `amp-form` should use proper way to pass data (in body through FormData for POST, or as query params for GET) depending on method used.
```bash
Chrome 51.0.2704 (Mac OS X 10.11.5) amp-form should call fetchJson with the xhr action and form data FAILED
Error: Uncaught Error: Form submission failed:: Fetch failed https://example.com?__amp_source_origin=http%3A%2F%2Flocalhost%3A9876: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.
```
|
1.0
|
Form submission fail when using GET and native Fetch API - GET requests can't have bodies. `amp-form` should use proper way to pass data (in body through FormData for POST, or as query params for GET) depending on method used.
```bash
Chrome 51.0.2704 (Mac OS X 10.11.5) amp-form should call fetchJson with the xhr action and form data FAILED
Error: Uncaught Error: Form submission failed:: Fetch failed https://example.com?__amp_source_origin=http%3A%2F%2Flocalhost%3A9876: Failed to execute 'fetch' on 'Window': Request with GET/HEAD method cannot have body.
```
|
non_usab
|
form submission fail when using get and native fetch api get requests can t have bodies amp form should use proper way to pass data in body through formdata for post or as query params for get depending on method used bash chrome mac os x amp form should call fetchjson with the xhr action and form data failed error uncaught error form submission failed fetch failed failed to execute fetch on window request with get head method cannot have body
| 0
|
42,778
| 11,062,102,271
|
IssuesEvent
|
2019-12-11 08:51:54
|
eclipse/sumo
|
https://api.github.com/repos/eclipse/sumo
|
closed
|
outdated nightly build on windows machines
|
c:build
|
```
2019-11-29 01:00:00.908000: Running msvc12 build using python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)].
fatal: unable to access 'https://github.com/eclipse/sumo/': Failed to connect to github.com port 443: Connection refused
```
```
2019-11-29 02:00:51.616000: Running msvc12 build using python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)].
fatal: unable to access 'https://github.com/eclipse/sumo/': Failed to connect to github.com port 443: Connection refused
2019-11-29 02:00:58.819000: Cleaning directory of Visual Studio 12 2013 Win64.
```
linux build is up-to-date at least
|
1.0
|
outdated nightly build on windows machines - ```
2019-11-29 01:00:00.908000: Running msvc12 build using python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)].
fatal: unable to access 'https://github.com/eclipse/sumo/': Failed to connect to github.com port 443: Connection refused
```
```
2019-11-29 02:00:51.616000: Running msvc12 build using python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)].
fatal: unable to access 'https://github.com/eclipse/sumo/': Failed to connect to github.com port 443: Connection refused
2019-11-29 02:00:58.819000: Cleaning directory of Visual Studio 12 2013 Win64.
```
linux build is up-to-date at least
|
non_usab
|
outdated nightly build on windows machines running build using python dec fatal unable to access failed to connect to github com port connection refused running build using python dec fatal unable to access failed to connect to github com port connection refused cleaning directory of visual studio linux build is up to date at least
| 0
|
24,162
| 23,416,374,153
|
IssuesEvent
|
2022-08-13 02:44:30
|
tailscale/tailscale
|
https://api.github.com/repos/tailscale/tailscale
|
closed
|
Split DNS not working on Android
|
OS-android L1 Very few P2 Aggravating T5 Usability bug
|
### What is the issue?
I have split DNS configured. I would expect that the custom DNS server I run on Tailscale would be queried when referencing domains, however, when I try to navigate to these addresses they do not resolve.
### Steps to reproduce
1. Setup Split DNS (I use Power DNS)
2. Query a URL of a zone managed by your custom DNS server
### Are there any recent changes that introduced the issue?
It's always been broken as far as I can tell.
### OS
Android
### OS version
Android 12
### Tailscale version
1.26.1
### Bug report
BUG-b0ea079f0a1736aaaab4643d6d12c6b854b3287a25ccd4e73cc3d6fa8d87c6e6-20220705012515Z-28051fe2a6089074
|
True
|
Split DNS not working on Android - ### What is the issue?
I have split DNS configured. I would expect that the custom DNS server I run on Tailscale would be queried when referencing domains, however, when I try to navigate to these addresses they do not resolve.
### Steps to reproduce
1. Setup Split DNS (I use Power DNS)
2. Query a URL of a zone managed by your custom DNS server
### Are there any recent changes that introduced the issue?
It's always been broken as far as I can tell.
### OS
Android
### OS version
Android 12
### Tailscale version
1.26.1
### Bug report
BUG-b0ea079f0a1736aaaab4643d6d12c6b854b3287a25ccd4e73cc3d6fa8d87c6e6-20220705012515Z-28051fe2a6089074
|
usab
|
split dns not working on android what is the issue i have split dns configured i would expect that the custom dns server i run on tailscale would be queried when referencing domains however when i try to navigate to these addresses they do not resolve steps to reproduce setup split dns i use power dns query a url of a zone managed by your custom dns server are there any recent changes that introduced the issue it s always been broken as far as i can tell os android os version android tailscale version bug report bug
| 1
|
381,632
| 26,462,702,816
|
IssuesEvent
|
2023-01-16 19:22:00
|
numpy/numpy
|
https://api.github.com/repos/numpy/numpy
|
closed
|
DOC: `mgrid` documentation is unclear for complex step
|
04 - Documentation
|
When using a complex step with `numpy.mgrid`, the resulting output is similar to `numpy.linspace` where the step specifies the number of elements:
```
>>> np.mgrid[-1:1:5j]
array([-1. , -0.5, 0. , 0.5, 1. ])
>>> np.linspace(-1,1,5, endpoint=True)
array([-1. , -0.5, 0. , 0.5, 1. ])
```
But without the complex step, it is similar to `numpy.arange` where the step is actually the step length, i.e. the difference between elements:
```
>>> np.mgrid[-1:1:5]
array([-1])
>>> np.arange(-1,1,5)
array([-1])
```
The documentation doesn't make it clear that specifying a complex step does **two** things: makes the stop inclusive **and** changes the meaning of the step to be the number of elements, rather than the difference between elements. In order to just switch between the stop being inclusive/exclusive, one also has to take the reciprocal of the step.
|
1.0
|
DOC: `mgrid` documentation is unclear for complex step - When using a complex step with `numpy.mgrid`, the resulting output is similar to `numpy.linspace` where the step specifies the number of elements:
```
>>> np.mgrid[-1:1:5j]
array([-1. , -0.5, 0. , 0.5, 1. ])
>>> np.linspace(-1,1,5, endpoint=True)
array([-1. , -0.5, 0. , 0.5, 1. ])
```
But without the complex step, it is similar to `numpy.arange` where the step is actually the step length, i.e. the difference between elements:
```
>>> np.mgrid[-1:1:5]
array([-1])
>>> np.arange(-1,1,5)
array([-1])
```
The documentation doesn't make it clear that specifying a complex step does **two** things: makes the stop inclusive **and** changes the meaning of the step to be the number of elements, rather than the difference between elements. In order to just switch between the stop being inclusive/exclusive, one also has to take the reciprocal of the step.
|
non_usab
|
doc mgrid documentation is unclear for complex step when using a complex step with numpy mgrid the resulting output is similar to numpy linspace where the step specifies the number of elements np mgrid array np linspace endpoint true array but without the complex step it is similar to numpy arange where the step is actually the step length i e the difference between elements np mgrid array np arange array the documentation doesn t make it clear that specifying a complex step does two things makes the stop inclusive and changes the meaning of the step to be the number of elements rather than the difference between elements in order to just switch between the stop being inclusive exclusive one also has to take the reciprocal of the step
| 0
|
3,189
| 3,367,804,083
|
IssuesEvent
|
2015-11-22 14:01:54
|
lionheart/openradar-mirror
|
https://api.github.com/repos/lionheart/openradar-mirror
|
opened
|
23643574: Hotspot text is pulsating permanently
|
classification:ui/usability reproducible:always status:open
|
#### Description
Summary:
The blue double height top bar’s test is pulsating continuesly, making it very disturbing when trying to read a news article in parallel.
Steps to Reproduce:
Enable mobile hotspot, connect a device the hotspot so „personal hotspot: x connections active“ is shown.
Expected Results:
the text „hotspot: x connections shown“ should pulse a limitied number of times and only pulse again if the number of connections change.
Actual Results:
Permanent „pulsing“ of „personal hotspot: x active connections“ text
Regression:
Describe circumstances where the problem occurs or does not occur, such as software versions and/or hardware configurations.
Notes:
Provide additional information, such as references to related problems, workarounds and relevant attachments.
-
Product Version: 9.1
Created: 2015-11-22T13:23:10.844580
Originated: 2015-11-22T14:23:00
Open Radar Link: http://www.openradar.me/23643574
|
True
|
23643574: Hotspot text is pulsating permanently - #### Description
Summary:
The blue double height top bar’s test is pulsating continuesly, making it very disturbing when trying to read a news article in parallel.
Steps to Reproduce:
Enable mobile hotspot, connect a device the hotspot so „personal hotspot: x connections active“ is shown.
Expected Results:
the text „hotspot: x connections shown“ should pulse a limitied number of times and only pulse again if the number of connections change.
Actual Results:
Permanent „pulsing“ of „personal hotspot: x active connections“ text
Regression:
Describe circumstances where the problem occurs or does not occur, such as software versions and/or hardware configurations.
Notes:
Provide additional information, such as references to related problems, workarounds and relevant attachments.
-
Product Version: 9.1
Created: 2015-11-22T13:23:10.844580
Originated: 2015-11-22T14:23:00
Open Radar Link: http://www.openradar.me/23643574
|
usab
|
hotspot text is pulsating permanently description summary the blue double height top bar’s test is pulsating continuesly making it very disturbing when trying to read a news article in parallel steps to reproduce enable mobile hotspot connect a device the hotspot so „personal hotspot x connections active“ is shown expected results the text „hotspot x connections shown“ should pulse a limitied number of times and only pulse again if the number of connections change actual results permanent „pulsing“ of „personal hotspot x active connections“ text regression describe circumstances where the problem occurs or does not occur such as software versions and or hardware configurations notes provide additional information such as references to related problems workarounds and relevant attachments product version created originated open radar link
| 1
|
3,901
| 3,602,809,494
|
IssuesEvent
|
2016-02-03 16:49:30
|
mesosphere/marathon
|
https://api.github.com/repos/mesosphere/marathon
|
closed
|
Improve the usability of the label dropdown feature
|
gui question ready for review usability
|
The label dropdown is not usable for labels longer than 10 characters, which tends to be most labels. This has been identified in usability tests and emails from users pointing this out.
Here is what I would suggest, using the existing UI and styling:
1. Increase the width of the dropdown - make it auto and give it a max-width of ~ 400px
1. When a label is selected, move it to the top
1. Change the dropdown text to "x Labels Selected" when at least one is selected
1. If there are no labels then don't show the dropdown
Thoughts?
Before

After

|
True
|
Improve the usability of the label dropdown feature - The label dropdown is not usable for labels longer than 10 characters, which tends to be most labels. This has been identified in usability tests and emails from users pointing this out.
Here is what I would suggest, using the existing UI and styling:
1. Increase the width of the dropdown - make it auto and give it a max-width of ~ 400px
1. When a label is selected, move it to the top
1. Change the dropdown text to "x Labels Selected" when at least one is selected
1. If there are no labels then don't show the dropdown
Thoughts?
Before

After

|
usab
|
improve the usability of the label dropdown feature the label dropdown is not usable for labels longer than characters which tends to be most labels this has been identified in usability tests and emails from users pointing this out here is what i would suggest using the existing ui and styling increase the width of the dropdown make it auto and give it a max width of when a label is selected move it to the top change the dropdown text to x labels selected when at least one is selected if there are no labels then don t show the dropdown thoughts before after
| 1
|
56,669
| 11,624,582,173
|
IssuesEvent
|
2020-02-27 11:01:28
|
microsoft/vscode-python
|
https://api.github.com/repos/microsoft/vscode-python
|
closed
|
Update CI to run tests against Python 3.8
|
cause-CI/CD needs PR type-code health
|
Python 3.8.0 is now available on Azure DevOps (see #8296 )
|
1.0
|
Update CI to run tests against Python 3.8 - Python 3.8.0 is now available on Azure DevOps (see #8296 )
|
non_usab
|
update ci to run tests against python python is now available on azure devops see
| 0
|
16,058
| 10,543,060,093
|
IssuesEvent
|
2019-10-02 14:20:04
|
rabbitmq/rabbitmq-auth-backend-ldap
|
https://api.github.com/repos/rabbitmq/rabbitmq-auth-backend-ldap
|
closed
|
Is auth_ldap.dn_lookup_bind data type too limiting?
|
usability
|
You have the ability to specify a username and password, but then have an enum that wont allow it to be set:
```erlang
{mapping, "auth_ldap.dn_lookup_bind", "rabbitmq_auth_backend_ldap.dn_lookup_bind", [{datatype, [{enum, [as_user, anon]}]}]}
```
Also, I see no where that this would be breaking apart {user, password} and instead need to specify auth_ldap.dn_lookup_bind.user_dn and auth_ldap.dn_lookup_bind.password in the config. These work now but they are ignored with the case clause of dn_lookup_bind since you can only specify as_user or anon.
|
True
|
Is auth_ldap.dn_lookup_bind data type too limiting? - You have the ability to specify a username and password, but then have an enum that wont allow it to be set:
```erlang
{mapping, "auth_ldap.dn_lookup_bind", "rabbitmq_auth_backend_ldap.dn_lookup_bind", [{datatype, [{enum, [as_user, anon]}]}]}
```
Also, I see no where that this would be breaking apart {user, password} and instead need to specify auth_ldap.dn_lookup_bind.user_dn and auth_ldap.dn_lookup_bind.password in the config. These work now but they are ignored with the case clause of dn_lookup_bind since you can only specify as_user or anon.
|
usab
|
is auth ldap dn lookup bind data type too limiting you have the ability to specify a username and password but then have an enum that wont allow it to be set erlang mapping auth ldap dn lookup bind rabbitmq auth backend ldap dn lookup bind also i see no where that this would be breaking apart user password and instead need to specify auth ldap dn lookup bind user dn and auth ldap dn lookup bind password in the config these work now but they are ignored with the case clause of dn lookup bind since you can only specify as user or anon
| 1
|
162
| 2,583,533,487
|
IssuesEvent
|
2015-02-16 07:33:48
|
DynareTeam/dynare
|
https://api.github.com/repos/DynareTeam/dynare
|
closed
|
produce & print original model (without auxiliary variable substitutions)
|
preprocessor
|
For inclusion in reports (or just general interest), produce the original model and be able to print it in latex.
Add option to include calibrated values in parentheses next to variables in the report.
|
1.0
|
produce & print original model (without auxiliary variable substitutions) - For inclusion in reports (or just general interest), produce the original model and be able to print it in latex.
Add option to include calibrated values in parentheses next to variables in the report.
|
non_usab
|
produce print original model without auxiliary variable substitutions for inclusion in reports or just general interest produce the original model and be able to print it in latex add option to include calibrated values in parentheses next to variables in the report
| 0
|
808,166
| 30,036,118,790
|
IssuesEvent
|
2023-06-27 12:52:37
|
code4romania/asistent-medical-comunitar
|
https://api.github.com/repos/code4romania/asistent-medical-comunitar
|
opened
|
[Activități comunitare] change modal screen title
|
medium-priority
|
**Describe the bug**
When you view an entity from 'Activități comunitare' section, the modal screen title is 'Vezi _type of entity_' (ex. Vezi Campanie sănătate)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Activități comunitare'
2. Access one individual activity
3. Notice the modal screen title

**Expected behavior**
Change modal screen title from 'Vezi _type of entity_' to _'Value_ from 'Tip' field + Date'_
|
1.0
|
[Activități comunitare] change modal screen title - **Describe the bug**
When you view an entity from 'Activități comunitare' section, the modal screen title is 'Vezi _type of entity_' (ex. Vezi Campanie sănătate)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'Activități comunitare'
2. Access one individual activity
3. Notice the modal screen title

**Expected behavior**
Change modal screen title from 'Vezi _type of entity_' to _'Value_ from 'Tip' field + Date'_
|
non_usab
|
change modal screen title describe the bug when you view an entity from activități comunitare section the modal screen title is vezi type of entity ex vezi campanie sănătate to reproduce steps to reproduce the behavior go to activități comunitare access one individual activity notice the modal screen title expected behavior change modal screen title from vezi type of entity to value from tip field date
| 0
|
26,984
| 6,812,967,566
|
IssuesEvent
|
2017-11-06 06:59:06
|
BTDF/DeploymentFramework
|
https://api.github.com/repos/BTDF/DeploymentFramework
|
closed
|
Add GetRegistryValue to BuildTasks and switch registry reads from SDC task to the new task
|
bug CodePlexMigrationInitiated General Impact: Low Release 5.0
|
Add GetRegistryValue to DF.BuildTasks and switch registry reads from the SDC task to the new task. The SDC task wrote error messages into the output log, which could be misleading.
#### This work item was migrated from CodePlex
CodePlex work item ID: '6316'
Assigned to: 'tfabraham'
Vote count: '0'
|
1.0
|
Add GetRegistryValue to BuildTasks and switch registry reads from SDC task to the new task - Add GetRegistryValue to DF.BuildTasks and switch registry reads from the SDC task to the new task. The SDC task wrote error messages into the output log, which could be misleading.
#### This work item was migrated from CodePlex
CodePlex work item ID: '6316'
Assigned to: 'tfabraham'
Vote count: '0'
|
non_usab
|
add getregistryvalue to buildtasks and switch registry reads from sdc task to the new task add getregistryvalue to df buildtasks and switch registry reads from the sdc task to the new task the sdc task wrote error messages into the output log which could be misleading this work item was migrated from codeplex codeplex work item id assigned to tfabraham vote count
| 0
|
816,880
| 30,615,473,264
|
IssuesEvent
|
2023-07-24 02:26:10
|
ScratchAddons/ScratchAddons
|
https://api.github.com/repos/ScratchAddons/ScratchAddons
|
reopened
|
Revamp "infinite scrolling" addon
|
type: enhancement priority: 3 scope: addon
|
### Why this would be helpful/solve a problem
We should revisit this old addon which has been made like 2 years ago. I think we could improve it a lot.
### What this change does
- Add infinite scrolling to more places, such as "What's happening" (if full-areas is enabled) and project search / explore (#2520)
- ~~Remove weird settings such as "fix footer", think of better ways to let users access the footer~~
- We removed support for studios at #3462
### Possible alternatives
_No response_
### Demonstration(s) and additional context
We need to be careful, because it's easy to add a bug that clicks "load more" infinitely, such as #2980
|
1.0
|
Revamp "infinite scrolling" addon - ### Why this would be helpful/solve a problem
We should revisit this old addon which has been made like 2 years ago. I think we could improve it a lot.
### What this change does
- Add infinite scrolling to more places, such as "What's happening" (if full-areas is enabled) and project search / explore (#2520)
- ~~Remove weird settings such as "fix footer", think of better ways to let users access the footer~~
- We removed support for studios at #3462
### Possible alternatives
_No response_
### Demonstration(s) and additional context
We need to be careful, because it's easy to add a bug that clicks "load more" infinitely, such as #2980
|
non_usab
|
revamp infinite scrolling addon why this would be helpful solve a problem we should revisit this old addon which has been made like years ago i think we could improve it a lot what this change does add infinite scrolling to more places such as what s happening if full areas is enabled and project search explore remove weird settings such as fix footer think of better ways to let users access the footer we removed support for studios at possible alternatives no response demonstration s and additional context we need to be careful because it s easy to add a bug that clicks load more infinitely such as
| 0
|
4,514
| 3,870,587,897
|
IssuesEvent
|
2016-04-11 05:02:20
|
lionheart/openradar-mirror
|
https://api.github.com/repos/lionheart/openradar-mirror
|
opened
|
22881933: Siri taxes users with initial delay only when headphones are plugged in
|
classification:ui/usability reproducible:always status:open
|
#### Description
Summary:
I just discovered and celebrated (http://bitsplitting.org/2015/09/28/if-it-aint-fixed-break-it/) the fact that with iPhone 6s, Siri's ability to listen instantly means that there is no longer even a need for an audible or vibration signal that it's ready to process speech. Users can just press the button and start speaking instantly, and it works. And it's awesome.
One gotcha I've run into though, is in the particular case that headphones are plugged in, my phone DOES give a moment's delay before processing Siri instructions, and also plays an audible chime when it's ready. I can't tell if it's the (unnecessary?) chime that is itself delaying Siri's ability to process, or if the fact that headphones are installed somehow defies Siri's ability to be instantly attentive. In any case, this is an unfortunate penalty for using headphones, and destroys the otherwise admirable universal ability to count on Siri to be attentive immediately upon pressing the home button.
Steps to Reproduce:
1. Plug in headphones to an iPhone 6s.
2. Press and hold the home button while IMMEDIATELY asking Siri something e.g. "What time is it?"
Expected Results:
Siri should process and handle the request "What time is it?"
Actual Results:
Siri only gets the tail end of the request, if any, depending on how quickly the chime has been played. In my tests, it often just ends up in "OK, go ahead and ask me something" mode, having totally lost the spoken sentence.
Version:
iOS 9.0.1
Notes:
NOTE: Even if the phone is not silenced, pressing and holding the home button doesn't cause a chime, and doesn't impede Siri's immediate processing of spoken instructions.
Configuration:
iPhone 6s Verizon 128GB.
Attachments:
-
Product Version: 9.0.1
Created: 2015-09-28T18:20:59.147980
Originated: 2015-09-28T14:13:00
Open Radar Link: http://www.openradar.me/22881933
|
True
|
22881933: Siri taxes users with initial delay only when headphones are plugged in - #### Description
Summary:
I just discovered and celebrated (http://bitsplitting.org/2015/09/28/if-it-aint-fixed-break-it/) the fact that with iPhone 6s, Siri's ability to listen instantly means that there is no longer even a need for an audible or vibration signal that it's ready to process speech. Users can just press the button and start speaking instantly, and it works. And it's awesome.
One gotcha I've run into though, is in the particular case that headphones are plugged in, my phone DOES give a moment's delay before processing Siri instructions, and also plays an audible chime when it's ready. I can't tell if it's the (unnecessary?) chime that is itself delaying Siri's ability to process, or if the fact that headphones are installed somehow defies Siri's ability to be instantly attentive. In any case, this is an unfortunate penalty for using headphones, and destroys the otherwise admirable universal ability to count on Siri to be attentive immediately upon pressing the home button.
Steps to Reproduce:
1. Plug in headphones to an iPhone 6s.
2. Press and hold the home button while IMMEDIATELY asking Siri something e.g. "What time is it?"
Expected Results:
Siri should process and handle the request "What time is it?"
Actual Results:
Siri only gets the tail end of the request, if any, depending on how quickly the chime has been played. In my tests, it often just ends up in "OK, go ahead and ask me something" mode, having totally lost the spoken sentence.
Version:
iOS 9.0.1
Notes:
NOTE: Even if the phone is not silenced, pressing and holding the home button doesn't cause a chime, and doesn't impede Siri's immediate processing of spoken instructions.
Configuration:
iPhone 6s Verizon 128GB.
Attachments:
-
Product Version: 9.0.1
Created: 2015-09-28T18:20:59.147980
Originated: 2015-09-28T14:13:00
Open Radar Link: http://www.openradar.me/22881933
|
usab
|
siri taxes users with initial delay only when headphones are plugged in description summary i just discovered and celebrated the fact that with iphone siri s ability to listen instantly means that there is no longer even a need for an audible or vibration signal that it s ready to process speech users can just press the button and start speaking instantly and it works and it s awesome one gotcha i ve run into though is in the particular case that headphones are plugged in my phone does give a moment s delay before processing siri instructions and also plays an audible chime when it s ready i can t tell if it s the unnecessary chime that is itself delaying siri s ability to process or if the fact that headphones are installed somehow defies siri s ability to be instantly attentive in any case this is an unfortunate penalty for using headphones and destroys the otherwise admirable universal ability to count on siri to be attentive immediately upon pressing the home button steps to reproduce plug in headphones to an iphone press and hold the home button while immediately asking siri something e g what time is it expected results siri should process and handle the request what time is it actual results siri only gets the tail end of the request if any depending on how quickly the chime has been played in my tests it often just ends up in ok go ahead and ask me something mode having totally lost the spoken sentence version ios notes note even if the phone is not silenced pressing and holding the home button doesn t cause a chime and doesn t impede siri s immediate processing of spoken instructions configuration iphone verizon attachments product version created originated open radar link
| 1
|
23,188
| 21,329,641,849
|
IssuesEvent
|
2022-04-18 06:24:41
|
zaproxy/zaproxy
|
https://api.github.com/repos/zaproxy/zaproxy
|
closed
|
Context endpoint on API does not output included and excluded technologies
|
enhancement Usability IdealFirstBug Component-API good first issue
|
**Describe the bug**
When browsing the context through the API, it does not output what technologies are included or excluded. The API correctly allows a user to include or exclude technologies programmatically, however the view Context endpoint is missing data from its output.
**To Reproduce**
Steps to reproduce the behavior:
1. Open ZAP api in your browser, http://localhost:8080/UI/context/view/context/
2. Enter in a valid context name and the api key.
3. The results will not show you the included or excluded technologies
**Expected behavior**
A list of the included or excluded technologies.
** To fix **
This method is missing the output of the included and excluded technologies
https://github.com/zaproxy/zaproxy/blob/master/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java#L385
|
True
|
Context endpoint on API does not output included and excluded technologies - **Describe the bug**
When browsing the context through the API, it does not output what technologies are included or excluded. The API correctly allows a user to include or exclude technologies programmatically, however the view Context endpoint is missing data from its output.
**To Reproduce**
Steps to reproduce the behavior:
1. Open ZAP api in your browser, http://localhost:8080/UI/context/view/context/
2. Enter in a valid context name and the api key.
3. The results will not show you the included or excluded technologies
**Expected behavior**
A list of the included or excluded technologies.
** To fix **
This method is missing the output of the included and excluded technologies
https://github.com/zaproxy/zaproxy/blob/master/zap/src/main/java/org/zaproxy/zap/extension/api/ContextAPI.java#L385
|
usab
|
context endpoint on api does not output included and excluded technologies describe the bug when browsing the context through the api it does not output what technologies are included or excluded the api correctly allows a user to include or exclude technologies programmatically however the view context endpoint is missing data from its output to reproduce steps to reproduce the behavior open zap api in your browser enter in a valid context name and the api key the results will not show you the included or excluded technologies expected behavior a list of the included or excluded technologies to fix this method is missing the output of the included and excluded technologies
| 1
|
7,183
| 4,806,830,692
|
IssuesEvent
|
2016-11-02 19:40:29
|
flutter/flutter-intellij
|
https://api.github.com/repos/flutter/flutter-intellij
|
closed
|
Tooltip covers the source being observed
|
bug dart plugin usability
|
In the attached video I'm trying to navigate to the source of declaration of MaterialApp.
The type display tooltip covers the source that I'm trying to click on.

|
True
|
Tooltip covers the source being observed - In the attached video I'm trying to navigate to the source of declaration of MaterialApp.
The type display tooltip covers the source that I'm trying to click on.

|
usab
|
tooltip covers the source being observed in the attached video i m trying to navigate to the source of declaration of materialapp the type display tooltip covers the source that i m trying to click on
| 1
|
729,877
| 25,148,714,228
|
IssuesEvent
|
2022-11-10 08:18:08
|
wsEM2022-24/Seminar-Projekt01
|
https://api.github.com/repos/wsEM2022-24/Seminar-Projekt01
|
opened
|
Create log-in
|
priority::low
|
Modify it, that you can log-in with an account (Google/Apple -> firebase) to save achievements or skins.
|
1.0
|
Create log-in - Modify it, that you can log-in with an account (Google/Apple -> firebase) to save achievements or skins.
|
non_usab
|
create log in modify it that you can log in with an account google apple firebase to save achievements or skins
| 0
|
385,329
| 11,418,701,989
|
IssuesEvent
|
2020-02-03 05:39:43
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
opened
|
Incorrect Resopnse code validation when trying to update a non existing user with PUT Request in Tenant mode
|
Affected/5.10.0-Alpha2 Priority/Normal Severity/Major Type/Bug
|
**Environment**
IS 5.10.0 alpha3 snapshot
DB Mysql 5.7
**Steps to Reproduce**
1. In deployment.toml change the primary userstore to uniqueidjdbc userstore
[user_store]
type = "database_unique_id"
[user_store.properties]
SCIMEnabled= true
2. Add a tenant as admin@wso2.com:admin
3. Create a user in tenant mode
`curl -v -k --user admin@wso2.com:admin --data '{"schemas":[],"name":{"familyName":"jackson","givenName":"kim"},"userName":"kim","password":"kimwso2","emails":[{"primary":true,"value":"kim.jackson@gmail.com","type":"home"},{"value":"kim_j@wso2.com","type":"work"}]}' --header "Content-Type:application/json" https://localhost:9443/t/wso2.com/scim2/Users -i
`
4. Try to update the user with a PUT request by providing a non existing user Id
`curl -v -k --user admin@wso2.com:admin -X PUT -d '{"schemas":[],"name":{"familyName":"jackson","givenName":"kimfiNaL123"},"userName":"kim","emails":[{"value":"kim_j@wso2.com","type":"work"},{"value":"kim.jack@gmail.com","type":"home"}]}' --header "Content-Type:application/json" https://localhost:9443/t/wso2.com/scim2/Users/b7e0e71b-3fef-4009-883f-8cbdc8459f40 -i
`
**Response**
`{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error in getting user information from Carbon User Store foruser: b7e0e71b-3fef-4009-883f-8cbdc8459f40345","status":"500"}
`
Here the Response code validation needs to be handled as HTTP 404 (User does not exist) and currently it is giving 500
|
1.0
|
Incorrect Resopnse code validation when trying to update a non existing user with PUT Request in Tenant mode - **Environment**
IS 5.10.0 alpha3 snapshot
DB Mysql 5.7
**Steps to Reproduce**
1. In deployment.toml change the primary userstore to uniqueidjdbc userstore
[user_store]
type = "database_unique_id"
[user_store.properties]
SCIMEnabled= true
2. Add a tenant as admin@wso2.com:admin
3. Create a user in tenant mode
`curl -v -k --user admin@wso2.com:admin --data '{"schemas":[],"name":{"familyName":"jackson","givenName":"kim"},"userName":"kim","password":"kimwso2","emails":[{"primary":true,"value":"kim.jackson@gmail.com","type":"home"},{"value":"kim_j@wso2.com","type":"work"}]}' --header "Content-Type:application/json" https://localhost:9443/t/wso2.com/scim2/Users -i
`
4. Try to update the user with a PUT request by providing a non existing user Id
`curl -v -k --user admin@wso2.com:admin -X PUT -d '{"schemas":[],"name":{"familyName":"jackson","givenName":"kimfiNaL123"},"userName":"kim","emails":[{"value":"kim_j@wso2.com","type":"work"},{"value":"kim.jack@gmail.com","type":"home"}]}' --header "Content-Type:application/json" https://localhost:9443/t/wso2.com/scim2/Users/b7e0e71b-3fef-4009-883f-8cbdc8459f40 -i
`
**Response**
`{"schemas":["urn:ietf:params:scim:api:messages:2.0:Error"],"detail":"Error in getting user information from Carbon User Store foruser: b7e0e71b-3fef-4009-883f-8cbdc8459f40345","status":"500"}
`
Here the Response code validation needs to be handled as HTTP 404 (User does not exist) and currently it is giving 500
|
non_usab
|
incorrect resopnse code validation when trying to update a non existing user with put request in tenant mode environment is snapshot db mysql steps to reproduce in deployment toml change the primary userstore to uniqueidjdbc userstore type database unique id scimenabled true add a tenant as admin com admin create a user in tenant mode curl v k user admin com admin data schemas name familyname jackson givenname kim username kim password emails header content type application json i try to update the user with a put request by providing a non existing user id curl v k user admin com admin x put d schemas name familyname jackson givenname username kim emails header content type application json i response schemas detail error in getting user information from carbon user store foruser status here the response code validation needs to be handled as http user does not exist and currently it is giving
| 0
|
77,913
| 27,230,970,166
|
IssuesEvent
|
2023-02-21 13:13:16
|
EightShapes/specs-plugin-feedback
|
https://api.github.com/repos/EightShapes/specs-plugin-feedback
|
closed
|
Border Radius Properties Not Show Up
|
defect Attribute
|
**Layout and Spacing**
missing Border radius properties
|
1.0
|
Border Radius Properties Not Show Up - **Layout and Spacing**
missing Border radius properties
|
non_usab
|
border radius properties not show up layout and spacing missing border radius properties
| 0
|
8,533
| 5,798,463,675
|
IssuesEvent
|
2017-05-03 01:54:08
|
usnistgov/800-63-3
|
https://api.github.com/repos/usnistgov/800-63-3
|
closed
|
Rephrase items listed above where recommended changing to government regulation compliance.
|
63B decline usability
|
**Organization Name (N/A, if individual)**: DCMA
**Organization Type**: 1
**Document (63-3, 63A, 63B, or 63C)**: 800-63B
**Reference (Include section and paragraph number)**: Table 10-1,
**Comment (Include rationale for comment)**: Rephrase items listed above where recommended changing to government regulation compliance.
**Suggested Change**:
---
Organization Type: 1 = Federal, 2 = Industry, 3 = Academia, 4 = Self, 5 = Other
|
True
|
Rephrase items listed above where recommended changing to government regulation compliance. - **Organization Name (N/A, if individual)**: DCMA
**Organization Type**: 1
**Document (63-3, 63A, 63B, or 63C)**: 800-63B
**Reference (Include section and paragraph number)**: Table 10-1,
**Comment (Include rationale for comment)**: Rephrase items listed above where recommended changing to government regulation compliance.
**Suggested Change**:
---
Organization Type: 1 = Federal, 2 = Industry, 3 = Academia, 4 = Self, 5 = Other
|
usab
|
rephrase items listed above where recommended changing to government regulation compliance organization name n a if individual dcma organization type document or reference include section and paragraph number table comment include rationale for comment rephrase items listed above where recommended changing to government regulation compliance suggested change organization type federal industry academia self other
| 1
|
70,965
| 23,391,935,716
|
IssuesEvent
|
2022-08-11 18:44:22
|
vector-im/element-android
|
https://api.github.com/repos/vector-im/element-android
|
opened
|
App Layout: Favourites do not appear and sometimes switching tabs takes more than 10s
|
T-Defect Z-AppLayout
|
### Steps to reproduce
Raised by @gsouquet in the internal testing session
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
App Layout APK
### Homeserver
_No response_
### Will you send logs?
No
### Are you willing to provide a PR?
No
|
1.0
|
App Layout: Favourites do not appear and sometimes switching tabs takes more than 10s - ### Steps to reproduce
Raised by @gsouquet in the internal testing session
### Outcome
#### What did you expect?
#### What happened instead?
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
App Layout APK
### Homeserver
_No response_
### Will you send logs?
No
### Are you willing to provide a PR?
No
|
non_usab
|
app layout favourites do not appear and sometimes switching tabs takes more than steps to reproduce raised by gsouquet in the internal testing session outcome what did you expect what happened instead your phone model no response operating system version no response application version and app store app layout apk homeserver no response will you send logs no are you willing to provide a pr no
| 0
|
10,406
| 6,714,465,732
|
IssuesEvent
|
2017-10-13 17:02:04
|
AdamsLair/duality
|
https://api.github.com/repos/AdamsLair/duality
|
opened
|
Introduce a Subdirectory for Non-Plugin, Non-Executable Binaries
|
Breaking Change Core Editor Feature Usability
|
### Summary
In the course of issue #574, it became apparent that the NuGet update will introduce a large number of additional binaries to the Duality runtime. Keeping them all in the main directory is not very nice to work with, but as the project grows and matures, this might not remain restricted to NuGet only. To fix this, introduce a new binary subfolder next to `Plugins` where all non-plugin, non-executable binaries are stored.
### Analysis
- The `DefaultAssemblyLoader` will need to be updated with regard to the assembly search paths.
- The existing `AssemblyResolve` handler needs to be extended to search in the new subfolder as well.
- Make sure to load `.pdb` files too, where available.
- Update the package manager code and tests with the new file mappings.
- Need to update the `Publish Game` dialog / publish script.
- Potential names:
- `Assemblies`, too generic. Plugins and executables are assemblies too.
- `Binaries`, too generic. Plugins and executables are binaries too.
- `Libraries`, probably the best one so far.
- ?
|
True
|
Introduce a Subdirectory for Non-Plugin, Non-Executable Binaries - ### Summary
In the course of issue #574, it became apparent that the NuGet update will introduce a large number of additional binaries to the Duality runtime. Keeping them all in the main directory is not very nice to work with, but as the project grows and matures, this might not remain restricted to NuGet only. To fix this, introduce a new binary subfolder next to `Plugins` where all non-plugin, non-executable binaries are stored.
### Analysis
- The `DefaultAssemblyLoader` will need to be updated with regard to the assembly search paths.
- The existing `AssemblyResolve` handler needs to be extended to search in the new subfolder as well.
- Make sure to load `.pdb` files too, where available.
- Update the package manager code and tests with the new file mappings.
- Need to update the `Publish Game` dialog / publish script.
- Potential names:
- `Assemblies`, too generic. Plugins and executables are assemblies too.
- `Binaries`, too generic. Plugins and executables are binaries too.
- `Libraries`, probably the best one so far.
- ?
|
usab
|
introduce a subdirectory for non plugin non executable binaries summary in the course of issue it became apparent that the nuget update will introduce a large number of additional binaries to the duality runtime keeping them all in the main directory is not very nice to work with but as the project grows and matures this might not remain restricted to nuget only to fix this introduce a new binary subfolder next to plugins where all non plugin non executable binaries are stored analysis the defaultassemblyloader will need to be updated with regard to the assembly search paths the existing assemblyresolve handler needs to be extended to search in the new subfolder as well make sure to load pdb files too where available update the package manager code and tests with the new file mappings need to update the publish game dialog publish script potential names assemblies too generic plugins and executables are assemblies too binaries too generic plugins and executables are binaries too libraries probably the best one so far
| 1
|
13,500
| 8,518,914,415
|
IssuesEvent
|
2018-11-01 13:16:41
|
sandstorm-io/sandstorm
|
https://api.github.com/repos/sandstorm-io/sandstorm
|
closed
|
Sharing visibility
|
usability
|
It would be nice to see the Whom shared with button on the top IF a document has been shared.
Now first the "+ Share access" drop down has to be open to be able to open it. (If it is opened it shows a button on the topbar, but removes the button if the shared with view is closed).
|
True
|
Sharing visibility - It would be nice to see the Whom shared with button on the top IF a document has been shared.
Now first the "+ Share access" drop down has to be open to be able to open it. (If it is opened it shows a button on the topbar, but removes the button if the shared with view is closed).
|
usab
|
sharing visibility it would be nice to see the whom shared with button on the top if a document has been shared now first the share access drop down has to be open to be able to open it if it is opened it shows a button on the topbar but removes the button if the shared with view is closed
| 1
|
12,452
| 7,879,940,829
|
IssuesEvent
|
2018-06-26 14:40:08
|
mercycorps/TolaActivity
|
https://api.github.com/repos/mercycorps/TolaActivity
|
closed
|
Google Translate plugin is incompatible with TolaActivity header
|
usability
|
This problem affects people who depend on the Google Translate Chrome extension to interact with the TolaActivity user interface.
This is the extension: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en
The translation widget does not play nicely with the Tola Activity header, interfering with basic navigation.
Let's explore options for making this extension more compatible. Is there any way to customize the extension to better integrate with our navigation bar? For example, would it be possible to dock it along the bottom instead of the top? Is there a third-party extension that is based on Google Translate, that is more compatible, that we could recommend instead?
|
True
|
Google Translate plugin is incompatible with TolaActivity header - This problem affects people who depend on the Google Translate Chrome extension to interact with the TolaActivity user interface.
This is the extension: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en
The translation widget does not play nicely with the Tola Activity header, interfering with basic navigation.
Let's explore options for making this extension more compatible. Is there any way to customize the extension to better integrate with our navigation bar? For example, would it be possible to dock it along the bottom instead of the top? Is there a third-party extension that is based on Google Translate, that is more compatible, that we could recommend instead?
|
usab
|
google translate plugin is incompatible with tolaactivity header this problem affects people who depend on the google translate chrome extension to interact with the tolaactivity user interface this is the extension the translation widget does not play nicely with the tola activity header interfering with basic navigation let s explore options for making this extension more compatible is there any way to customize the extension to better integrate with our navigation bar for example would it be possible to dock it along the bottom instead of the top is there a third party extension that is based on google translate that is more compatible that we could recommend instead
| 1
|
328,899
| 10,001,220,934
|
IssuesEvent
|
2019-07-12 15:07:52
|
OpenNebula/one
|
https://api.github.com/repos/OpenNebula/one
|
closed
|
Error when try delete image in vCenter. Using nfs not delete the image on disk.
|
Category: vCenter Priority: High Status: Accepted Type: Bug
|
**Description**
When you execute the command:
oneimage delete 'name_of_image'
if you have the image inside a nfs datastore got this error:
Error removing image from datastore. Manually remove image source X to completely delete the image.
**To Reproduce**
1) Import a image to nfs datastore
2) Instantiate the image
3) Delete the VM instantiated
4) Delete image
**Expected behavior**
Delete the image from disk
**Details**
- Affected Component: [Storage]
- Hypervisor: [vCenter]
- Version: [5.8.*, master]
<!--////////////////////////////////////////////-->
<!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM -->
<!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS -->
<!-- PROGRESS WILL BE REFLECTED HERE -->
<!--////////////////////////////////////////////-->
## Progress Status
- [ ] Branch created
- [ ] Code committed to development branch
- [ ] Testing - QA
- [ ] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches
|
1.0
|
Error when try delete image in vCenter. Using nfs not delete the image on disk. - **Description**
When you execute the command:
oneimage delete 'name_of_image'
if you have the image inside a nfs datastore got this error:
Error removing image from datastore. Manually remove image source X to completely delete the image.
**To Reproduce**
1) Import a image to nfs datastore
2) Instantiate the image
3) Delete the VM instantiated
4) Delete image
**Expected behavior**
Delete the image from disk
**Details**
- Affected Component: [Storage]
- Hypervisor: [vCenter]
- Version: [5.8.*, master]
<!--////////////////////////////////////////////-->
<!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM -->
<!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS -->
<!-- PROGRESS WILL BE REFLECTED HERE -->
<!--////////////////////////////////////////////-->
## Progress Status
- [ ] Branch created
- [ ] Code committed to development branch
- [ ] Testing - QA
- [ ] Documentation
- [ ] Release notes - resolved issues, compatibility, known issues
- [ ] Code committed to upstream release/hotfix branches
- [ ] Documentation committed to upstream release/hotfix branches
|
non_usab
|
error when try delete image in vcenter using nfs not delete the image on disk description when you execute the command oneimage delete name of image if you have the image inside a nfs datastore got this error error removing image from datastore manually remove image source x to completely delete the image to reproduce import a image to nfs datastore instantiate the image delete the vm instantiated delete image expected behavior delete the image from disk details affected component hypervisor version progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
| 0
|
34,546
| 4,932,170,440
|
IssuesEvent
|
2016-11-28 12:47:02
|
vector-im/vector-ios
|
https://api.github.com/repos/vector-im/vector-ios
|
closed
|
Wrong room name of a direct chat in user's profile
|
auto-test-required bug P2
|
To reproduce;
1. Open the profil of a user from a room (a user for which you have at least 1 direct chat)
A direct chat listed from the member profile have a (1) before the name.

Version 0.3.2 develop #1333
|
1.0
|
Wrong room name of a direct chat in user's profile - To reproduce;
1. Open the profil of a user from a room (a user for which you have at least 1 direct chat)
A direct chat listed from the member profile have a (1) before the name.

Version 0.3.2 develop #1333
|
non_usab
|
wrong room name of a direct chat in user s profile to reproduce open the profil of a user from a room a user for which you have at least direct chat a direct chat listed from the member profile have a before the name version develop
| 0
|
247,330
| 26,694,101,875
|
IssuesEvent
|
2023-01-27 08:49:30
|
Taraxa-project/taraxa-node
|
https://api.github.com/repos/Taraxa-project/taraxa-node
|
closed
|
Limit packets queue size
|
feature security
|
<!-- Do not forget to add specific label (bug / feature / refactor / ...) and select Project "Ledger" -->
## Task Description
Implement generic protection against ddos by limiting max allowed packets queue size:
- received too many packets (all types) -> more than XX k per YY s time period
- received packets with too big overall size of packets(all types) -> more than XX MB per YY s time period
**TODO:** adjust constants based on measurements on testnet !
## Epic Parent
<!-- The link below should link to its Epic Parent. -->
[Feature: DDoS Protection](https://github.com/Taraxa-project/taraxa-node/issues/1428).
|
True
|
Limit packets queue size - <!-- Do not forget to add specific label (bug / feature / refactor / ...) and select Project "Ledger" -->
## Task Description
Implement generic protection against ddos by limiting max allowed packets queue size:
- received too many packets (all types) -> more than XX k per YY s time period
- received packets with too big overall size of packets(all types) -> more than XX MB per YY s time period
**TODO:** adjust constants based on measurements on testnet !
## Epic Parent
<!-- The link below should link to its Epic Parent. -->
[Feature: DDoS Protection](https://github.com/Taraxa-project/taraxa-node/issues/1428).
|
non_usab
|
limit packets queue size task description implement generic protection against ddos by limiting max allowed packets queue size received too many packets all types more than xx k per yy s time period received packets with too big overall size of packets all types more than xx mb per yy s time period todo adjust constants based on measurements on testnet epic parent
| 0
|
16,237
| 10,684,811,593
|
IssuesEvent
|
2019-10-22 11:20:32
|
meedan/montage-components
|
https://api.github.com/repos/meedan/montage-components
|
closed
|
As a user I'd like the controls around the search box to be clearer.
|
Basic Usability Standards bug
|
Currently the 'x' doesn't close the "search" area (it has no effect at all).
This is confusing. However the back (arrow) button does close the area.
Comments from Airtable:
> It looks like the x is there to clear the search box, in which case I'd use the word 'clear' which would only appear after you've typed something.
> I think a back button is a fair way to return from the search screen, an X would make more sense if it was a modal I feel.
<img width="691" alt="screenshot 2019-01-23 at 12 25 23" src="https://user-images.githubusercontent.com/208756/51603510-4b999080-1f0a-11e9-8c31-d6878012ac65.png">
|
True
|
As a user I'd like the controls around the search box to be clearer. - Currently the 'x' doesn't close the "search" area (it has no effect at all).
This is confusing. However the back (arrow) button does close the area.
Comments from Airtable:
> It looks like the x is there to clear the search box, in which case I'd use the word 'clear' which would only appear after you've typed something.
> I think a back button is a fair way to return from the search screen, an X would make more sense if it was a modal I feel.
<img width="691" alt="screenshot 2019-01-23 at 12 25 23" src="https://user-images.githubusercontent.com/208756/51603510-4b999080-1f0a-11e9-8c31-d6878012ac65.png">
|
usab
|
as a user i d like the controls around the search box to be clearer currently the x doesn t close the search area it has no effect at all this is confusing however the back arrow button does close the area comments from airtable it looks like the x is there to clear the search box in which case i d use the word clear which would only appear after you ve typed something i think a back button is a fair way to return from the search screen an x would make more sense if it was a modal i feel img width alt screenshot at src
| 1
|
13,002
| 8,201,128,636
|
IssuesEvent
|
2018-09-01 14:01:05
|
lionheart/openradar-mirror
|
https://api.github.com/repos/lionheart/openradar-mirror
|
closed
|
42691502: Charging sound on MacBook is played even when sound is muted
|
classification:ui/usability reproducible:always status:open
|
#### Description
Summary:
On a recent MacBook if you plug in the charging cable the charging chime is played regardless of your volume setting. This is different to iOS, where the charging chime respects the volume settings and is not played while the volume is muted. Also this is different to earlier versions of OS X since my old MacBook Pro 13“ Mid 2012 didn’t have this issue.
This is especially annoying in very quite places like a library, where you don’t want to make any noise.
MacBook Pro 13“ 2016 with TouchBar, macOS 10.13.6 (17G65), German localization
Steps to Reproduce:
Take MacBook, turn off volume, plug in charging cable
Expected Results:
Hear no charging chime.
Actual Results:
Hear a charging chime.
Version:
macOS 10.13.6 (17G65)
Notes:
-
Product Version: macOS 10.13.6 (17G65)
Created: 2018-07-28T11:49:06.606230
Originated: 2018-07-28T13:49:00
Open Radar Link: http://www.openradar.me/42691502
|
True
|
42691502: Charging sound on MacBook is played even when sound is muted - #### Description
Summary:
On a recent MacBook if you plug in the charging cable the charging chime is played regardless of your volume setting. This is different to iOS, where the charging chime respects the volume settings and is not played while the volume is muted. Also this is different to earlier versions of OS X since my old MacBook Pro 13“ Mid 2012 didn’t have this issue.
This is especially annoying in very quite places like a library, where you don’t want to make any noise.
MacBook Pro 13“ 2016 with TouchBar, macOS 10.13.6 (17G65), German localization
Steps to Reproduce:
Take MacBook, turn off volume, plug in charging cable
Expected Results:
Hear no charging chime.
Actual Results:
Hear a charging chime.
Version:
macOS 10.13.6 (17G65)
Notes:
-
Product Version: macOS 10.13.6 (17G65)
Created: 2018-07-28T11:49:06.606230
Originated: 2018-07-28T13:49:00
Open Radar Link: http://www.openradar.me/42691502
|
usab
|
charging sound on macbook is played even when sound is muted description summary on a recent macbook if you plug in the charging cable the charging chime is played regardless of your volume setting this is different to ios where the charging chime respects the volume settings and is not played while the volume is muted also this is different to earlier versions of os x since my old macbook pro “ mid didn’t have this issue this is especially annoying in very quite places like a library where you don’t want to make any noise macbook pro “ with touchbar macos german localization steps to reproduce take macbook turn off volume plug in charging cable expected results hear no charging chime actual results hear a charging chime version macos notes product version macos created originated open radar link
| 1
|
23,957
| 23,177,700,132
|
IssuesEvent
|
2022-07-31 17:08:39
|
tailscale/tailscale
|
https://api.github.com/repos/tailscale/tailscale
|
closed
|
Control of advertised routes to nodes.
|
L1 Very few P3 Can't get started T6 Major usability
|
**Is your feature request related to a problem? Please describe.**
To my understanding (I might be proved wrong) when I "Enable subnet routes" it will advertise routes to all of the nodes and then only control i have is the ACL.
**Describe the solution you'd like**
I would like to filter/whitelist/blacklist where my routes are advertised.
**Describe alternatives you've considered**
I believe ```-accept-routes``` allows me to toggle routes on/off on the clients however I would like to see the functionality to either accept specific routes or allow to centrally manage it via ACL like JSON schema.
Also would be nice to add ```-accept-routes``` to windows client GUI.
**Additional context**
[PS.]( https://tailscale.com/kb/1019/install-subnets) might need updating, step 5.2 ```"Authorize subnet routes on the machine, so that Tailscale distributes the subnet routes to the rest of the nodes on your Tailscale network."``` It's not exactly clear that you have to click "Enable Subnet Routes". Docs on github would be nice.
|
True
|
Control of advertised routes to nodes. - **Is your feature request related to a problem? Please describe.**
To my understanding (I might be proved wrong) when I "Enable subnet routes" it will advertise routes to all of the nodes and then only control i have is the ACL.
**Describe the solution you'd like**
I would like to filter/whitelist/blacklist where my routes are advertised.
**Describe alternatives you've considered**
I believe ```-accept-routes``` allows me to toggle routes on/off on the clients however I would like to see the functionality to either accept specific routes or allow to centrally manage it via ACL like JSON schema.
Also would be nice to add ```-accept-routes``` to windows client GUI.
**Additional context**
[PS.]( https://tailscale.com/kb/1019/install-subnets) might need updating, step 5.2 ```"Authorize subnet routes on the machine, so that Tailscale distributes the subnet routes to the rest of the nodes on your Tailscale network."``` It's not exactly clear that you have to click "Enable Subnet Routes". Docs on github would be nice.
|
usab
|
control of advertised routes to nodes is your feature request related to a problem please describe to my understanding i might be proved wrong when i enable subnet routes it will advertise routes to all of the nodes and then only control i have is the acl describe the solution you d like i would like to filter whitelist blacklist where my routes are advertised describe alternatives you ve considered i believe accept routes allows me to toggle routes on off on the clients however i would like to see the functionality to either accept specific routes or allow to centrally manage it via acl like json schema also would be nice to add accept routes to windows client gui additional context might need updating step authorize subnet routes on the machine so that tailscale distributes the subnet routes to the rest of the nodes on your tailscale network it s not exactly clear that you have to click enable subnet routes docs on github would be nice
| 1
|
337,294
| 10,213,370,219
|
IssuesEvent
|
2019-08-14 21:59:03
|
GoogleContainerTools/skaffold
|
https://api.github.com/repos/GoogleContainerTools/skaffold
|
closed
|
skaffold run - python code not updating
|
area/deploy cmd/run deploy/helm kind/bug priority/awaiting-more-evidence
|
### Expected behavior
When I execute `skaffold run`, I expect the very next deployment to contain the python flask code changes that I have just made in PyCharm.
### Actual behaviour
Sometimes (but not always), the code changes are not reflected in the new container when I do this.
A fix is to do a git commit and rerun.
### Information
- Skaffold version: 3f0dab6
- Operating system: macOS High Sierra 10.13.6
- Contents of skaffold.yaml:
```yaml
apiVersion: skaffold/v1beta11
kind: Config
build:
artifacts:
- image: registry.../image
context: .
sync:
manual:
- src: "app/***/*.py"
dest: "/app/"
docker:
noCache: false
deploy:
helm:
releases:
- name: releasename
chartPath: ...
valuesFiles:
- overrides_jtlz2.yaml
values:
global.image: registry.../image
namespace: jtlz2
imageStrategy:
helm: {}
```
### Steps to reproduce the behaviour
1. `skaffold run`
I realise this is an incredibly difficult one to diagnose because it's intermittent, but that makes it no less frustrating. PyCharm? Image repo caching?
Is anyone else experiencing this?
Thanks for all help
|
1.0
|
skaffold run - python code not updating - ### Expected behavior
When I execute `skaffold run`, I expect the very next deployment to contain the python flask code changes that I have just made in PyCharm.
### Actual behaviour
Sometimes (but not always), the code changes are not reflected in the new container when I do this.
A fix is to do a git commit and rerun.
### Information
- Skaffold version: 3f0dab6
- Operating system: macOS High Sierra 10.13.6
- Contents of skaffold.yaml:
```yaml
apiVersion: skaffold/v1beta11
kind: Config
build:
artifacts:
- image: registry.../image
context: .
sync:
manual:
- src: "app/***/*.py"
dest: "/app/"
docker:
noCache: false
deploy:
helm:
releases:
- name: releasename
chartPath: ...
valuesFiles:
- overrides_jtlz2.yaml
values:
global.image: registry.../image
namespace: jtlz2
imageStrategy:
helm: {}
```
### Steps to reproduce the behaviour
1. `skaffold run`
I realise this is an incredibly difficult one to diagnose because it's intermittent, but that makes it no less frustrating. PyCharm? Image repo caching?
Is anyone else experiencing this?
Thanks for all help
|
non_usab
|
skaffold run python code not updating expected behavior when i execute skaffold run i expect the very next deployment to contain the python flask code changes that i have just made in pycharm actual behaviour sometimes but not always the code changes are not reflected in the new container when i do this a fix is to do a git commit and rerun information skaffold version operating system macos high sierra contents of skaffold yaml yaml apiversion skaffold kind config build artifacts image registry image context sync manual src app py dest app docker nocache false deploy helm releases name releasename chartpath valuesfiles overrides yaml values global image registry image namespace imagestrategy helm steps to reproduce the behaviour skaffold run i realise this is an incredibly difficult one to diagnose because it s intermittent but that makes it no less frustrating pycharm image repo caching is anyone else experiencing this thanks for all help
| 0
|
143,659
| 5,521,348,206
|
IssuesEvent
|
2017-03-19 14:55:49
|
JakeDaBoss/Pandemic
|
https://api.github.com/repos/JakeDaBoss/Pandemic
|
closed
|
Check out all items files.
|
Coding Medium Priority
|
Check out for stuff like ITEM.classes = {EOW}, or someshit like that, and remove it.
|
1.0
|
Check out all items files. - Check out for stuff like ITEM.classes = {EOW}, or someshit like that, and remove it.
|
non_usab
|
check out all items files check out for stuff like item classes eow or someshit like that and remove it
| 0
|
6,406
| 3,020,873,770
|
IssuesEvent
|
2015-07-31 11:02:07
|
pocoproject/poco
|
https://api.github.com/repos/pocoproject/poco
|
closed
|
Use Semantic Versioning for future releases
|
documentation
|
Starting with release 1.6.0, we'll use Semantic Versioning 2.0 (http://semver.org/spec/v2.0.0.html) for all subsequent POCO releases. This means the next release after 1.6.0 just fixing bugs will be 1.6.1, not 1.6.0p1. The next "feature" release after 1.6.0 will be 1.7.0.
|
1.0
|
Use Semantic Versioning for future releases - Starting with release 1.6.0, we'll use Semantic Versioning 2.0 (http://semver.org/spec/v2.0.0.html) for all subsequent POCO releases. This means the next release after 1.6.0 just fixing bugs will be 1.6.1, not 1.6.0p1. The next "feature" release after 1.6.0 will be 1.7.0.
|
non_usab
|
use semantic versioning for future releases starting with release we ll use semantic versioning for all subsequent poco releases this means the next release after just fixing bugs will be not the next feature release after will be
| 0
|
11,907
| 14,698,926,841
|
IssuesEvent
|
2021-01-04 07:34:22
|
GoogleCloudPlatform/fda-mystudies
|
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
|
opened
|
[SB] Issue in Instruction text field
|
Bug P1 Process: Dev
|
Steps:-
1. Configure an instruction step for the Questionnaire
2. Add the text in different lines and click on Done button and verify
A/R:- All the entered texts are displaying in a single line after Saving
E/R:- Entered text should be displayed as configured
Instance:- DEV
|
1.0
|
[SB] Issue in Instruction text field - Steps:-
1. Configure an instruction step for the Questionnaire
2. Add the text in different lines and click on Done button and verify
A/R:- All the entered texts are displaying in a single line after Saving
E/R:- Entered text should be displayed as configured
Instance:- DEV
|
non_usab
|
issue in instruction text field steps configure an instruction step for the questionnaire add the text in different lines and click on done button and verify a r all the entered texts are displaying in a single line after saving e r entered text should be displayed as configured instance dev
| 0
|
19,767
| 14,535,594,615
|
IssuesEvent
|
2020-12-15 05:58:28
|
NCAR/VAPOR
|
https://api.github.com/repos/NCAR/VAPOR
|
opened
|
Default Flow Seed Bias Weight to 1
|
Usability
|
The current default is 0 so the bias variable has no effect until you manually go change the weight.
|
True
|
Default Flow Seed Bias Weight to 1 - The current default is 0 so the bias variable has no effect until you manually go change the weight.
|
usab
|
default flow seed bias weight to the current default is so the bias variable has no effect until you manually go change the weight
| 1
|
23,838
| 23,025,803,910
|
IssuesEvent
|
2022-07-22 09:08:25
|
FreeMoveProject/dp_mobility_report
|
https://api.github.com/repos/FreeMoveProject/dp_mobility_report
|
closed
|
Don't show values below certain threshold
|
enhancement usability
|
As values below a certain threshold are not reliable anymore, depending on the privacy budget, they should not be published for usability reasons.
see section "removing unreliable metrics" for reference: https://arxiv.org/pdf/2004.04145.pdf
|
True
|
Don't show values below certain threshold -
As values below a certain threshold are not reliable anymore, depending on the privacy budget, they should not be published for usability reasons.
see section "removing unreliable metrics" for reference: https://arxiv.org/pdf/2004.04145.pdf
|
usab
|
don t show values below certain threshold as values below a certain threshold are not reliable anymore depending on the privacy budget they should not be published for usability reasons see section removing unreliable metrics for reference
| 1
|
18,729
| 13,172,073,941
|
IssuesEvent
|
2020-08-11 17:47:19
|
pulumi/pulumi
|
https://api.github.com/repos/pulumi/pulumi
|
closed
|
`history` command should be a sub-command under `stack`
|
area/cli impact/usability kind/bug
|
1. `pulumi history` should be `pulumi stack history` to be consistent with other stack-specific commands.
1. The help text for `pulumi history` should be updated. It currently says `Update history for a stack`, but has no _update_ capabilities.
```
clstokes % pulumi history --help
Update history for a stack
This command lists data about previous updates for a stack.
Usage:
pulumi history [flags]
...
```
|
True
|
`history` command should be a sub-command under `stack` - 1. `pulumi history` should be `pulumi stack history` to be consistent with other stack-specific commands.
1. The help text for `pulumi history` should be updated. It currently says `Update history for a stack`, but has no _update_ capabilities.
```
clstokes % pulumi history --help
Update history for a stack
This command lists data about previous updates for a stack.
Usage:
pulumi history [flags]
...
```
|
usab
|
history command should be a sub command under stack pulumi history should be pulumi stack history to be consistent with other stack specific commands the help text for pulumi history should be updated it currently says update history for a stack but has no update capabilities clstokes pulumi history help update history for a stack this command lists data about previous updates for a stack usage pulumi history
| 1
|
24,456
| 23,776,903,959
|
IssuesEvent
|
2022-09-01 22:03:40
|
OBOFoundry/OBOFoundry.github.io
|
https://api.github.com/repos/OBOFoundry/OBOFoundry.github.io
|
closed
|
Ability to sort ontologies list by column header
|
website usability feature attn: Technical WG
|
Suggested by Erick Antezana on obo-discuss:
- it would be great to be able to sort the ontologies (e.g. by name, by modification date, by prefix, ...)
Note: see #2 - for now we just listed Foundry at the top.
|
True
|
Ability to sort ontologies list by column header - Suggested by Erick Antezana on obo-discuss:
- it would be great to be able to sort the ontologies (e.g. by name, by modification date, by prefix, ...)
Note: see #2 - for now we just listed Foundry at the top.
|
usab
|
ability to sort ontologies list by column header suggested by erick antezana on obo discuss it would be great to be able to sort the ontologies e g by name by modification date by prefix note see for now we just listed foundry at the top
| 1
|
5,115
| 3,900,439,996
|
IssuesEvent
|
2016-04-18 06:02:18
|
lionheart/openradar-mirror
|
https://api.github.com/repos/lionheart/openradar-mirror
|
opened
|
12377078: Xib files: data that is unimportant shouldn't be interspersed with data that is vital
|
classification:ui/usability reproducible:not applicable
|
#### Description
Xib files are really hard to diff. Part of the problem is that they contain a lot of data that can get updated just by looking at them.
One possible solution could be to separate the data that is important from the data that is less important. An example of the latter would be the version number of the last version of Xcode to open he file. Then split each xib into a file package containing important.xml and notSoImportant.xml. The xib file should still be openable even if the notSoImportant.xml was corrupted.
-
Product Version: Xcode 4.4.1 (4F1003)
Created: 2012-09-26T16:07:26.053923
Originated: 2016-04-18T00:00:00
Open Radar Link: http://www.openradar.me/12377078
|
True
|
12377078: Xib files: data that is unimportant shouldn't be interspersed with data that is vital - #### Description
Xib files are really hard to diff. Part of the problem is that they contain a lot of data that can get updated just by looking at them.
One possible solution could be to separate the data that is important from the data that is less important. An example of the latter would be the version number of the last version of Xcode to open he file. Then split each xib into a file package containing important.xml and notSoImportant.xml. The xib file should still be openable even if the notSoImportant.xml was corrupted.
-
Product Version: Xcode 4.4.1 (4F1003)
Created: 2012-09-26T16:07:26.053923
Originated: 2016-04-18T00:00:00
Open Radar Link: http://www.openradar.me/12377078
|
usab
|
xib files data that is unimportant shouldn t be interspersed with data that is vital description xib files are really hard to diff part of the problem is that they contain a lot of data that can get updated just by looking at them one possible solution could be to separate the data that is important from the data that is less important an example of the latter would be the version number of the last version of xcode to open he file then split each xib into a file package containing important xml and notsoimportant xml the xib file should still be openable even if the notsoimportant xml was corrupted product version xcode created originated open radar link
| 1
|
11,075
| 7,050,241,499
|
IssuesEvent
|
2018-01-03 04:20:40
|
vmware/vsphere-storage-for-docker
|
https://api.github.com/repos/vmware/vsphere-storage-for-docker
|
closed
|
[Refactor] Use constants instead of literals on vmdkops service code
|
kind/usability wontfix
|
Some literals have been sprinkled instead of constants for them in vmdkops.py, vmdk_utils.py etc.
Make usage of constants wherever possible and have the definition on one place holder.
|
True
|
[Refactor] Use constants instead of literals on vmdkops service code - Some literals have been sprinkled instead of constants for them in vmdkops.py, vmdk_utils.py etc.
Make usage of constants wherever possible and have the definition on one place holder.
|
usab
|
use constants instead of literals on vmdkops service code some literals have been sprinkled instead of constants for them in vmdkops py vmdk utils py etc make usage of constants wherever possible and have the definition on one place holder
| 1
|
12,361
| 7,833,591,419
|
IssuesEvent
|
2018-06-16 00:35:40
|
coreos/bugs
|
https://api.github.com/repos/coreos/bugs
|
closed
|
Ignition should support filesystem reuse semantics for partitioning
|
area/usability component/ignition kind/friction team/tools
|
# Issue Report #
## Bug ##
### Container Linux Version ###
```
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1632.3.0
VERSION_ID=1632.3.0
BUILD_ID=2018-02-14-0338
PRETTY_NAME="Container Linux by CoreOS 1632.3.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"
```
### Environment ###
AWS with EBS data volume
### Expected Behavior ###
Ignition should skip trying to partition the disk if it has already been partitioned but it is not doing this.
Per another issue I tried the `wipeTable: false` and `wipeFilesystem: false` flags but they don't seem to have any effect.
### Actual Behavior ###
The first time Ignition runs, it creates the partition and everything works correctly.
The problem is when attempting to attach the EBS volume to a new instance after creating the partition table and directories, etc and then rerunning Ignition on the new server.
```
systemd[1]: Starting Ignition (disks)...
ignition[405]: Ignition v0.20.1
ignition[405]: reading system config file "/usr/lib/ignition/base.ign"
ignition[405]: no config URL provided
ignition[405]: reading system config file "/usr/lib/ignition/user.ign"
ignition[405]: no config at "/usr/lib/ignition/user.ign"
ignition[405]: disks: createPartitions: op(1): [started] waiting for devices [/dev/xvdb]
ignition[405]: disks: createPartitions: op(1): [finished] waiting for devices [/dev/xvdb]
ignition[405]: disks: createPartitions: created device alias for "/dev/xvdb": "/dev_aliases/dev/xvdb" -> "/dev/xvdb"
ignition[405]: [ 2.678373] xvdb: xvdb1
disks: createPartitions: op(2): [started] partitioning "/dev_aliases/dev/xvdb"FAILED Failed to start Ignition (disks).
See 'systemctl status ignition-disks.service' for details.
Dependency failed for Ignition (record completion).
Dependency failed for Initrd Default Target.
Dependency failed for Ignition (files).
```
and later in the logs.
```
systemd[1]: ignition-disks.service: Main process exited, code=exited, status=1/FAILURE
ignition[405]: disks: createPartitions: op(2): op(3): [started] creating 1 partitions on "/dev_aliases/dev/xvdb"
systemd[1]: ignition-disks.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Ignition (disks).
ignition[405]: disks: createPartitions: op(2): op(3): [failed] creating 1 partitions on "/dev_aliases/dev/xvdb": exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: Dependency failed for Ignition (record completion).
ignition[405]: disks: createPartitions: op(2): [failed] partitioning "/dev_aliases/dev/xvdb": commit failure: create partitions failed: exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: Dependency failed for Initrd Default Target.
ignition[405]: disks: create partitions failed: commit failure: create partitions failed: exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: initrd.target: Job initrd.target/start failed with result 'dependency'.
systemd[1]: initrd.target: Triggering OnFailure= dependencies.
systemd[1]: ignition-quench.service: Job ignition-quench.service/start failed with result 'dependency'.
systemd[1]: Dependency failed for Ignition (files).
```
### Reproduction Steps ###
1. Run Ignition to create the initial disk configuration with the floating EBS volume to be reused across servers
2. Destroy original server and reattach volume to new servers
3. Run Ignition on the new server
### Other Information ###
I have been able to get the server to boot correctly by removing everything in the `storage.disks` declaration, but am hoping to avoid this because it adds extra manual steps after provisioning once.
Here's basically what the configuration looks like.
```
{
"ignition": {
"config": {},
"timeouts": {},
"version": "2.1.0"
},
"networkd": {},
"passwd": {},
"storage": {
"directories": [
{
"filesystem": "data",
"group": {
"id": 500
},
"path": "/path1",
"user": {
"id": 500
},
"mode": 511
},
{
"filesystem": "data",
"group": {
"id": 500
},
"path": "/path2",
"user": {
"id": 500
}
}
],
"disks": [
{
"device": "/dev/xvdb",
"wipeTable": false,
"partitions": [
{
"label": "STATEFUL",
"number": 1
}
]
}
],
"filesystems": [
{
"mount": {
"device": "/dev/xvdb1",
"format": "ext4",
"wipeFilesystem": false,
"label": "STATEFUL"
},
"name": "data"
}
]
}
}
```
|
True
|
Ignition should support filesystem reuse semantics for partitioning - # Issue Report #
## Bug ##
### Container Linux Version ###
```
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1632.3.0
VERSION_ID=1632.3.0
BUILD_ID=2018-02-14-0338
PRETTY_NAME="Container Linux by CoreOS 1632.3.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"
```
### Environment ###
AWS with EBS data volume
### Expected Behavior ###
Ignition should skip trying to partition the disk if it has already been partitioned but it is not doing this.
Per another issue I tried the `wipeTable: false` and `wipeFilesystem: false` flags but they don't seem to have any effect.
### Actual Behavior ###
The first time Ignition runs, it creates the partition and everything works correctly.
The problem is when attempting to attach the EBS volume to a new instance after creating the partition table and directories, etc and then rerunning Ignition on the new server.
```
systemd[1]: Starting Ignition (disks)...
ignition[405]: Ignition v0.20.1
ignition[405]: reading system config file "/usr/lib/ignition/base.ign"
ignition[405]: no config URL provided
ignition[405]: reading system config file "/usr/lib/ignition/user.ign"
ignition[405]: no config at "/usr/lib/ignition/user.ign"
ignition[405]: disks: createPartitions: op(1): [started] waiting for devices [/dev/xvdb]
ignition[405]: disks: createPartitions: op(1): [finished] waiting for devices [/dev/xvdb]
ignition[405]: disks: createPartitions: created device alias for "/dev/xvdb": "/dev_aliases/dev/xvdb" -> "/dev/xvdb"
ignition[405]: [ 2.678373] xvdb: xvdb1
disks: createPartitions: op(2): [started] partitioning "/dev_aliases/dev/xvdb"FAILED Failed to start Ignition (disks).
See 'systemctl status ignition-disks.service' for details.
Dependency failed for Ignition (record completion).
Dependency failed for Initrd Default Target.
Dependency failed for Ignition (files).
```
and later in the logs.
```
systemd[1]: ignition-disks.service: Main process exited, code=exited, status=1/FAILURE
ignition[405]: disks: createPartitions: op(2): op(3): [started] creating 1 partitions on "/dev_aliases/dev/xvdb"
systemd[1]: ignition-disks.service: Failed with result 'exit-code'.
systemd[1]: Failed to start Ignition (disks).
ignition[405]: disks: createPartitions: op(2): op(3): [failed] creating 1 partitions on "/dev_aliases/dev/xvdb": exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: Dependency failed for Ignition (record completion).
ignition[405]: disks: createPartitions: op(2): [failed] partitioning "/dev_aliases/dev/xvdb": commit failure: create partitions failed: exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: Dependency failed for Initrd Default Target.
ignition[405]: disks: create partitions failed: commit failure: create partitions failed: exit status 4: Cmd: "/usr/sbin/sgdisk" "--new=1:0:+0" "--change-name=1:STATEFUL" "/dev_aliases/dev/xvdb" Stdout: "Setting name!\npartNum is 0\nREALLY setting name!\n" Stderr: "Could not create partition 1 from 34 to 2047\nError encountered; not saving changes.\n"
systemd[1]: initrd.target: Job initrd.target/start failed with result 'dependency'.
systemd[1]: initrd.target: Triggering OnFailure= dependencies.
systemd[1]: ignition-quench.service: Job ignition-quench.service/start failed with result 'dependency'.
systemd[1]: Dependency failed for Ignition (files).
```
### Reproduction Steps ###
1. Run Ignition to create the initial disk configuration with the floating EBS volume to be reused across servers
2. Destroy original server and reattach volume to new servers
3. Run Ignition on the new server
### Other Information ###
I have been able to get the server to boot correctly by removing everything in the `storage.disks` declaration, but am hoping to avoid this because it adds extra manual steps after provisioning once.
Here's basically what the configuration looks like.
```
{
"ignition": {
"config": {},
"timeouts": {},
"version": "2.1.0"
},
"networkd": {},
"passwd": {},
"storage": {
"directories": [
{
"filesystem": "data",
"group": {
"id": 500
},
"path": "/path1",
"user": {
"id": 500
},
"mode": 511
},
{
"filesystem": "data",
"group": {
"id": 500
},
"path": "/path2",
"user": {
"id": 500
}
}
],
"disks": [
{
"device": "/dev/xvdb",
"wipeTable": false,
"partitions": [
{
"label": "STATEFUL",
"number": 1
}
]
}
],
"filesystems": [
{
"mount": {
"device": "/dev/xvdb1",
"format": "ext4",
"wipeFilesystem": false,
"label": "STATEFUL"
},
"name": "data"
}
]
}
}
```
|
usab
|
ignition should support filesystem reuse semantics for partitioning issue report bug container linux version name container linux by coreos id coreos version version id build id pretty name container linux by coreos ladybug ansi color home url bug report url coreos board usr environment aws with ebs data volume expected behavior ignition should skip trying to partition the disk if it has already been partitioned but it is not doing this per another issue i tried the wipetable false and wipefilesystem false flags but they don t seem to have any effect actual behavior the first time ignition runs it creates the partition and everything works correctly the problem is when attempting to attach the ebs volume to a new instance after creating the partition table and directories etc and then rerunning ignition on the new server systemd starting ignition disks ignition ignition ignition reading system config file usr lib ignition base ign ignition no config url provided ignition reading system config file usr lib ignition user ign ignition no config at usr lib ignition user ign ignition disks createpartitions op waiting for devices ignition disks createpartitions op waiting for devices ignition disks createpartitions created device alias for dev xvdb dev aliases dev xvdb dev xvdb ignition xvdb disks createpartitions op partitioning dev aliases dev xvdb failed failed to start ignition disks see systemctl status ignition disks service for details dependency failed for ignition record completion dependency failed for initrd default target dependency failed for ignition files and later in the logs systemd ignition disks service main process exited code exited status failure ignition disks createpartitions op op creating partitions on dev aliases dev xvdb systemd ignition disks service failed with result exit code systemd failed to start ignition disks ignition disks createpartitions op op creating partitions on dev aliases dev xvdb exit status cmd usr sbin sgdisk new change name stateful dev aliases dev xvdb stdout setting name npartnum is nreally setting name n stderr could not create partition from to nerror encountered not saving changes n systemd dependency failed for ignition record completion ignition disks createpartitions op partitioning dev aliases dev xvdb commit failure create partitions failed exit status cmd usr sbin sgdisk new change name stateful dev aliases dev xvdb stdout setting name npartnum is nreally setting name n stderr could not create partition from to nerror encountered not saving changes n systemd dependency failed for initrd default target ignition disks create partitions failed commit failure create partitions failed exit status cmd usr sbin sgdisk new change name stateful dev aliases dev xvdb stdout setting name npartnum is nreally setting name n stderr could not create partition from to nerror encountered not saving changes n systemd initrd target job initrd target start failed with result dependency systemd initrd target triggering onfailure dependencies systemd ignition quench service job ignition quench service start failed with result dependency systemd dependency failed for ignition files reproduction steps run ignition to create the initial disk configuration with the floating ebs volume to be reused across servers destroy original server and reattach volume to new servers run ignition on the new server other information i have been able to get the server to boot correctly by removing everything in the storage disks declaration but am hoping to avoid this because it adds extra manual steps after provisioning once here s basically what the configuration looks like ignition config timeouts version networkd passwd storage directories filesystem data group id path user id mode filesystem data group id path user id disks device dev xvdb wipetable false partitions label stateful number filesystems mount device dev format wipefilesystem false label stateful name data
| 1
|
472,176
| 13,617,691,195
|
IssuesEvent
|
2020-09-23 17:23:06
|
SirPlease/L4D2-Competitive-Rework
|
https://api.github.com/repos/SirPlease/L4D2-Competitive-Rework
|
closed
|
Unused and missing plugins
|
LowPriority
|
You have a lot of unused plugins (not a big deal) and a few missing plugins that you're trying to load in your revamped configs.
```
$ ./checkPlugin.sh apex apex
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/apex/1v1eq.smx
addons/sourcemod/plugins/optional/apex/1v1_skeetstats.smx
addons/sourcemod/plugins/optional/apex/aitankgank.smx
addons/sourcemod/plugins/optional/apex/autocommunicator.smx
addons/sourcemod/plugins/optional/apex/bequiet.smx
addons/sourcemod/plugins/optional/apex/chargerdamage.smx
addons/sourcemod/plugins/optional/apex/christmas_surprise.smx
addons/sourcemod/plugins/optional/apex/dmg_during_tank.smx
addons/sourcemod/plugins/optional/apex/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/apex/frozen_tank_fix.smx
addons/sourcemod/plugins/optional/apex/holdout_bonus.smx
addons/sourcemod/plugins/optional/apex/huntercrouchsound.smx
addons/sourcemod/plugins/optional/apex/l4d2_character_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_director_commonlimit_block.smx
addons/sourcemod/plugins/optional/apex/l4d2_explosiondmg_prev.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockeyed_charger_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockeyed_ladder_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockey_jumpcap_patch.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockey_skeet.smx
addons/sourcemod/plugins/optional/apex/l4d2_meleecontrol.smx
addons/sourcemod/plugins/optional/apex/l4d2_nobackjump.smx
addons/sourcemod/plugins/optional/apex/l4d2_noghostcheat.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_m2_hunters.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_post_jockey_deadstops.smx
addons/sourcemod/plugins/optional/apex/l4d2_nosey_parker.smx
addons/sourcemod/plugins/optional/apex/l4d2_notankautoaim.smx
addons/sourcemod/plugins/optional/apex/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/apex/l4d2_riotcops.smx
addons/sourcemod/plugins/optional/apex/l4d2_saferoom_gun_control.smx
addons/sourcemod/plugins/optional/apex/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/apex/l4d2_slowdown_control.smx
addons/sourcemod/plugins/optional/apex/l4d2_sniper_bodyshot.smx
addons/sourcemod/plugins/optional/apex/l4d2_sniper_precache.smx
addons/sourcemod/plugins/optional/apex/l4d2_sound_manipulation.smx
addons/sourcemod/plugins/optional/apex/l4d2_swapduringtank.smx
addons/sourcemod/plugins/optional/apex/l4dhots.smx
addons/sourcemod/plugins/optional/apex/l4d_mapbased_cvars.smx
addons/sourcemod/plugins/optional/apex/l4d_notank.smx
addons/sourcemod/plugins/optional/apex/l4d_si_slowdown.smx
addons/sourcemod/plugins/optional/apex/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/apex/l4d_tank_rush.smx
addons/sourcemod/plugins/optional/apex/musical_jockeys.smx
addons/sourcemod/plugins/optional/apex/noboom_nohorde.smx
addons/sourcemod/plugins/optional/apex/playermanagement.smx
addons/sourcemod/plugins/optional/apex/scoremod2.smx
addons/sourcemod/plugins/optional/apex/server_namer.smx
addons/sourcemod/plugins/optional/apex/spawnstatefix.smx
addons/sourcemod/plugins/optional/apex/staggerblock.smx
addons/sourcemod/plugins/optional/apex/staggersolver.smx
addons/sourcemod/plugins/optional/apex/swamp_finale_fix.smx
addons/sourcemod/plugins/optional/apex/TickrateFixes.smx
addons/sourcemod/plugins/optional/apex/unified_dist.smx
addons/sourcemod/plugins/optional/apex/waterslowdownduringtank.smx
------------------------
List of missing plugins:
------------------------
```
```
$ ./checkPlugin.sh elite pmelite
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/elite/boss_equalizer.smx
addons/sourcemod/plugins/optional/elite/cfg_motd.smx
addons/sourcemod/plugins/optional/elite/huntercrouchsound.smx
addons/sourcemod/plugins/optional/elite/l4d2_godframes_control.smx
addons/sourcemod/plugins/optional/elite/l4d2_noghostcheat.smx
addons/sourcemod/plugins/optional/elite/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/elite/l4d2_smoker_drag_damage_interval_zone.smx
addons/sourcemod/plugins/optional/elite/l4d2_tankmelee_gunswap.smx
addons/sourcemod/plugins/optional/elite/l4d2_weapon_attributes.smx
addons/sourcemod/plugins/optional/elite/l4d_witch_damage_announce.smx
addons/sourcemod/plugins/optional/elite/witch_and_tankifier_j.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/pmelite/confogl_plugins.cfg:sm plugins load optional/elite/l4d_weapon_attributes.smx
```
```
$ ./checkPlugin.sh eq eq eq1v1 eq2v2 eq3v3
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/eq/1v1eq.smx
addons/sourcemod/plugins/optional/eq/1v1_skeetstats.smx
addons/sourcemod/plugins/optional/eq/aitankgank.smx
addons/sourcemod/plugins/optional/eq/autocommunicator.smx
addons/sourcemod/plugins/optional/eq/boss_equalizer.smx
addons/sourcemod/plugins/optional/eq/cannounce.smx
addons/sourcemod/plugins/optional/eq/caster_addons.smx
addons/sourcemod/plugins/optional/eq/caster_assister.smx
addons/sourcemod/plugins/optional/eq/cfg_motd.smx
addons/sourcemod/plugins/optional/eq/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/eq/l4d2_character_fix.smx
addons/sourcemod/plugins/optional/eq/l4d2_director_commonlimit_block.smx
addons/sourcemod/plugins/optional/eq/l4d2_dominatorscontrol.smx
addons/sourcemod/plugins/optional/eq/l4d2_ladderblock.smx
addons/sourcemod/plugins/optional/eq/l4d2_m2_control.smx
addons/sourcemod/plugins/optional/eq/l4d2_meleecontrol.smx
addons/sourcemod/plugins/optional/eq/l4d2_nobackjump.smx
addons/sourcemod/plugins/optional/eq/l4d2_nosey_parker.smx
addons/sourcemod/plugins/optional/eq/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/eq/l4d2_playstats.smx
addons/sourcemod/plugins/optional/eq/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/eq/l4d2_sound_manipulation.smx
addons/sourcemod/plugins/optional/eq/l4d2_tank_announce.smx
addons/sourcemod/plugins/optional/eq/l4d2_tank_attack_control.smx
addons/sourcemod/plugins/optional/eq/l4d2_uncommon_blocker.smx
addons/sourcemod/plugins/optional/eq/l4d2_witch_restore.smx
addons/sourcemod/plugins/optional/eq/l4d_mapbased_cvars.smx
addons/sourcemod/plugins/optional/eq/l4d_notank.smx
addons/sourcemod/plugins/optional/eq/l4d_tank_damage_announce.smx
addons/sourcemod/plugins/optional/eq/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/eq/lerpmonitor.smx
addons/sourcemod/plugins/optional/eq/musical_jockeys.smx
addons/sourcemod/plugins/optional/eq/nodeathcamskip.smx
addons/sourcemod/plugins/optional/eq/panel_text.smx
addons/sourcemod/plugins/optional/eq/pause.smx
addons/sourcemod/plugins/optional/eq/ratemonitor.smx
addons/sourcemod/plugins/optional/eq/readyup.smx
addons/sourcemod/plugins/optional/eq/scoremod2.smx
addons/sourcemod/plugins/optional/eq/spechud.smx
addons/sourcemod/plugins/optional/eq/staggerblock.smx
addons/sourcemod/plugins/optional/eq/swamp_finale_fix.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/simple-chatprocessor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/survivor_mvp.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/l4d_tank_damage_announce.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/lerpmonitor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/ratemonitor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/l4d2_tank_announce.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/readyup.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/caster_addons.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/caster_assister.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/pause.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/panel_text.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/boss_equalizer.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/spechud.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/slots_vote.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_playstats.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_skill_detect.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/autopause.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/1v1_skeetstats.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/1v1eq.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d_notank.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_meleecontrol.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjump.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_sound_manipulation.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_playstats.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_skill_detect.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/witch_and_tankifier.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/aitankgank.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_dominatorscontrol.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjumps.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_nosey_parker.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_weapondrop.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_playstats.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_skill_detect.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/witch_and_tankifier.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/aitankgank.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_dominatorscontrol.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjumps.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_nosey_parker.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_weapondrop.smx
```
```
$ ./checkPlugin.sh zonemod zonemod zm1v1 zm2v2 zm3v3
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/zonemod/autocommunicator.smx
addons/sourcemod/plugins/optional/zonemod/beta/l4d2_tank_frustration_gain.smx
addons/sourcemod/plugins/optional/zonemod/chargerdamage.smx
addons/sourcemod/plugins/optional/zonemod/christmas_surprise.smx
addons/sourcemod/plugins/optional/zonemod/dmg_during_tank.smx
addons/sourcemod/plugins/optional/zonemod/eq2_scoremod.smx
addons/sourcemod/plugins/optional/zonemod/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/zonemod/holdout_bonus.smx
addons/sourcemod/plugins/optional/zonemod/huntercrouchsound.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_antigodframer.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_fix_si_spawns.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_jockey_skeet.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_ladderblock.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_m2_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_nospitterduringtank.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_notankautoaim.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_riotcops.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_saferoom_gun_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_scoremod.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_slowdown_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_sniper_bodyshot.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_sniper_precache.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_swapduringtank.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_attack_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_charger_m2_fix.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_frustration_gain.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_melee_fury.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_uniform_spit.smx
addons/sourcemod/plugins/optional/zonemod/l4d_si_slowdown.smx
addons/sourcemod/plugins/optional/zonemod/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/zonemod/l4d_tank_rush.smx
addons/sourcemod/plugins/optional/zonemod/MeleeInTheSafeRoom.smx
addons/sourcemod/plugins/optional/zonemod/musical_jockeys.smx
addons/sourcemod/plugins/optional/zonemod/noboom_nohorde.smx
addons/sourcemod/plugins/optional/zonemod/scoremod2.smx
addons/sourcemod/plugins/optional/zonemod/server_namer.smx
addons/sourcemod/plugins/optional/zonemod/spawnstatefix.smx
addons/sourcemod/plugins/optional/zonemod/staggerblock.smx
addons/sourcemod/plugins/optional/zonemod/staggersolver.smx
addons/sourcemod/plugins/optional/zonemod/swamp_finale_fix.smx
addons/sourcemod/plugins/optional/zonemod/unified_dist.smx
addons/sourcemod/plugins/optional/zonemod/waterslowdownduringtank.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/zm2v2/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_weapondrop.smx
cfg/cfgogl/zm3v3/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_weapondrop.smx
```
|
1.0
|
Unused and missing plugins - You have a lot of unused plugins (not a big deal) and a few missing plugins that you're trying to load in your revamped configs.
```
$ ./checkPlugin.sh apex apex
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/apex/1v1eq.smx
addons/sourcemod/plugins/optional/apex/1v1_skeetstats.smx
addons/sourcemod/plugins/optional/apex/aitankgank.smx
addons/sourcemod/plugins/optional/apex/autocommunicator.smx
addons/sourcemod/plugins/optional/apex/bequiet.smx
addons/sourcemod/plugins/optional/apex/chargerdamage.smx
addons/sourcemod/plugins/optional/apex/christmas_surprise.smx
addons/sourcemod/plugins/optional/apex/dmg_during_tank.smx
addons/sourcemod/plugins/optional/apex/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/apex/frozen_tank_fix.smx
addons/sourcemod/plugins/optional/apex/holdout_bonus.smx
addons/sourcemod/plugins/optional/apex/huntercrouchsound.smx
addons/sourcemod/plugins/optional/apex/l4d2_character_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_director_commonlimit_block.smx
addons/sourcemod/plugins/optional/apex/l4d2_explosiondmg_prev.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockeyed_charger_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockeyed_ladder_fix.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockey_jumpcap_patch.smx
addons/sourcemod/plugins/optional/apex/l4d2_jockey_skeet.smx
addons/sourcemod/plugins/optional/apex/l4d2_meleecontrol.smx
addons/sourcemod/plugins/optional/apex/l4d2_nobackjump.smx
addons/sourcemod/plugins/optional/apex/l4d2_noghostcheat.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_m2_hunters.smx
addons/sourcemod/plugins/optional/apex/l4d2_no_post_jockey_deadstops.smx
addons/sourcemod/plugins/optional/apex/l4d2_nosey_parker.smx
addons/sourcemod/plugins/optional/apex/l4d2_notankautoaim.smx
addons/sourcemod/plugins/optional/apex/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/apex/l4d2_riotcops.smx
addons/sourcemod/plugins/optional/apex/l4d2_saferoom_gun_control.smx
addons/sourcemod/plugins/optional/apex/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/apex/l4d2_slowdown_control.smx
addons/sourcemod/plugins/optional/apex/l4d2_sniper_bodyshot.smx
addons/sourcemod/plugins/optional/apex/l4d2_sniper_precache.smx
addons/sourcemod/plugins/optional/apex/l4d2_sound_manipulation.smx
addons/sourcemod/plugins/optional/apex/l4d2_swapduringtank.smx
addons/sourcemod/plugins/optional/apex/l4dhots.smx
addons/sourcemod/plugins/optional/apex/l4d_mapbased_cvars.smx
addons/sourcemod/plugins/optional/apex/l4d_notank.smx
addons/sourcemod/plugins/optional/apex/l4d_si_slowdown.smx
addons/sourcemod/plugins/optional/apex/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/apex/l4d_tank_rush.smx
addons/sourcemod/plugins/optional/apex/musical_jockeys.smx
addons/sourcemod/plugins/optional/apex/noboom_nohorde.smx
addons/sourcemod/plugins/optional/apex/playermanagement.smx
addons/sourcemod/plugins/optional/apex/scoremod2.smx
addons/sourcemod/plugins/optional/apex/server_namer.smx
addons/sourcemod/plugins/optional/apex/spawnstatefix.smx
addons/sourcemod/plugins/optional/apex/staggerblock.smx
addons/sourcemod/plugins/optional/apex/staggersolver.smx
addons/sourcemod/plugins/optional/apex/swamp_finale_fix.smx
addons/sourcemod/plugins/optional/apex/TickrateFixes.smx
addons/sourcemod/plugins/optional/apex/unified_dist.smx
addons/sourcemod/plugins/optional/apex/waterslowdownduringtank.smx
------------------------
List of missing plugins:
------------------------
```
```
$ ./checkPlugin.sh elite pmelite
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/elite/boss_equalizer.smx
addons/sourcemod/plugins/optional/elite/cfg_motd.smx
addons/sourcemod/plugins/optional/elite/huntercrouchsound.smx
addons/sourcemod/plugins/optional/elite/l4d2_godframes_control.smx
addons/sourcemod/plugins/optional/elite/l4d2_noghostcheat.smx
addons/sourcemod/plugins/optional/elite/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/elite/l4d2_smoker_drag_damage_interval_zone.smx
addons/sourcemod/plugins/optional/elite/l4d2_tankmelee_gunswap.smx
addons/sourcemod/plugins/optional/elite/l4d2_weapon_attributes.smx
addons/sourcemod/plugins/optional/elite/l4d_witch_damage_announce.smx
addons/sourcemod/plugins/optional/elite/witch_and_tankifier_j.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/pmelite/confogl_plugins.cfg:sm plugins load optional/elite/l4d_weapon_attributes.smx
```
```
$ ./checkPlugin.sh eq eq eq1v1 eq2v2 eq3v3
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/eq/1v1eq.smx
addons/sourcemod/plugins/optional/eq/1v1_skeetstats.smx
addons/sourcemod/plugins/optional/eq/aitankgank.smx
addons/sourcemod/plugins/optional/eq/autocommunicator.smx
addons/sourcemod/plugins/optional/eq/boss_equalizer.smx
addons/sourcemod/plugins/optional/eq/cannounce.smx
addons/sourcemod/plugins/optional/eq/caster_addons.smx
addons/sourcemod/plugins/optional/eq/caster_assister.smx
addons/sourcemod/plugins/optional/eq/cfg_motd.smx
addons/sourcemod/plugins/optional/eq/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/eq/l4d2_character_fix.smx
addons/sourcemod/plugins/optional/eq/l4d2_director_commonlimit_block.smx
addons/sourcemod/plugins/optional/eq/l4d2_dominatorscontrol.smx
addons/sourcemod/plugins/optional/eq/l4d2_ladderblock.smx
addons/sourcemod/plugins/optional/eq/l4d2_m2_control.smx
addons/sourcemod/plugins/optional/eq/l4d2_meleecontrol.smx
addons/sourcemod/plugins/optional/eq/l4d2_nobackjump.smx
addons/sourcemod/plugins/optional/eq/l4d2_nosey_parker.smx
addons/sourcemod/plugins/optional/eq/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/eq/l4d2_playstats.smx
addons/sourcemod/plugins/optional/eq/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/eq/l4d2_sound_manipulation.smx
addons/sourcemod/plugins/optional/eq/l4d2_tank_announce.smx
addons/sourcemod/plugins/optional/eq/l4d2_tank_attack_control.smx
addons/sourcemod/plugins/optional/eq/l4d2_uncommon_blocker.smx
addons/sourcemod/plugins/optional/eq/l4d2_witch_restore.smx
addons/sourcemod/plugins/optional/eq/l4d_mapbased_cvars.smx
addons/sourcemod/plugins/optional/eq/l4d_notank.smx
addons/sourcemod/plugins/optional/eq/l4d_tank_damage_announce.smx
addons/sourcemod/plugins/optional/eq/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/eq/lerpmonitor.smx
addons/sourcemod/plugins/optional/eq/musical_jockeys.smx
addons/sourcemod/plugins/optional/eq/nodeathcamskip.smx
addons/sourcemod/plugins/optional/eq/panel_text.smx
addons/sourcemod/plugins/optional/eq/pause.smx
addons/sourcemod/plugins/optional/eq/ratemonitor.smx
addons/sourcemod/plugins/optional/eq/readyup.smx
addons/sourcemod/plugins/optional/eq/scoremod2.smx
addons/sourcemod/plugins/optional/eq/spechud.smx
addons/sourcemod/plugins/optional/eq/staggerblock.smx
addons/sourcemod/plugins/optional/eq/swamp_finale_fix.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/simple-chatprocessor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/survivor_mvp.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/l4d_tank_damage_announce.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/lerpmonitor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/ratemonitor.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/l4d2_tank_announce.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/readyup.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/caster_addons.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/caster_assister.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/pause.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/panel_text.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/boss_equalizer.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/spechud.smx
cfg/cfgogl/eq/shared_plugins.cfg:sm plugins load optional/zonemod/slots_vote.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_playstats.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_skill_detect.smx
cfg/cfgogl/eq/confogl_plugins.cfg:sm plugins load optional/zonemod/autopause.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/1v1_skeetstats.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/1v1eq.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d_notank.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_meleecontrol.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjump.smx
cfg/cfgogl/eq1v1/confogl_plugins.cfg:sm plugins load optional/l4d2_sound_manipulation.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_playstats.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_skill_detect.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/witch_and_tankifier.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/aitankgank.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_dominatorscontrol.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjumps.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_nosey_parker.smx
cfg/cfgogl/eq2v2/confogl_plugins.cfg:sm plugins load optional/l4d2_weapondrop.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_playstats.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_skill_detect.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/witch_and_tankifier.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/aitankgank.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_character_fix.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_director_commonlimit_block.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_dominatorscontrol.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d_mapbased_cvars.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_nobackjumps.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_nosey_parker.smx
cfg/cfgogl/eq3v3/confogl_plugins.cfg:sm plugins load optional/l4d2_weapondrop.smx
```
```
$ ./checkPlugin.sh zonemod zonemod zm1v1 zm2v2 zm3v3
-----------------------
List of unused plugins:
-----------------------
addons/sourcemod/plugins/optional/zonemod/autocommunicator.smx
addons/sourcemod/plugins/optional/zonemod/beta/l4d2_tank_frustration_gain.smx
addons/sourcemod/plugins/optional/zonemod/chargerdamage.smx
addons/sourcemod/plugins/optional/zonemod/christmas_surprise.smx
addons/sourcemod/plugins/optional/zonemod/dmg_during_tank.smx
addons/sourcemod/plugins/optional/zonemod/eq2_scoremod.smx
addons/sourcemod/plugins/optional/zonemod/finale_tank_blocker.smx
addons/sourcemod/plugins/optional/zonemod/holdout_bonus.smx
addons/sourcemod/plugins/optional/zonemod/huntercrouchsound.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_antigodframer.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_fix_si_spawns.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_jockey_skeet.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_ladderblock.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_m2_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_no_hunter_deadstops.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_nospitterduringtank.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_notankautoaim.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_penalty_bonus.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_riotcops.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_saferoom_gun_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_scoremod.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_si_suicide.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_slowdown_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_sniper_bodyshot.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_sniper_precache.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_swapduringtank.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_attack_control.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_charger_m2_fix.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_frustration_gain.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_tank_melee_fury.smx
addons/sourcemod/plugins/optional/zonemod/l4d2_uniform_spit.smx
addons/sourcemod/plugins/optional/zonemod/l4d_si_slowdown.smx
addons/sourcemod/plugins/optional/zonemod/l4d_tank_hittable_refill.smx
addons/sourcemod/plugins/optional/zonemod/l4d_tank_rush.smx
addons/sourcemod/plugins/optional/zonemod/MeleeInTheSafeRoom.smx
addons/sourcemod/plugins/optional/zonemod/musical_jockeys.smx
addons/sourcemod/plugins/optional/zonemod/noboom_nohorde.smx
addons/sourcemod/plugins/optional/zonemod/scoremod2.smx
addons/sourcemod/plugins/optional/zonemod/server_namer.smx
addons/sourcemod/plugins/optional/zonemod/spawnstatefix.smx
addons/sourcemod/plugins/optional/zonemod/staggerblock.smx
addons/sourcemod/plugins/optional/zonemod/staggersolver.smx
addons/sourcemod/plugins/optional/zonemod/swamp_finale_fix.smx
addons/sourcemod/plugins/optional/zonemod/unified_dist.smx
addons/sourcemod/plugins/optional/zonemod/waterslowdownduringtank.smx
------------------------
List of missing plugins:
------------------------
cfg/cfgogl/zm2v2/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_weapondrop.smx
cfg/cfgogl/zm3v3/confogl_plugins.cfg:sm plugins load optional/zonemod/l4d2_weapondrop.smx
```
|
non_usab
|
unused and missing plugins you have a lot of unused plugins not a big deal and a few missing plugins that you re trying to load in your revamped configs checkplugin sh apex apex list of unused plugins addons sourcemod plugins optional apex smx addons sourcemod plugins optional apex skeetstats smx addons sourcemod plugins optional apex aitankgank smx addons sourcemod plugins optional apex autocommunicator smx addons sourcemod plugins optional apex bequiet smx addons sourcemod plugins optional apex chargerdamage smx addons sourcemod plugins optional apex christmas surprise smx addons sourcemod plugins optional apex dmg during tank smx addons sourcemod plugins optional apex finale tank blocker smx addons sourcemod plugins optional apex frozen tank fix smx addons sourcemod plugins optional apex holdout bonus smx addons sourcemod plugins optional apex huntercrouchsound smx addons sourcemod plugins optional apex character fix smx addons sourcemod plugins optional apex director commonlimit block smx addons sourcemod plugins optional apex explosiondmg prev smx addons sourcemod plugins optional apex jockeyed charger fix smx addons sourcemod plugins optional apex jockeyed ladder fix smx addons sourcemod plugins optional apex jockey jumpcap patch smx addons sourcemod plugins optional apex jockey skeet smx addons sourcemod plugins optional apex meleecontrol smx addons sourcemod plugins optional apex nobackjump smx addons sourcemod plugins optional apex noghostcheat smx addons sourcemod plugins optional apex no hunter deadstops smx addons sourcemod plugins optional apex no hunters smx addons sourcemod plugins optional apex no post jockey deadstops smx addons sourcemod plugins optional apex nosey parker smx addons sourcemod plugins optional apex notankautoaim smx addons sourcemod plugins optional apex penalty bonus smx addons sourcemod plugins optional apex riotcops smx addons sourcemod plugins optional apex saferoom gun control smx addons sourcemod plugins optional apex si suicide smx addons sourcemod plugins optional apex slowdown control smx addons sourcemod plugins optional apex sniper bodyshot smx addons sourcemod plugins optional apex sniper precache smx addons sourcemod plugins optional apex sound manipulation smx addons sourcemod plugins optional apex swapduringtank smx addons sourcemod plugins optional apex smx addons sourcemod plugins optional apex mapbased cvars smx addons sourcemod plugins optional apex notank smx addons sourcemod plugins optional apex si slowdown smx addons sourcemod plugins optional apex tank hittable refill smx addons sourcemod plugins optional apex tank rush smx addons sourcemod plugins optional apex musical jockeys smx addons sourcemod plugins optional apex noboom nohorde smx addons sourcemod plugins optional apex playermanagement smx addons sourcemod plugins optional apex smx addons sourcemod plugins optional apex server namer smx addons sourcemod plugins optional apex spawnstatefix smx addons sourcemod plugins optional apex staggerblock smx addons sourcemod plugins optional apex staggersolver smx addons sourcemod plugins optional apex swamp finale fix smx addons sourcemod plugins optional apex tickratefixes smx addons sourcemod plugins optional apex unified dist smx addons sourcemod plugins optional apex waterslowdownduringtank smx list of missing plugins checkplugin sh elite pmelite list of unused plugins addons sourcemod plugins optional elite boss equalizer smx addons sourcemod plugins optional elite cfg motd smx addons sourcemod plugins optional elite huntercrouchsound smx addons sourcemod plugins optional elite godframes control smx addons sourcemod plugins optional elite noghostcheat smx addons sourcemod plugins optional elite no hunter deadstops smx addons sourcemod plugins optional elite smoker drag damage interval zone smx addons sourcemod plugins optional elite tankmelee gunswap smx addons sourcemod plugins optional elite weapon attributes smx addons sourcemod plugins optional elite witch damage announce smx addons sourcemod plugins optional elite witch and tankifier j smx list of missing plugins cfg cfgogl pmelite confogl plugins cfg sm plugins load optional elite weapon attributes smx checkplugin sh eq eq list of unused plugins addons sourcemod plugins optional eq smx addons sourcemod plugins optional eq skeetstats smx addons sourcemod plugins optional eq aitankgank smx addons sourcemod plugins optional eq autocommunicator smx addons sourcemod plugins optional eq boss equalizer smx addons sourcemod plugins optional eq cannounce smx addons sourcemod plugins optional eq caster addons smx addons sourcemod plugins optional eq caster assister smx addons sourcemod plugins optional eq cfg motd smx addons sourcemod plugins optional eq finale tank blocker smx addons sourcemod plugins optional eq character fix smx addons sourcemod plugins optional eq director commonlimit block smx addons sourcemod plugins optional eq dominatorscontrol smx addons sourcemod plugins optional eq ladderblock smx addons sourcemod plugins optional eq control smx addons sourcemod plugins optional eq meleecontrol smx addons sourcemod plugins optional eq nobackjump smx addons sourcemod plugins optional eq nosey parker smx addons sourcemod plugins optional eq penalty bonus smx addons sourcemod plugins optional eq playstats smx addons sourcemod plugins optional eq si suicide smx addons sourcemod plugins optional eq sound manipulation smx addons sourcemod plugins optional eq tank announce smx addons sourcemod plugins optional eq tank attack control smx addons sourcemod plugins optional eq uncommon blocker smx addons sourcemod plugins optional eq witch restore smx addons sourcemod plugins optional eq mapbased cvars smx addons sourcemod plugins optional eq notank smx addons sourcemod plugins optional eq tank damage announce smx addons sourcemod plugins optional eq tank hittable refill smx addons sourcemod plugins optional eq lerpmonitor smx addons sourcemod plugins optional eq musical jockeys smx addons sourcemod plugins optional eq nodeathcamskip smx addons sourcemod plugins optional eq panel text smx addons sourcemod plugins optional eq pause smx addons sourcemod plugins optional eq ratemonitor smx addons sourcemod plugins optional eq readyup smx addons sourcemod plugins optional eq smx addons sourcemod plugins optional eq spechud smx addons sourcemod plugins optional eq staggerblock smx addons sourcemod plugins optional eq swamp finale fix smx list of missing plugins cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod simple chatprocessor smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod survivor mvp smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod tank damage announce smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod lerpmonitor smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod ratemonitor smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod tank announce smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod readyup smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod caster addons smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod caster assister smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod pause smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod panel text smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod boss equalizer smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod spechud smx cfg cfgogl eq shared plugins cfg sm plugins load optional zonemod slots vote smx cfg cfgogl eq confogl plugins cfg sm plugins load optional zonemod playstats smx cfg cfgogl eq confogl plugins cfg sm plugins load optional zonemod skill detect smx cfg cfgogl eq confogl plugins cfg sm plugins load optional zonemod autopause smx cfg cfgogl confogl plugins cfg sm plugins load optional skeetstats smx cfg cfgogl confogl plugins cfg sm plugins load optional smx cfg cfgogl confogl plugins cfg sm plugins load optional notank smx cfg cfgogl confogl plugins cfg sm plugins load optional character fix smx cfg cfgogl confogl plugins cfg sm plugins load optional director commonlimit block smx cfg cfgogl confogl plugins cfg sm plugins load optional mapbased cvars smx cfg cfgogl confogl plugins cfg sm plugins load optional meleecontrol smx cfg cfgogl confogl plugins cfg sm plugins load optional nobackjump smx cfg cfgogl confogl plugins cfg sm plugins load optional sound manipulation smx cfg cfgogl confogl plugins cfg sm plugins load optional playstats smx cfg cfgogl confogl plugins cfg sm plugins load optional skill detect smx cfg cfgogl confogl plugins cfg sm plugins load optional witch and tankifier smx cfg cfgogl confogl plugins cfg sm plugins load optional aitankgank smx cfg cfgogl confogl plugins cfg sm plugins load optional character fix smx cfg cfgogl confogl plugins cfg sm plugins load optional director commonlimit block smx cfg cfgogl confogl plugins cfg sm plugins load optional dominatorscontrol smx cfg cfgogl confogl plugins cfg sm plugins load optional mapbased cvars smx cfg cfgogl confogl plugins cfg sm plugins load optional nobackjumps smx cfg cfgogl confogl plugins cfg sm plugins load optional nosey parker smx cfg cfgogl confogl plugins cfg sm plugins load optional weapondrop smx cfg cfgogl confogl plugins cfg sm plugins load optional playstats smx cfg cfgogl confogl plugins cfg sm plugins load optional skill detect smx cfg cfgogl confogl plugins cfg sm plugins load optional witch and tankifier smx cfg cfgogl confogl plugins cfg sm plugins load optional aitankgank smx cfg cfgogl confogl plugins cfg sm plugins load optional character fix smx cfg cfgogl confogl plugins cfg sm plugins load optional director commonlimit block smx cfg cfgogl confogl plugins cfg sm plugins load optional dominatorscontrol smx cfg cfgogl confogl plugins cfg sm plugins load optional mapbased cvars smx cfg cfgogl confogl plugins cfg sm plugins load optional nobackjumps smx cfg cfgogl confogl plugins cfg sm plugins load optional nosey parker smx cfg cfgogl confogl plugins cfg sm plugins load optional weapondrop smx checkplugin sh zonemod zonemod list of unused plugins addons sourcemod plugins optional zonemod autocommunicator smx addons sourcemod plugins optional zonemod beta tank frustration gain smx addons sourcemod plugins optional zonemod chargerdamage smx addons sourcemod plugins optional zonemod christmas surprise smx addons sourcemod plugins optional zonemod dmg during tank smx addons sourcemod plugins optional zonemod scoremod smx addons sourcemod plugins optional zonemod finale tank blocker smx addons sourcemod plugins optional zonemod holdout bonus smx addons sourcemod plugins optional zonemod huntercrouchsound smx addons sourcemod plugins optional zonemod antigodframer smx addons sourcemod plugins optional zonemod fix si spawns smx addons sourcemod plugins optional zonemod jockey skeet smx addons sourcemod plugins optional zonemod ladderblock smx addons sourcemod plugins optional zonemod control smx addons sourcemod plugins optional zonemod no hunter deadstops smx addons sourcemod plugins optional zonemod nospitterduringtank smx addons sourcemod plugins optional zonemod notankautoaim smx addons sourcemod plugins optional zonemod penalty bonus smx addons sourcemod plugins optional zonemod riotcops smx addons sourcemod plugins optional zonemod saferoom gun control smx addons sourcemod plugins optional zonemod scoremod smx addons sourcemod plugins optional zonemod si suicide smx addons sourcemod plugins optional zonemod slowdown control smx addons sourcemod plugins optional zonemod sniper bodyshot smx addons sourcemod plugins optional zonemod sniper precache smx addons sourcemod plugins optional zonemod swapduringtank smx addons sourcemod plugins optional zonemod tank attack control smx addons sourcemod plugins optional zonemod tank charger fix smx addons sourcemod plugins optional zonemod tank frustration gain smx addons sourcemod plugins optional zonemod tank melee fury smx addons sourcemod plugins optional zonemod uniform spit smx addons sourcemod plugins optional zonemod si slowdown smx addons sourcemod plugins optional zonemod tank hittable refill smx addons sourcemod plugins optional zonemod tank rush smx addons sourcemod plugins optional zonemod meleeinthesaferoom smx addons sourcemod plugins optional zonemod musical jockeys smx addons sourcemod plugins optional zonemod noboom nohorde smx addons sourcemod plugins optional zonemod smx addons sourcemod plugins optional zonemod server namer smx addons sourcemod plugins optional zonemod spawnstatefix smx addons sourcemod plugins optional zonemod staggerblock smx addons sourcemod plugins optional zonemod staggersolver smx addons sourcemod plugins optional zonemod swamp finale fix smx addons sourcemod plugins optional zonemod unified dist smx addons sourcemod plugins optional zonemod waterslowdownduringtank smx list of missing plugins cfg cfgogl confogl plugins cfg sm plugins load optional zonemod weapondrop smx cfg cfgogl confogl plugins cfg sm plugins load optional zonemod weapondrop smx
| 0
|
9,630
| 6,412,158,300
|
IssuesEvent
|
2017-08-08 01:58:09
|
FReBOmusic/FReBO
|
https://api.github.com/repos/FReBOmusic/FReBO
|
opened
|
Search Tab
|
Usability
|
In the event that the Main Tab Panel is displayed on the screen.
**Expected Response**: The Search Tab should be displayed.
|
True
|
Search Tab - In the event that the Main Tab Panel is displayed on the screen.
**Expected Response**: The Search Tab should be displayed.
|
usab
|
search tab in the event that the main tab panel is displayed on the screen expected response the search tab should be displayed
| 1
|
30,462
| 14,567,062,218
|
IssuesEvent
|
2020-12-17 09:45:11
|
cypress-io/cypress
|
https://api.github.com/repos/cypress-io/cypress
|
closed
|
"type()" function execute more and more slowly.
|
stage: needs information type: performance 🏃♀️
|
<!-- Is this a question? Questions WILL BE CLOSED. Ask in our chat https://on.cypress.io/chat -->
### Current behavior
When run a long time test case, "type()" function execute more and more slowly.
In the being:

In the end:

Completed video:
[TestResolveGroup.ts.mp4.zip](https://github.com/cypress-io/cypress/files/5280477/TestResolveGroup.ts.mp4.zip)
### Desired behavior
Execute speed like beginning.
### Versions
Cypress 5.1.0
MacOS 10.15.4
Chrome 85.0.4183.102
|
True
|
"type()" function execute more and more slowly. - <!-- Is this a question? Questions WILL BE CLOSED. Ask in our chat https://on.cypress.io/chat -->
### Current behavior
When run a long time test case, "type()" function execute more and more slowly.
In the being:

In the end:

Completed video:
[TestResolveGroup.ts.mp4.zip](https://github.com/cypress-io/cypress/files/5280477/TestResolveGroup.ts.mp4.zip)
### Desired behavior
Execute speed like beginning.
### Versions
Cypress 5.1.0
MacOS 10.15.4
Chrome 85.0.4183.102
|
non_usab
|
type function execute more and more slowly current behavior when run a long time test case type function execute more and more slowly in the being in the end completed video desired behavior execute speed like beginning versions cypress macos chrome
| 0
|
12,990
| 8,199,084,876
|
IssuesEvent
|
2018-08-31 18:45:54
|
m3db/m3
|
https://api.github.com/repos/m3db/m3
|
closed
|
Remove concept of commit log retention
|
C: Commit Log G: Data Integrity T: Usability
|
Right now, if a user configures the commit log retention to be less than the blocksize, they can lose data when using the commit log bootstrapper. Once we validate the snapshotting feature in production we should remove the concept of commit log retention and make M3DB just retain commit logs until they are no longer necessary for bootstrap.
This is much more in line with how users of M3DB expect it to behave.
|
True
|
Remove concept of commit log retention - Right now, if a user configures the commit log retention to be less than the blocksize, they can lose data when using the commit log bootstrapper. Once we validate the snapshotting feature in production we should remove the concept of commit log retention and make M3DB just retain commit logs until they are no longer necessary for bootstrap.
This is much more in line with how users of M3DB expect it to behave.
|
usab
|
remove concept of commit log retention right now if a user configures the commit log retention to be less than the blocksize they can lose data when using the commit log bootstrapper once we validate the snapshotting feature in production we should remove the concept of commit log retention and make just retain commit logs until they are no longer necessary for bootstrap this is much more in line with how users of expect it to behave
| 1
|
26,099
| 26,417,434,787
|
IssuesEvent
|
2023-01-13 17:04:12
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Terrain choice in TileMap editor is lost when switching layers
|
bug topic:editor usability topic:2d
|
### Godot version
4.0.beta8
### System information
Linux
### Issue description
When having a terrain selected in the "Terrains" tab of the tilemap editor, and changing the current tilemap layer, the selection is lost (as in, no terrain is selected anymore).
This is inconsistent with the handling for tiles and patterns.
### Steps to reproduce
- Create a tilemap, assign a tileset with terrains
- Add a tile layer to the tilemap
- Edit the TileMap in the scene editor
- Switch to "Terrains" tab
- Select a terrain
- Terrain brush works to paint terrain
- Switch to a different layer in the combo box
- Terrain brush doesn't work anymore (not even deleting with RMB) until you re-select a terrain type
### Minimal reproduction project
N/A
|
True
|
Terrain choice in TileMap editor is lost when switching layers - ### Godot version
4.0.beta8
### System information
Linux
### Issue description
When having a terrain selected in the "Terrains" tab of the tilemap editor, and changing the current tilemap layer, the selection is lost (as in, no terrain is selected anymore).
This is inconsistent with the handling for tiles and patterns.
### Steps to reproduce
- Create a tilemap, assign a tileset with terrains
- Add a tile layer to the tilemap
- Edit the TileMap in the scene editor
- Switch to "Terrains" tab
- Select a terrain
- Terrain brush works to paint terrain
- Switch to a different layer in the combo box
- Terrain brush doesn't work anymore (not even deleting with RMB) until you re-select a terrain type
### Minimal reproduction project
N/A
|
usab
|
terrain choice in tilemap editor is lost when switching layers godot version system information linux issue description when having a terrain selected in the terrains tab of the tilemap editor and changing the current tilemap layer the selection is lost as in no terrain is selected anymore this is inconsistent with the handling for tiles and patterns steps to reproduce create a tilemap assign a tileset with terrains add a tile layer to the tilemap edit the tilemap in the scene editor switch to terrains tab select a terrain terrain brush works to paint terrain switch to a different layer in the combo box terrain brush doesn t work anymore not even deleting with rmb until you re select a terrain type minimal reproduction project n a
| 1
|
51,678
| 6,190,807,312
|
IssuesEvent
|
2017-07-04 16:27:52
|
UnJavaScripter/angularcolombia.com
|
https://api.github.com/repos/UnJavaScripter/angularcolombia.com
|
closed
|
testing: actualizar pruebas unitarias
|
testing
|
## Tipo de issue
- [x] Tarea
- [ ] Bug
### Descripción
poner las pruebas unitarias al día con los componentes que se han creado
|
1.0
|
testing: actualizar pruebas unitarias - ## Tipo de issue
- [x] Tarea
- [ ] Bug
### Descripción
poner las pruebas unitarias al día con los componentes que se han creado
|
non_usab
|
testing actualizar pruebas unitarias tipo de issue tarea bug descripción poner las pruebas unitarias al día con los componentes que se han creado
| 0
|
9,261
| 6,189,072,016
|
IssuesEvent
|
2017-07-04 11:59:13
|
Virtual-Labs/vlsi-iiith
|
https://api.github.com/repos/Virtual-Labs/vlsi-iiith
|
closed
|
QA_VLSI_Schematic Design Of Pass Transistor Logic & Multiplexer _Manual_no-content-is-found
|
Category: Usability Developed By: VLEAD Open-Edx Resolved Severity: S1
|
Defect Description
In the Manual section of Schematic Design Of Pass Transistor Logic & Multiplexer experiment, found no content.
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments
Not available
|
True
|
QA_VLSI_Schematic Design Of Pass Transistor Logic & Multiplexer _Manual_no-content-is-found - Defect Description
In the Manual section of Schematic Design Of Pass Transistor Logic & Multiplexer experiment, found no content.
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Attachments
Not available
|
usab
|
qa vlsi schematic design of pass transistor logic multiplexer manual no content is found defect description in the manual section of schematic design of pass transistor logic multiplexer experiment found no content environment os windows linux browsers firefox chrome bandwidth hardware configuration processor attachments not available
| 1
|
469,218
| 13,503,614,368
|
IssuesEvent
|
2020-09-13 14:21:15
|
kubernetes/minikube
|
https://api.github.com/repos/kubernetes/minikube
|
closed
|
change UI for configuration vs available resources
|
kind/feature lifecycle/rotten priority/backlog
|
> I don't fully understand why we need to show the word "Kubernetes" twice.
>
> The end goal was to make the start output more similar for different drivers:
>
> `🔥 Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...`
>
> `🔥 Creating docker container (CPUs=2, Memory=2200MB, Disk=20000MB) ...`
what do u think about using multi lines so we can still keep the availables (very useful to have a sense what kind of system user has:
🔥 Creating docker container
▪ CPUs=2 (2 available)
▪ Memory=4000MB (7964MB available)
▪ Disk=20000MB (10000MB available)
_Originally posted by @medyagh in https://github.com/kubernetes/minikube/pull/7478#issuecomment-612361926_
|
1.0
|
change UI for configuration vs available resources - > I don't fully understand why we need to show the word "Kubernetes" twice.
>
> The end goal was to make the start output more similar for different drivers:
>
> `🔥 Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...`
>
> `🔥 Creating docker container (CPUs=2, Memory=2200MB, Disk=20000MB) ...`
what do u think about using multi lines so we can still keep the availables (very useful to have a sense what kind of system user has:
🔥 Creating docker container
▪ CPUs=2 (2 available)
▪ Memory=4000MB (7964MB available)
▪ Disk=20000MB (10000MB available)
_Originally posted by @medyagh in https://github.com/kubernetes/minikube/pull/7478#issuecomment-612361926_
|
non_usab
|
change ui for configuration vs available resources i don t fully understand why we need to show the word kubernetes twice the end goal was to make the start output more similar for different drivers 🔥 creating virtualbox vm cpus memory disk 🔥 creating docker container cpus memory disk what do u think about using multi lines so we can still keep the availables very useful to have a sense what kind of system user has 🔥 creating docker container ▪ cpus available ▪ memory available ▪ disk available originally posted by medyagh in
| 0
|
679,402
| 23,231,184,631
|
IssuesEvent
|
2022-08-03 07:47:05
|
valora-inc/wallet
|
https://api.github.com/repos/valora-inc/wallet
|
closed
|
Description of “Valora would like to access the Camera” popup not seems as per expected in V1.14.3 on “Create Account” page
|
bug Priority: P4 ios qa-report
|
**Frequency:** 100%
**Repro on build version:** Test Flight build V1.14.3(62)
**Repro on devices:** iPhone SE (13.6.1) , iPhone 8 (14.5.1), iPhone 6+(12.4.5)
**Repro Steps:**
1. Launch the application & go to “Create Account” page
2. Tap on “Add Photo” icon & select “Take Photo” option
3. Now user should on “Valora would like to access the Camera” popup
4. Observed that ,
**Actual Result:** “Connecting your camera allows you to scan codes for payment” description displayed
**Expected Result** User should able to see “Connecting your photo library allows you to save your code to your photos” popup as per [bug fixes issue](https://github.com/celo-org/wallet/commit/7f77c6a66ddc89d78ae91802de839e45141febd4)
**Investigation:**
1) Also we have observed same issue for Espano(America Latina) Language:
- User able to see "Connectar tu camera te permite escanear codigos para hacer pagos" description instead of "Conectar tu galería de fotos te permite guardar tu código en tus fotos" on Camera access popup.
2) Similarly for Portugues(Brasil) Language:
- User able to see "Connectar a sua camera permite que voce possa escanear codigos de pagamento" description instead of "Conectar a sua galeria de fotos nos permite salvar seu código junto às suas fotos" on Camera access popup.
**Attachment:** [AccessCameraPopupDescriptionChange](https://drive.google.com/file/d/1sr6klUWOdrUSE4-_fvo7y9mlD-GYY-HF/view?usp=sharing)
|
1.0
|
Description of “Valora would like to access the Camera” popup not seems as per expected in V1.14.3 on “Create Account” page - **Frequency:** 100%
**Repro on build version:** Test Flight build V1.14.3(62)
**Repro on devices:** iPhone SE (13.6.1) , iPhone 8 (14.5.1), iPhone 6+(12.4.5)
**Repro Steps:**
1. Launch the application & go to “Create Account” page
2. Tap on “Add Photo” icon & select “Take Photo” option
3. Now user should on “Valora would like to access the Camera” popup
4. Observed that ,
**Actual Result:** “Connecting your camera allows you to scan codes for payment” description displayed
**Expected Result** User should able to see “Connecting your photo library allows you to save your code to your photos” popup as per [bug fixes issue](https://github.com/celo-org/wallet/commit/7f77c6a66ddc89d78ae91802de839e45141febd4)
**Investigation:**
1) Also we have observed same issue for Espano(America Latina) Language:
- User able to see "Connectar tu camera te permite escanear codigos para hacer pagos" description instead of "Conectar tu galería de fotos te permite guardar tu código en tus fotos" on Camera access popup.
2) Similarly for Portugues(Brasil) Language:
- User able to see "Connectar a sua camera permite que voce possa escanear codigos de pagamento" description instead of "Conectar a sua galeria de fotos nos permite salvar seu código junto às suas fotos" on Camera access popup.
**Attachment:** [AccessCameraPopupDescriptionChange](https://drive.google.com/file/d/1sr6klUWOdrUSE4-_fvo7y9mlD-GYY-HF/view?usp=sharing)
|
non_usab
|
description of “valora would like to access the camera” popup not seems as per expected in on “create account” page frequency repro on build version test flight build repro on devices iphone se iphone iphone repro steps launch the application go to “create account” page tap on “add photo” icon select “take photo” option now user should on “valora would like to access the camera” popup observed that actual result “connecting your camera allows you to scan codes for payment” description displayed expected result user should able to see “connecting your photo library allows you to save your code to your photos” popup as per investigation also we have observed same issue for espano america latina language user able to see connectar tu camera te permite escanear codigos para hacer pagos description instead of conectar tu galería de fotos te permite guardar tu código en tus fotos on camera access popup similarly for portugues brasil language user able to see connectar a sua camera permite que voce possa escanear codigos de pagamento description instead of conectar a sua galeria de fotos nos permite salvar seu código junto às suas fotos on camera access popup attachment
| 0
|
23,750
| 22,717,701,053
|
IssuesEvent
|
2022-07-06 04:54:39
|
opendatacube/datacube-core
|
https://api.github.com/repos/opendatacube/datacube-core
|
closed
|
datacube product update and add displays no information when [FILES] is not provided
|
usability easy
|
### Expected behaviour
update and add to display `Usage:` when no `[FILES]` is provided to the `product` command
i.e.
```
Usage: datacube product update [OPTIONS] [FILES]...
Update existing products.
An error will be thrown if a change is potentially unsafe.
(An unsafe change is anything that may potentially make the product
incompatible with existing datasets of that type)
```
```
Usage: datacube product add [OPTIONS] [FILES]...
Add or update products in the generic index.
Options:
```
### Actual behaviour
```
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product update -h
Usage: datacube product update [OPTIONS] [FILES]...
Update existing products.
An error will be thrown if a change is potentially unsafe.
(An unsafe change is anything that may potentially make the product
incompatible with existing datasets of that type)
Options:
--allow-unsafe / --forbid-unsafe
Allow unsafe updates (default: false)
--allow-exclusive-lock / --forbid-exclusive-lock
Allow index to be locked from other users
while updating (default: false)
-d, --dry-run Check if everything is ok
-h, --help Show this message and exit.
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product update
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product add
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$
```
### Steps to reproduce the behaviour
... Include code, command line parameters as appropriate ...
### Environment information
* Which ``datacube --version`` are you using?
* What datacube deployment/enviornment are you running against?
> **Note:** Stale issues will be automatically closed after a period of six months with no activity.
> To ensure critical issues are not closed, tag them with the Github `pinned` tag.
> If you are a community member and not a maintainer please escalate this issue to maintainers via
> [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/open-data-cube) or [Slack](http://slack.opendatacube.org).
|
True
|
datacube product update and add displays no information when [FILES] is not provided - ### Expected behaviour
update and add to display `Usage:` when no `[FILES]` is provided to the `product` command
i.e.
```
Usage: datacube product update [OPTIONS] [FILES]...
Update existing products.
An error will be thrown if a change is potentially unsafe.
(An unsafe change is anything that may potentially make the product
incompatible with existing datasets of that type)
```
```
Usage: datacube product add [OPTIONS] [FILES]...
Add or update products in the generic index.
Options:
```
### Actual behaviour
```
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product update -h
Usage: datacube product update [OPTIONS] [FILES]...
Update existing products.
An error will be thrown if a change is potentially unsafe.
(An unsafe change is anything that may potentially make the product
incompatible with existing datasets of that type)
Options:
--allow-unsafe / --forbid-unsafe
Allow unsafe updates (default: false)
--allow-exclusive-lock / --forbid-exclusive-lock
Allow index to be locked from other users
while updating (default: false)
-d, --dry-run Check if everything is ok
-h, --help Show this message and exit.
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product update
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$ datacube product add
jovyan@jupyter-pin-2ejin-40ga-2egov-2eau:~$
```
### Steps to reproduce the behaviour
... Include code, command line parameters as appropriate ...
### Environment information
* Which ``datacube --version`` are you using?
* What datacube deployment/enviornment are you running against?
> **Note:** Stale issues will be automatically closed after a period of six months with no activity.
> To ensure critical issues are not closed, tag them with the Github `pinned` tag.
> If you are a community member and not a maintainer please escalate this issue to maintainers via
> [GIS StackExchange](https://gis.stackexchange.com/questions/tagged/open-data-cube) or [Slack](http://slack.opendatacube.org).
|
usab
|
datacube product update and add displays no information when is not provided expected behaviour update and add to display usage when no is provided to the product command i e usage datacube product update update existing products an error will be thrown if a change is potentially unsafe an unsafe change is anything that may potentially make the product incompatible with existing datasets of that type usage datacube product add add or update products in the generic index options actual behaviour jovyan jupyter pin datacube product update h usage datacube product update update existing products an error will be thrown if a change is potentially unsafe an unsafe change is anything that may potentially make the product incompatible with existing datasets of that type options allow unsafe forbid unsafe allow unsafe updates default false allow exclusive lock forbid exclusive lock allow index to be locked from other users while updating default false d dry run check if everything is ok h help show this message and exit jovyan jupyter pin datacube product update jovyan jupyter pin datacube product add jovyan jupyter pin steps to reproduce the behaviour include code command line parameters as appropriate environment information which datacube version are you using what datacube deployment enviornment are you running against note stale issues will be automatically closed after a period of six months with no activity to ensure critical issues are not closed tag them with the github pinned tag if you are a community member and not a maintainer please escalate this issue to maintainers via or
| 1
|
17,499
| 12,102,838,976
|
IssuesEvent
|
2020-04-20 17:21:40
|
publishpress/PublishPress-Permissions
|
https://api.github.com/repos/publishpress/PublishPress-Permissions
|
closed
|
Remove the name "Exceptions"
|
usability
|
I think that's terminology is really confusing. How about "Custom Permissions"?
|
True
|
Remove the name "Exceptions" - I think that's terminology is really confusing. How about "Custom Permissions"?
|
usab
|
remove the name exceptions i think that s terminology is really confusing how about custom permissions
| 1
|
16,050
| 10,541,509,877
|
IssuesEvent
|
2019-10-02 10:58:03
|
ignatov/intellij-erlang
|
https://api.github.com/repos/ignatov/intellij-erlang
|
closed
|
[QoL] Update module templates
|
Enhancement Usability
|
For OTP supervisor template: Update template to use new map syntax http://erlang.org/doc/man/supervisor.html#type-sup_flags
Add a new OTP module template: short no docs, no specs, minimal. Same for other template types.
OR
Maybe a checkbox to remove specs, a checkbox to remove docs from the new module, etc.
|
True
|
[QoL] Update module templates - For OTP supervisor template: Update template to use new map syntax http://erlang.org/doc/man/supervisor.html#type-sup_flags
Add a new OTP module template: short no docs, no specs, minimal. Same for other template types.
OR
Maybe a checkbox to remove specs, a checkbox to remove docs from the new module, etc.
|
usab
|
update module templates for otp supervisor template update template to use new map syntax add a new otp module template short no docs no specs minimal same for other template types or maybe a checkbox to remove specs a checkbox to remove docs from the new module etc
| 1
|
16,519
| 11,017,398,946
|
IssuesEvent
|
2019-12-05 08:20:30
|
esrlabs/chipmunk
|
https://api.github.com/repos/esrlabs/chipmunk
|
opened
|
allow to switch search: case sensitive, regular expression, whole word
|
usability
|
when searching, the user should be allowed to choose:
1. case sensitivity
2. whole word only or not
3. use regex syntax or not





|
True
|
allow to switch search: case sensitive, regular expression, whole word - when searching, the user should be allowed to choose:
1. case sensitivity
2. whole word only or not
3. use regex syntax or not





|
usab
|
allow to switch search case sensitive regular expression whole word when searching the user should be allowed to choose case sensitivity whole word only or not use regex syntax or not
| 1
|
11,647
| 7,341,956,825
|
IssuesEvent
|
2018-03-07 05:15:01
|
bwsw/cloudstack-ui
|
https://api.github.com/repos/bwsw/cloudstack-ui
|
closed
|
The same error message for adding firewall rules that are invalid for different reasons
|
bug severity: minor statistics bug: usability
|
The same message pops up at the bottom when different mistakes allowed when rules creating:
1) invalid IP
Expected result: Invalid IP address
2) start port > end port
Expected result: Start port is greater then End port
3) duplicated rule
Expected result: The rule already exists
Actual result for all cases:


**Connected feature ID:**
firewall_rules_edit
vm_firewall_rules_edit
|
True
|
The same error message for adding firewall rules that are invalid for different reasons - The same message pops up at the bottom when different mistakes allowed when rules creating:
1) invalid IP
Expected result: Invalid IP address
2) start port > end port
Expected result: Start port is greater then End port
3) duplicated rule
Expected result: The rule already exists
Actual result for all cases:


**Connected feature ID:**
firewall_rules_edit
vm_firewall_rules_edit
|
usab
|
the same error message for adding firewall rules that are invalid for different reasons the same message pops up at the bottom when different mistakes allowed when rules creating invalid ip expected result invalid ip address start port end port expected result start port is greater then end port duplicated rule expected result the rule already exists actual result for all cases connected feature id firewall rules edit vm firewall rules edit
| 1
|
12,031
| 7,624,771,459
|
IssuesEvent
|
2018-05-03 19:07:26
|
geary/AnyTone-D868UV
|
https://api.github.com/repos/geary/AnyTone-D868UV
|
opened
|
LastCall Reply key function should display talkgroup name, not ID
|
enhancement firmware usability
|
I assigned the LastCall Reply function to the PF2 key so I can easily select the last talkgroup heard in Digi Mon mode. When I press PF2 it correctly selects the last talkgroup, but in the display line below the current channel name, it displays the numeric talkgroup ID instead of the name I've assigned to the talkgroup.
When I select a talkgroup manually through the menu, it displays the talkgroup name on the main display as expected.
It would be better if the LastCall Reply function looked up the talkgroup in my list of contacts and displayed its name instead of ID.
|
True
|
LastCall Reply key function should display talkgroup name, not ID - I assigned the LastCall Reply function to the PF2 key so I can easily select the last talkgroup heard in Digi Mon mode. When I press PF2 it correctly selects the last talkgroup, but in the display line below the current channel name, it displays the numeric talkgroup ID instead of the name I've assigned to the talkgroup.
When I select a talkgroup manually through the menu, it displays the talkgroup name on the main display as expected.
It would be better if the LastCall Reply function looked up the talkgroup in my list of contacts and displayed its name instead of ID.
|
usab
|
lastcall reply key function should display talkgroup name not id i assigned the lastcall reply function to the key so i can easily select the last talkgroup heard in digi mon mode when i press it correctly selects the last talkgroup but in the display line below the current channel name it displays the numeric talkgroup id instead of the name i ve assigned to the talkgroup when i select a talkgroup manually through the menu it displays the talkgroup name on the main display as expected it would be better if the lastcall reply function looked up the talkgroup in my list of contacts and displayed its name instead of id
| 1
|
21,123
| 16,569,629,375
|
IssuesEvent
|
2021-05-30 05:40:18
|
openmodelingfoundation/openmodelingfoundation.github.io
|
https://api.github.com/repos/openmodelingfoundation/openmodelingfoundation.github.io
|
closed
|
breakout room 3
|
standards - reusability
|
Dawn Parker, Gunnar Dressler, @platipodium @benbovy @chrstngyn
The existing preamble is tailored towards reproducibility and replicability. This should be revised to fit the theme which is reusability of model code.
- come up with a way to relate the three R's
- revise the goal statement to reflect the focus on reusability
- replace technical jargon with clear, simple language (references to containerization, continuous integration etc)
- consider leaving verify in the Goal
- OSI approved license is not requirement for reuse, instead just a license that allows for reuse
- relationship between maintenance of the code and reuse
Issues with monolithic code and its impact on reusability. We need to clarify the scope as this document is heavily tailored towards model coupling and component based coupling.
|
True
|
breakout room 3 - Dawn Parker, Gunnar Dressler, @platipodium @benbovy @chrstngyn
The existing preamble is tailored towards reproducibility and replicability. This should be revised to fit the theme which is reusability of model code.
- come up with a way to relate the three R's
- revise the goal statement to reflect the focus on reusability
- replace technical jargon with clear, simple language (references to containerization, continuous integration etc)
- consider leaving verify in the Goal
- OSI approved license is not requirement for reuse, instead just a license that allows for reuse
- relationship between maintenance of the code and reuse
Issues with monolithic code and its impact on reusability. We need to clarify the scope as this document is heavily tailored towards model coupling and component based coupling.
|
usab
|
breakout room dawn parker gunnar dressler platipodium benbovy chrstngyn the existing preamble is tailored towards reproducibility and replicability this should be revised to fit the theme which is reusability of model code come up with a way to relate the three r s revise the goal statement to reflect the focus on reusability replace technical jargon with clear simple language references to containerization continuous integration etc consider leaving verify in the goal osi approved license is not requirement for reuse instead just a license that allows for reuse relationship between maintenance of the code and reuse issues with monolithic code and its impact on reusability we need to clarify the scope as this document is heavily tailored towards model coupling and component based coupling
| 1
|
14,468
| 9,201,255,168
|
IssuesEvent
|
2019-03-07 19:09:08
|
OpenKnowledgeMaps/Headstart
|
https://api.github.com/repos/OpenKnowledgeMaps/Headstart
|
closed
|
issue with maps rotation results in awkward layout of bubbles
|
R backend usability
|
Especially in BASE-searches, bubbles that contain papers that can be considered topical "outliers" are placed far outside the rest of the map. This gives them a higher visual emphasis in comparison the the "main content" of the map, which also becomes harder to navigate.
Example: map of sugar from 1665-01-01 to 2019-02-12 Document types: Journal/newspaper article
|
True
|
issue with maps rotation results in awkward layout of bubbles - Especially in BASE-searches, bubbles that contain papers that can be considered topical "outliers" are placed far outside the rest of the map. This gives them a higher visual emphasis in comparison the the "main content" of the map, which also becomes harder to navigate.
Example: map of sugar from 1665-01-01 to 2019-02-12 Document types: Journal/newspaper article
|
usab
|
issue with maps rotation results in awkward layout of bubbles especially in base searches bubbles that contain papers that can be considered topical outliers are placed far outside the rest of the map this gives them a higher visual emphasis in comparison the the main content of the map which also becomes harder to navigate example map of sugar from to document types journal newspaper article
| 1
|
289,864
| 31,999,105,227
|
IssuesEvent
|
2023-09-21 11:06:05
|
uthrasri/frameworks_av_AOSP_4.2.2_r1
|
https://api.github.com/repos/uthrasri/frameworks_av_AOSP_4.2.2_r1
|
opened
|
CVE-2015-6598 (Critical) detected in https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051
|
Mend: dependency security vulnerability
|
## CVE-2015-6598 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051</b></p></summary>
<p>
<p>Library home page: <a href=https://source.codeaurora.org/external/hisense/platform/frameworks/av/>https://source.codeaurora.org/external/hisense/platform/frameworks/av/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/uthrasri/frameworks_av_AOSP_4.2.2_r1/commit/9e6327551b00ece943e6d1e2c7ff374495b36814">9e6327551b00ece943e6d1e2c7ff374495b36814</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/SkipCutBuffer.cpp</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/SkipCutBuffer.cpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
libstagefright in Android before 5.1.1 LMY48T allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted media file, aka internal bug 23306638.
<p>Publish Date: 2015-10-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2015-6598>CVE-2015-6598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://source.android.com/security/bulletin/2015-10-01">https://source.android.com/security/bulletin/2015-10-01</a></p>
<p>Release Date: 2015-10-06</p>
<p>Fix Resolution: android-5.1.1_r19</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2015-6598 (Critical) detected in https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 - ## CVE-2015-6598 - Critical Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/external/hisense/platform/frameworks/av/AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051</b></p></summary>
<p>
<p>Library home page: <a href=https://source.codeaurora.org/external/hisense/platform/frameworks/av/>https://source.codeaurora.org/external/hisense/platform/frameworks/av/</a></p>
<p>Found in HEAD commit: <a href="https://github.com/uthrasri/frameworks_av_AOSP_4.2.2_r1/commit/9e6327551b00ece943e6d1e2c7ff374495b36814">9e6327551b00ece943e6d1e2c7ff374495b36814</a></p>
<p>Found in base branch: <b>main</b></p></p>
</details>
</p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary>
<p></p>
<p>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/SkipCutBuffer.cpp</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/media/libstagefright/SkipCutBuffer.cpp</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/critical_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
libstagefright in Android before 5.1.1 LMY48T allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted media file, aka internal bug 23306638.
<p>Publish Date: 2015-10-06
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2015-6598>CVE-2015-6598</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://source.android.com/security/bulletin/2015-10-01">https://source.android.com/security/bulletin/2015-10-01</a></p>
<p>Release Date: 2015-10-06</p>
<p>Fix Resolution: android-5.1.1_r19</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_usab
|
cve critical detected in cve critical severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch main vulnerable source files media libstagefright skipcutbuffer cpp media libstagefright skipcutbuffer cpp vulnerability details libstagefright in android before allows remote attackers to execute arbitrary code or cause a denial of service memory corruption via a crafted media file aka internal bug publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution android step up your open source security game with mend
| 0
|
214,346
| 16,557,724,429
|
IssuesEvent
|
2021-05-28 15:44:15
|
IES-Jaume-Balmes/2020-21-DAW2-M12-Recipe-Me
|
https://api.github.com/repos/IES-Jaume-Balmes/2020-21-DAW2-M12-Recipe-Me
|
closed
|
Listar listas propias
|
documentation
|
Listar propias: ver sus listas de recetas.
- [ ] Backend
- [ ] Frontednd
|
1.0
|
Listar listas propias - Listar propias: ver sus listas de recetas.
- [ ] Backend
- [ ] Frontednd
|
non_usab
|
listar listas propias listar propias ver sus listas de recetas backend frontednd
| 0
|
11,251
| 3,194,816,443
|
IssuesEvent
|
2015-09-30 14:04:36
|
coreos/rkt
|
https://api.github.com/repos/coreos/rkt
|
opened
|
Stop CI from running test suites against doc-only PRs
|
area/developer tooling area/testing
|
IMHO it is totally unnecessary to run the full test arsenal if the changes are only related to the documentation, as it will waste computational resources, which can also have a negative impact of other PRs that actually need to be tested. We should add some heuristic to the test scripts and distinguish at least docs-only and a default case.
|
1.0
|
Stop CI from running test suites against doc-only PRs - IMHO it is totally unnecessary to run the full test arsenal if the changes are only related to the documentation, as it will waste computational resources, which can also have a negative impact of other PRs that actually need to be tested. We should add some heuristic to the test scripts and distinguish at least docs-only and a default case.
|
non_usab
|
stop ci from running test suites against doc only prs imho it is totally unnecessary to run the full test arsenal if the changes are only related to the documentation as it will waste computational resources which can also have a negative impact of other prs that actually need to be tested we should add some heuristic to the test scripts and distinguish at least docs only and a default case
| 0
|
63,258
| 26,323,323,926
|
IssuesEvent
|
2023-01-10 02:55:36
|
MicrosoftDocs/azure-media-services
|
https://api.github.com/repos/MicrosoftDocs/azure-media-services
|
closed
|
CreateMediaServicesClientAsync set up incorrectly
|
media-services/svc Pri1
|
[Enter feedback here]
In the following function:
```c#
public static async Task<IAzureMediaServicesClient> CreateMediaServicesClientAsync(ConfigWrapper config, bool interactive = false)
{
ServiceClientCredentials credentials;
if (interactive)
credentials = await GetCredentialsInteractiveAuthAsync(config);
else
credentials = await GetCredentialsAsync(config);
return new AzureMediaServicesClient(config.ArmEndpoint, credentials)
{
SubscriptionId = config.SubscriptionId,
};
}
```
The return of AzureMediaServicesClient does not need the **ArmEndpoint** parameter. Instead, it needs `credentials` and a `DelegatingHandler`.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: dbdf9b00-1c70-2464-67e3-bcf377379fed
* Version Independent ID: dbdf9b00-1c70-2464-67e3-bcf377379fed
* Content: [Upload, encode, and stream with Media Services v3](https://docs.microsoft.com/en-us/azure/media-services/latest/stream-files-tutorial-with-api?source=recommendations)
* Content Source: [media-services/latest/stream-files-tutorial-with-api.md](https://github.com/MicrosoftDocs/azure-media-services/blob/main/media-services/latest/stream-files-tutorial-with-api.md)
* Service: **media-services**
* GitHub Login: @IngridAtMicrosoft
* Microsoft Alias: **inhenkel**
|
1.0
|
CreateMediaServicesClientAsync set up incorrectly - [Enter feedback here]
In the following function:
```c#
public static async Task<IAzureMediaServicesClient> CreateMediaServicesClientAsync(ConfigWrapper config, bool interactive = false)
{
ServiceClientCredentials credentials;
if (interactive)
credentials = await GetCredentialsInteractiveAuthAsync(config);
else
credentials = await GetCredentialsAsync(config);
return new AzureMediaServicesClient(config.ArmEndpoint, credentials)
{
SubscriptionId = config.SubscriptionId,
};
}
```
The return of AzureMediaServicesClient does not need the **ArmEndpoint** parameter. Instead, it needs `credentials` and a `DelegatingHandler`.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: dbdf9b00-1c70-2464-67e3-bcf377379fed
* Version Independent ID: dbdf9b00-1c70-2464-67e3-bcf377379fed
* Content: [Upload, encode, and stream with Media Services v3](https://docs.microsoft.com/en-us/azure/media-services/latest/stream-files-tutorial-with-api?source=recommendations)
* Content Source: [media-services/latest/stream-files-tutorial-with-api.md](https://github.com/MicrosoftDocs/azure-media-services/blob/main/media-services/latest/stream-files-tutorial-with-api.md)
* Service: **media-services**
* GitHub Login: @IngridAtMicrosoft
* Microsoft Alias: **inhenkel**
|
non_usab
|
createmediaservicesclientasync set up incorrectly in the following function c public static async task createmediaservicesclientasync configwrapper config bool interactive false serviceclientcredentials credentials if interactive credentials await getcredentialsinteractiveauthasync config else credentials await getcredentialsasync config return new azuremediaservicesclient config armendpoint credentials subscriptionid config subscriptionid the return of azuremediaservicesclient does not need the armendpoint parameter instead it needs credentials and a delegatinghandler document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service media services github login ingridatmicrosoft microsoft alias inhenkel
| 0
|
2,833
| 3,204,222,752
|
IssuesEvent
|
2015-10-02 23:57:51
|
coreos/rkt
|
https://api.github.com/repos/coreos/rkt
|
closed
|
Upon rkt image rm failure exit code 0 is returned
|
area/usability component/stage0 kind/bug
|
When 'rkt image rm` fails exit code 0 is returned. This is not expected behavior IMHO.
If any of the images fail to be removed, I'd expect a return value of 1.
There was previous discussion about this on #1297
|
True
|
Upon rkt image rm failure exit code 0 is returned - When 'rkt image rm` fails exit code 0 is returned. This is not expected behavior IMHO.
If any of the images fail to be removed, I'd expect a return value of 1.
There was previous discussion about this on #1297
|
usab
|
upon rkt image rm failure exit code is returned when rkt image rm fails exit code is returned this is not expected behavior imho if any of the images fail to be removed i d expect a return value of there was previous discussion about this on
| 1
|
711,122
| 24,450,592,454
|
IssuesEvent
|
2022-10-06 22:28:09
|
smcnab1/op-question-mark
|
https://api.github.com/repos/smcnab1/op-question-mark
|
opened
|
[BUG] Wife person card not showing up
|
✔️Status: Confirmed 🐛Type: Bug 🏔Priority: High ✨For: Entities 👗For: Frontend
|
## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
* Wife Person Card not showing up on Dashboard
---
**To Reproduce**
<!-- Steps to reproduce the error:
(e.g.:)
1. Use x argument / navigate to
2. Fill this information
3. Go to...
4. See error -->
<!-- Write the steps here (add or remove as many steps as needed)-->
1.
2.
3.
4.
---
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
*
---
**Screenshots**
<!-- If applicable, add screenshots or videos to help explain your problem. -->
---
**Desktop (please complete the following information):**
<!-- use all the applicable bulleted list element for this specific issue,
and remove all the bulleted list elements that are not relevant for this issue. -->
- OS:
- Browser
- Version
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
---
**Additional context**
<!-- Add any other context or additional information about the problem here.-->
*
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
Oh, hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md`
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
|
1.0
|
[BUG] Wife person card not showing up - ## **🐛Bug Report**
**Describe the bug**
<!-- A clear and concise description of what the bug is. -->
* Wife Person Card not showing up on Dashboard
---
**To Reproduce**
<!-- Steps to reproduce the error:
(e.g.:)
1. Use x argument / navigate to
2. Fill this information
3. Go to...
4. See error -->
<!-- Write the steps here (add or remove as many steps as needed)-->
1.
2.
3.
4.
---
**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->
*
---
**Screenshots**
<!-- If applicable, add screenshots or videos to help explain your problem. -->
---
**Desktop (please complete the following information):**
<!-- use all the applicable bulleted list element for this specific issue,
and remove all the bulleted list elements that are not relevant for this issue. -->
- OS:
- Browser
- Version
**Smartphone (please complete the following information):**
- Device:
- OS:
- Browser
- Version
---
**Additional context**
<!-- Add any other context or additional information about the problem here.-->
*
<!--📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
Oh, hi there! 😄
To expedite issue processing please search open and closed issues before submitting a new one.
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md`
📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛-->
|
non_usab
|
wife person card not showing up 🐛bug report describe the bug wife person card not showing up on dashboard to reproduce steps to reproduce the error e g use x argument navigate to fill this information go to see error expected behavior screenshots desktop please complete the following information use all the applicable bulleted list element for this specific issue and remove all the bulleted list elements that are not relevant for this issue os browser version smartphone please complete the following information device os browser version additional context 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛 oh hi there 😄 to expedite issue processing please search open and closed issues before submitting a new one please read our rules of conduct at this repository s github code of conduct md 📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛📛
| 0
|
110,528
| 11,705,042,255
|
IssuesEvent
|
2020-03-07 13:31:45
|
bounswe/bounswe2020group4
|
https://api.github.com/repos/bounswe/bounswe2020group4
|
closed
|
Writing meeting notes with customer
|
Effort: Medium Priority: High Status: In-Progress Type: Documentation
|
On Tuesday 03/03 Berke, Berkay and I attended a meeting with our customers. Meeting notes should be added to wiki.
**Deadline:** 05/03/2020 23:59
|
1.0
|
Writing meeting notes with customer - On Tuesday 03/03 Berke, Berkay and I attended a meeting with our customers. Meeting notes should be added to wiki.
**Deadline:** 05/03/2020 23:59
|
non_usab
|
writing meeting notes with customer on tuesday berke berkay and i attended a meeting with our customers meeting notes should be added to wiki deadline
| 0
|
165,101
| 26,097,360,856
|
IssuesEvent
|
2022-12-26 22:54:35
|
flutter/flutter
|
https://api.github.com/repos/flutter/flutter
|
closed
|
OutlineButton.icon widget overflow
|
framework f: material design has reproducible steps found in release: 1.24
|
The text inside OutlineButton.icon is not wrapping or fading or ending with "..." when the text in there is very long. Applying "overflow: TextOverflow.ellipsis" on the label/Text widget is not working either.
**Steps to reproduce**
Just copy and paste this below code in the dartpad.dev (First select a Flutter sample and then replace the code with the below code)
```
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: MyHomePage(),
);
}
}
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Hello OutlineButton.icon'),
),
body: Center(
child: OutlineButton.icon(
onPressed: (){},
icon: Icon(Icons.save),
label: Text('this is a very long text which is not going to get wrapped because I dont know why'),
)
),
);
}
}
```
|
1.0
|
OutlineButton.icon widget overflow - The text inside OutlineButton.icon is not wrapping or fading or ending with "..." when the text in there is very long. Applying "overflow: TextOverflow.ellipsis" on the label/Text widget is not working either.
**Steps to reproduce**
Just copy and paste this below code in the dartpad.dev (First select a Flutter sample and then replace the code with the below code)
```
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,
theme: ThemeData(
primarySwatch: Colors.blue,
),
home: MyHomePage(),
);
}
}
class MyHomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('Hello OutlineButton.icon'),
),
body: Center(
child: OutlineButton.icon(
onPressed: (){},
icon: Icon(Icons.save),
label: Text('this is a very long text which is not going to get wrapped because I dont know why'),
)
),
);
}
}
```
|
non_usab
|
outlinebutton icon widget overflow the text inside outlinebutton icon is not wrapping or fading or ending with when the text in there is very long applying overflow textoverflow ellipsis on the label text widget is not working either steps to reproduce just copy and paste this below code in the dartpad dev first select a flutter sample and then replace the code with the below code import package flutter material dart void main runapp myapp class myapp extends statelesswidget override widget build buildcontext context return materialapp title flutter demo debugshowcheckedmodebanner false theme themedata primaryswatch colors blue home myhomepage class myhomepage extends statelesswidget override widget build buildcontext context return scaffold appbar appbar title text hello outlinebutton icon body center child outlinebutton icon onpressed icon icon icons save label text this is a very long text which is not going to get wrapped because i dont know why
| 0
|
20,592
| 15,729,790,183
|
IssuesEvent
|
2021-03-29 15:13:06
|
git4school/git4school-visu
|
https://api.github.com/repos/git4school/git4school-visu
|
opened
|
Move the session management to the overview graph
|
pending technical story usability story
|
**Description**
Move the management of sessions to the overview graph, _as for the management of milestones._
**Hints**
To add a session, **click on the graph** on the date you want the session to start. The milestone management window appears. **Click on the session management tab** and you can **modify the parameters** of the session such as the end and start dates.
|
True
|
Move the session management to the overview graph - **Description**
Move the management of sessions to the overview graph, _as for the management of milestones._
**Hints**
To add a session, **click on the graph** on the date you want the session to start. The milestone management window appears. **Click on the session management tab** and you can **modify the parameters** of the session such as the end and start dates.
|
usab
|
move the session management to the overview graph description move the management of sessions to the overview graph as for the management of milestones hints to add a session click on the graph on the date you want the session to start the milestone management window appears click on the session management tab and you can modify the parameters of the session such as the end and start dates
| 1
|
14,368
| 9,105,191,112
|
IssuesEvent
|
2019-02-20 20:07:14
|
JabRef/jabref
|
https://api.github.com/repos/JabRef/jabref
|
opened
|
Groups: change Manual grouping
|
ui usability5
|

|Description of Issue|Possible Solution| Warnings |
|:-----------------------------------------:|:-------------------------------------------------:|:---------------:|
| The button for adding groups is often too remote from the list of existing groups and too inconspicuous|Enlarge the button and place it directly below the list of groups|-|
| The right click options for groups are too complicated;<br/>the menu contains functions, that are misplaced there|Add hierarchy to the _Remove group_ items; <br/>Remove items for adding/removing entries|-|
|
True
|
Groups: change Manual grouping -

|Description of Issue|Possible Solution| Warnings |
|:-----------------------------------------:|:-------------------------------------------------:|:---------------:|
| The button for adding groups is often too remote from the list of existing groups and too inconspicuous|Enlarge the button and place it directly below the list of groups|-|
| The right click options for groups are too complicated;<br/>the menu contains functions, that are misplaced there|Add hierarchy to the _Remove group_ items; <br/>Remove items for adding/removing entries|-|
|
usab
|
groups change manual grouping description of issue possible solution warnings the button for adding groups is often too remote from the list of existing groups and too inconspicuous enlarge the button and place it directly below the list of groups the right click options for groups are too complicated the menu contains functions that are misplaced there add hierarchy to the remove group items remove items for adding removing entries
| 1
|
317,714
| 27,260,116,397
|
IssuesEvent
|
2023-02-22 14:21:49
|
cockroachdb/cockroach
|
https://api.github.com/repos/cockroachdb/cockroach
|
closed
|
kv/kvserver: TestStoreAddRemoveRanges failed
|
C-test-failure O-robot branch-master GA-blocker T-kv
|
kv/kvserver.TestStoreAddRemoveRanges [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8657152?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8657152?buildTab=artifacts#/) on master @ [9ea0ef2f6a8e31e22c7350de5cacd9c5992d07a0](https://github.com/cockroachdb/cockroach/commits/9ea0ef2f6a8e31e22c7350de5cacd9c5992d07a0):
```
goroutine 118907905 lock 0xc014e24460
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907733 lock 0xc01bdc1ea0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907850 lock 0xc01c898d20
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907884 lock 0xc02497c1e0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907754 lock 0xc01f42fcc0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907898 lock 0xc02105f180
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907674 lock 0xc01db9d360
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907736 lock 0xc01db9d680
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
```
<p>Parameters: <code>TAGS=bazel,gss,deadlock</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/kv
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestStoreAddRemoveRanges.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-24414
|
1.0
|
kv/kvserver: TestStoreAddRemoveRanges failed - kv/kvserver.TestStoreAddRemoveRanges [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8657152?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8657152?buildTab=artifacts#/) on master @ [9ea0ef2f6a8e31e22c7350de5cacd9c5992d07a0](https://github.com/cockroachdb/cockroach/commits/9ea0ef2f6a8e31e22c7350de5cacd9c5992d07a0):
```
goroutine 118907905 lock 0xc014e24460
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907733 lock 0xc01bdc1ea0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907850 lock 0xc01c898d20
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907884 lock 0xc02497c1e0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907754 lock 0xc01f42fcc0
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907898 lock 0xc02105f180
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907674 lock 0xc01db9d360
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
goroutine 118907736 lock 0xc01db9d680
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics.go:2110 kvserver.(*TenantsStorageMetrics).acquireTenant ??? <<<<<
github.com/sasha-s/go-deadlock/external/com_github_sasha_s_go_deadlock/deadlock.go:84 go-deadlock.(*Mutex).Lock ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:79 kvserver.TestTenantsStorageMetricsConcurrency.func2 ???
github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/metrics_test.go:91 kvserver.TestTenantsStorageMetricsConcurrency.func3 ???
```
<p>Parameters: <code>TAGS=bazel,gss,deadlock</code>
</p>
<details><summary>Help</summary>
<p>
See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)
</p>
</details>
/cc @cockroachdb/kv
<sub>
[This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestStoreAddRemoveRanges.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
</sub>
Jira issue: CRDB-24414
|
non_usab
|
kv kvserver teststoreaddremoveranges failed kv kvserver teststoreaddremoveranges with on master goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics go kvserver tenantsstoragemetrics acquiretenant github com sasha s go deadlock external com github sasha s go deadlock deadlock go go deadlock mutex lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver metrics test go kvserver testtenantsstoragemetricsconcurrency parameters tags bazel gss deadlock help see also cc cockroachdb kv jira issue crdb
| 0
|
13,885
| 8,709,695,950
|
IssuesEvent
|
2018-12-06 14:39:11
|
godotengine/godot
|
https://api.github.com/repos/godotengine/godot
|
closed
|
Editor: Inspector value adjust using mouse slide does nothing when sliding to the right.
|
bug topic:editor usability
|
**Godot version:**
3.1 alpha #fe0db6c
Mac OS X, High Sierra
** Issue Description **
(In reference to #22982 )
In the editor inspector for a Control, sliding mouse over ( e.g. TextureRect ) `rect_position.x or y` and `rect_size.x or y` values, only changes the value sliding to the left. Sliding to the right does nothing.

|
True
|
Editor: Inspector value adjust using mouse slide does nothing when sliding to the right. - **Godot version:**
3.1 alpha #fe0db6c
Mac OS X, High Sierra
** Issue Description **
(In reference to #22982 )
In the editor inspector for a Control, sliding mouse over ( e.g. TextureRect ) `rect_position.x or y` and `rect_size.x or y` values, only changes the value sliding to the left. Sliding to the right does nothing.

|
usab
|
editor inspector value adjust using mouse slide does nothing when sliding to the right godot version alpha mac os x high sierra issue description in reference to in the editor inspector for a control sliding mouse over e g texturerect rect position x or y and rect size x or y values only changes the value sliding to the left sliding to the right does nothing
| 1
|
101,449
| 4,118,048,852
|
IssuesEvent
|
2016-06-08 09:53:43
|
ClearControl/Halcyon
|
https://api.github.com/repos/ClearControl/Halcyon
|
closed
|
Tree should be collapsed except for first level
|
enhancement high priority
|
At startup, the tree should be collapsed except for the root node that should be opened.
(so we see the list of device types, but not the devices themselves)
|
1.0
|
Tree should be collapsed except for first level - At startup, the tree should be collapsed except for the root node that should be opened.
(so we see the list of device types, but not the devices themselves)
|
non_usab
|
tree should be collapsed except for first level at startup the tree should be collapsed except for the root node that should be opened so we see the list of device types but not the devices themselves
| 0
|
26,638
| 27,037,686,851
|
IssuesEvent
|
2023-02-12 23:56:24
|
tailscale/tailscale
|
https://api.github.com/repos/tailscale/tailscale
|
closed
|
Tailscale not creating tables for NFTables
|
OS-linux L1 Very few P3 Can't get started T6 Major usability bug
|
### What is the issue?
Tailscale is not creating `ts-postrouting` table in nftables on ARM64 Linux
```
sudo /usr/sbin/iptables -t nat -N ts-postrouting --wait
iptables v1.8.2 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING
```
```
# Health check:
# - router: setting up nat/ts-postrouting: running [/usr/sbin/iptables -t nat -N ts-postrouting --wait]: exit status 4: iptables v1.8.2 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING
```
### Steps to reproduce
Restart tailscaled and tailscale up on arm64
### Are there any recent changes that introduced the issue?
_No response_
### OS
Linux
### OS version
Debian Mendel GNU/Linux 4 (Day)
### Tailscale version
1.21.120
### Bug report
BUG-194419985916c781c32d5d902089092d9f1b2f9f723c92c64729b1b6af243fd3-20220307161953Z-b3585fc7d802000f
|
True
|
Tailscale not creating tables for NFTables - ### What is the issue?
Tailscale is not creating `ts-postrouting` table in nftables on ARM64 Linux
```
sudo /usr/sbin/iptables -t nat -N ts-postrouting --wait
iptables v1.8.2 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING
```
```
# Health check:
# - router: setting up nat/ts-postrouting: running [/usr/sbin/iptables -t nat -N ts-postrouting --wait]: exit status 4: iptables v1.8.2 (nf_tables): CHAIN_ADD failed (No such file or directory): chain PREROUTING
```
### Steps to reproduce
Restart tailscaled and tailscale up on arm64
### Are there any recent changes that introduced the issue?
_No response_
### OS
Linux
### OS version
Debian Mendel GNU/Linux 4 (Day)
### Tailscale version
1.21.120
### Bug report
BUG-194419985916c781c32d5d902089092d9f1b2f9f723c92c64729b1b6af243fd3-20220307161953Z-b3585fc7d802000f
|
usab
|
tailscale not creating tables for nftables what is the issue tailscale is not creating ts postrouting table in nftables on linux sudo usr sbin iptables t nat n ts postrouting wait iptables nf tables chain add failed no such file or directory chain prerouting health check router setting up nat ts postrouting running exit status iptables nf tables chain add failed no such file or directory chain prerouting steps to reproduce restart tailscaled and tailscale up on are there any recent changes that introduced the issue no response os linux os version debian mendel gnu linux day tailscale version bug report bug
| 1
|
1,141
| 2,729,127,220
|
IssuesEvent
|
2015-04-16 05:39:02
|
druid-io/druid
|
https://api.github.com/repos/druid-io/druid
|
opened
|
Historicals will announce themselves and indicate segment cache initialized, even if segment cache loading throws exceptions
|
Usability
|
Exceptions thrown while initializing the segment cache are ignored. This means historicals will announce empty, but still indicate they are initialized. If users rely on `druid/historical/v1/loadstatus` endpoint to do rolling upgrades, this could lead to data loss in case more than one node fails to initialize for some reason. It might be worthwhile to have the loadstatus endpoint report back an error instead to allow aborting the rolling upgrade.
|
True
|
Historicals will announce themselves and indicate segment cache initialized, even if segment cache loading throws exceptions - Exceptions thrown while initializing the segment cache are ignored. This means historicals will announce empty, but still indicate they are initialized. If users rely on `druid/historical/v1/loadstatus` endpoint to do rolling upgrades, this could lead to data loss in case more than one node fails to initialize for some reason. It might be worthwhile to have the loadstatus endpoint report back an error instead to allow aborting the rolling upgrade.
|
usab
|
historicals will announce themselves and indicate segment cache initialized even if segment cache loading throws exceptions exceptions thrown while initializing the segment cache are ignored this means historicals will announce empty but still indicate they are initialized if users rely on druid historical loadstatus endpoint to do rolling upgrades this could lead to data loss in case more than one node fails to initialize for some reason it might be worthwhile to have the loadstatus endpoint report back an error instead to allow aborting the rolling upgrade
| 1
|
100,585
| 4,098,904,380
|
IssuesEvent
|
2016-06-03 10:15:58
|
osrg/namazu
|
https://api.github.com/repos/osrg/namazu
|
opened
|
Flaky test?: nmz/endpoint
|
kind/bug priority/P0
|
4919228
https://travis-ci.org/osrg/namazu/builds/134960743
```
ok github.com/osrg/namazu/nmz/cli 2.768s coverage: 0.3% of statements
ok github.com/osrg/namazu/nmz/cli/container/run 2.432s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/cli/inspectors 2.568s coverage: 12.6% of statements
ok github.com/osrg/namazu/nmz/cli/tools 1.024s coverage: 2.5% of statements
ok github.com/osrg/namazu/nmz/container 2.534s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/container/ns 1.025s coverage: 0.0% of statements
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated
```
Typical output:
https://travis-ci.org/osrg/namazu/builds/134956146
```
ok github.com/osrg/namazu/nmz/cli 2.220s coverage: 0.3% of statements
ok github.com/osrg/namazu/nmz/cli/container/run 2.226s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/cli/inspectors 2.230s coverage: 12.6% of statements
ok github.com/osrg/namazu/nmz/cli/tools 1.017s coverage: 2.5% of statements
ok github.com/osrg/namazu/nmz/container 2.223s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/container/ns 1.015s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/endpoint 2.404s coverage: 72.1% of statements <--- this
...
```
|
1.0
|
Flaky test?: nmz/endpoint -
4919228
https://travis-ci.org/osrg/namazu/builds/134960743
```
ok github.com/osrg/namazu/nmz/cli 2.768s coverage: 0.3% of statements
ok github.com/osrg/namazu/nmz/cli/container/run 2.432s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/cli/inspectors 2.568s coverage: 12.6% of statements
ok github.com/osrg/namazu/nmz/cli/tools 1.024s coverage: 2.5% of statements
ok github.com/osrg/namazu/nmz/container 2.534s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/container/ns 1.025s coverage: 0.0% of statements
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated
```
Typical output:
https://travis-ci.org/osrg/namazu/builds/134956146
```
ok github.com/osrg/namazu/nmz/cli 2.220s coverage: 0.3% of statements
ok github.com/osrg/namazu/nmz/cli/container/run 2.226s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/cli/inspectors 2.230s coverage: 12.6% of statements
ok github.com/osrg/namazu/nmz/cli/tools 1.017s coverage: 2.5% of statements
ok github.com/osrg/namazu/nmz/container 2.223s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/container/ns 1.015s coverage: 0.0% of statements
ok github.com/osrg/namazu/nmz/endpoint 2.404s coverage: 72.1% of statements <--- this
...
```
|
non_usab
|
flaky test nmz endpoint ok github com osrg namazu nmz cli coverage of statements ok github com osrg namazu nmz cli container run coverage of statements ok github com osrg namazu nmz cli inspectors coverage of statements ok github com osrg namazu nmz cli tools coverage of statements ok github com osrg namazu nmz container coverage of statements ok github com osrg namazu nmz container ns coverage of statements no output has been received in the last this potentially indicates a stalled build or something wrong with the build itself the build has been terminated typical output ok github com osrg namazu nmz cli coverage of statements ok github com osrg namazu nmz cli container run coverage of statements ok github com osrg namazu nmz cli inspectors coverage of statements ok github com osrg namazu nmz cli tools coverage of statements ok github com osrg namazu nmz container coverage of statements ok github com osrg namazu nmz container ns coverage of statements ok github com osrg namazu nmz endpoint coverage of statements this
| 0
|
55,034
| 14,141,947,230
|
IssuesEvent
|
2020-11-10 13:26:04
|
jOOQ/jOOQ
|
https://api.github.com/repos/jOOQ/jOOQ
|
closed
|
Invalid insert from generated dataclass & dao
|
C: Integration: Kotlin E: All Editions P: High T: Defect
|
### Expected behavior
Should insert values set on generated pojo/dataclass.
### Actual behavior
Miss several values
### Steps to reproduce the problem
Use the maven plugin to generate pojos and daos.
```
@Suppress("UNCHECKED_CAST")
@Entity
@Table(
name = "T_DHUBFILESEQ",
schema = "APPDATA",
uniqueConstraints = [
UniqueConstraint(name = "PK_T_DHUBFILESEQ", columnNames = [ "BANK_ID", "TABLENAME" ])
]
)
data class TDhubfileseq(
var fileSeqno: BigDecimal? = null
, var bankId: String? = null
, var tablename: String? = null
, var version: BigDecimal? = null
, var createdDt: LocalDateTime? = null
, var updatedDt: LocalDateTime? = null
): Serializable {
}
```
```
tDhubfileseq = TDhubfileseq(
fileSeqno = BigDecimal.ONE,
createdDt = LocalDateTime.now(),
updatedDt = LocalDateTime.now(),
version = BigDecimal.ONE,
bankId = "9999",
tablename = "somename")
tDhubfileseqDao.insert(tDhubfileseq)
```
```
For some reason it ignores several fields:
2020-11-09 22:26:46,433 [main][][][][][][][] DEBUG org.jooq.tools.LoggerListener - -> with bind values :
insert into "T_DHUBFILESEQ" (
"CREATED_DT",
"VERSION",
"UPDATED_DT"
)
values (
timestamp '2020-11-09 22:26:39.154098',
1,
timestamp '2020-11-09 22:26:46.431'
)
org.jooq.exception.DataAccessException: SQL [insert into "T_DHUBFILESEQ" (
"CREATED_DT",
"VERSION",
"UPDATED_DT"
)
values (
?,
?,
?
)]; ORA-01400: cannot insert NULL into ("APPDATA"."T_DHUBFILESEQ"."FILE_SEQNO")
```
### Versions
- jOOQ: 3.14.2
- Java: 15
- Database (include vendor): oracle
- OS: N/A
- JDBC Driver (include name if inofficial driver): latest ojdbc
|
1.0
|
Invalid insert from generated dataclass & dao - ### Expected behavior
Should insert values set on generated pojo/dataclass.
### Actual behavior
Miss several values
### Steps to reproduce the problem
Use the maven plugin to generate pojos and daos.
```
@Suppress("UNCHECKED_CAST")
@Entity
@Table(
name = "T_DHUBFILESEQ",
schema = "APPDATA",
uniqueConstraints = [
UniqueConstraint(name = "PK_T_DHUBFILESEQ", columnNames = [ "BANK_ID", "TABLENAME" ])
]
)
data class TDhubfileseq(
var fileSeqno: BigDecimal? = null
, var bankId: String? = null
, var tablename: String? = null
, var version: BigDecimal? = null
, var createdDt: LocalDateTime? = null
, var updatedDt: LocalDateTime? = null
): Serializable {
}
```
```
tDhubfileseq = TDhubfileseq(
fileSeqno = BigDecimal.ONE,
createdDt = LocalDateTime.now(),
updatedDt = LocalDateTime.now(),
version = BigDecimal.ONE,
bankId = "9999",
tablename = "somename")
tDhubfileseqDao.insert(tDhubfileseq)
```
```
For some reason it ignores several fields:
2020-11-09 22:26:46,433 [main][][][][][][][] DEBUG org.jooq.tools.LoggerListener - -> with bind values :
insert into "T_DHUBFILESEQ" (
"CREATED_DT",
"VERSION",
"UPDATED_DT"
)
values (
timestamp '2020-11-09 22:26:39.154098',
1,
timestamp '2020-11-09 22:26:46.431'
)
org.jooq.exception.DataAccessException: SQL [insert into "T_DHUBFILESEQ" (
"CREATED_DT",
"VERSION",
"UPDATED_DT"
)
values (
?,
?,
?
)]; ORA-01400: cannot insert NULL into ("APPDATA"."T_DHUBFILESEQ"."FILE_SEQNO")
```
### Versions
- jOOQ: 3.14.2
- Java: 15
- Database (include vendor): oracle
- OS: N/A
- JDBC Driver (include name if inofficial driver): latest ojdbc
|
non_usab
|
invalid insert from generated dataclass dao expected behavior should insert values set on generated pojo dataclass actual behavior miss several values steps to reproduce the problem use the maven plugin to generate pojos and daos suppress unchecked cast entity table name t dhubfileseq schema appdata uniqueconstraints uniqueconstraint name pk t dhubfileseq columnnames data class tdhubfileseq var fileseqno bigdecimal null var bankid string null var tablename string null var version bigdecimal null var createddt localdatetime null var updateddt localdatetime null serializable tdhubfileseq tdhubfileseq fileseqno bigdecimal one createddt localdatetime now updateddt localdatetime now version bigdecimal one bankid tablename somename tdhubfileseqdao insert tdhubfileseq for some reason it ignores several fields debug org jooq tools loggerlistener with bind values insert into t dhubfileseq created dt version updated dt values timestamp timestamp org jooq exception dataaccessexception sql insert into t dhubfileseq created dt version updated dt values ora cannot insert null into appdata t dhubfileseq file seqno versions jooq java database include vendor oracle os n a jdbc driver include name if inofficial driver latest ojdbc
| 0
|
272,816
| 8,518,005,953
|
IssuesEvent
|
2018-11-01 10:05:13
|
CS2103-AY1819S1-F11-3/main
|
https://api.github.com/repos/CS2103-AY1819S1-F11-3/main
|
closed
|
Statistics: Generate and display all points accumulated in daily, weekly, and all-time windows
|
priority.Low type.Task
|
Dependent on #104
|
1.0
|
Statistics: Generate and display all points accumulated in daily, weekly, and all-time windows - Dependent on #104
|
non_usab
|
statistics generate and display all points accumulated in daily weekly and all time windows dependent on
| 0
|
221,702
| 24,657,002,032
|
IssuesEvent
|
2022-10-18 01:09:54
|
bsbtd/Teste
|
https://api.github.com/repos/bsbtd/Teste
|
opened
|
CVE-2022-32149 (Medium) detected in github.com/golang/text/language-v0.3.2
|
security vulnerability
|
## CVE-2022-32149 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/text/language-v0.3.2</b></p></summary>
<p>[mirror] Go text processing support</p>
<p>
Dependency Hierarchy:
- k8s.io/kubernetes/pkg/apis/extensions-v1.13.12 (Root Library)
- github.com/kubernetes/api-kubernetes-1.13.0
- github.com/kubernetes/apimachinery-v0.17.4
- github.com/kubernetes/apimachinery-v0.17.4
- github.com/kubernetes/apimachinery-v0.17.4
- golang.org/x/net/http2
- golang.org/x/net/http/httpguts
- golang.org/x/net/idna
- github.com/golang/text/secure/bidirule-v0.3.2
- github.com/golang/text/unicode/bidi-v0.3.2
- github.com/golang/text-v0.3.2
- :x: **github.com/golang/text/language-v0.3.2** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/bsbtd/Teste/commit/50a539d66e7a2f790cf8a8d8d1471993698c9adc">50a539d66e7a2f790cf8a8d8d1471993698c9adc</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.
<p>Publish Date: 2022-10-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-32149>CVE-2022-32149</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-32149">https://www.cve.org/CVERecord?id=CVE-2022-32149</a></p>
<p>Release Date: 2022-10-14</p>
<p>Fix Resolution: v0.3.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2022-32149 (Medium) detected in github.com/golang/text/language-v0.3.2 - ## CVE-2022-32149 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/golang/text/language-v0.3.2</b></p></summary>
<p>[mirror] Go text processing support</p>
<p>
Dependency Hierarchy:
- k8s.io/kubernetes/pkg/apis/extensions-v1.13.12 (Root Library)
- github.com/kubernetes/api-kubernetes-1.13.0
- github.com/kubernetes/apimachinery-v0.17.4
- github.com/kubernetes/apimachinery-v0.17.4
- github.com/kubernetes/apimachinery-v0.17.4
- golang.org/x/net/http2
- golang.org/x/net/http/httpguts
- golang.org/x/net/idna
- github.com/golang/text/secure/bidirule-v0.3.2
- github.com/golang/text/unicode/bidi-v0.3.2
- github.com/golang/text-v0.3.2
- :x: **github.com/golang/text/language-v0.3.2** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/bsbtd/Teste/commit/50a539d66e7a2f790cf8a8d8d1471993698c9adc">50a539d66e7a2f790cf8a8d8d1471993698c9adc</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
An attacker may cause a denial of service by crafting an Accept-Language header which ParseAcceptLanguage will take significant time to parse.
<p>Publish Date: 2022-10-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-32149>CVE-2022-32149</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-32149">https://www.cve.org/CVERecord?id=CVE-2022-32149</a></p>
<p>Release Date: 2022-10-14</p>
<p>Fix Resolution: v0.3.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_usab
|
cve medium detected in github com golang text language cve medium severity vulnerability vulnerable library github com golang text language go text processing support dependency hierarchy io kubernetes pkg apis extensions root library github com kubernetes api kubernetes github com kubernetes apimachinery github com kubernetes apimachinery github com kubernetes apimachinery golang org x net golang org x net http httpguts golang org x net idna github com golang text secure bidirule github com golang text unicode bidi github com golang text x github com golang text language vulnerable library found in head commit a href found in base branch master vulnerability details an attacker may cause a denial of service by crafting an accept language header which parseacceptlanguage will take significant time to parse publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
| 0
|
15,257
| 9,912,870,755
|
IssuesEvent
|
2019-06-28 10:05:55
|
esrlabs/logviewer
|
https://api.github.com/repos/esrlabs/logviewer
|
closed
|
Coloring of output
|
enhancement usability
|
Allow:
* define necessary API / interfaces to allow plugins, which can parse output and present it in different ways.
* such parsers should be bound with type of sources. For example, DLT has own one, terminal other and so on.
|
True
|
Coloring of output - Allow:
* define necessary API / interfaces to allow plugins, which can parse output and present it in different ways.
* such parsers should be bound with type of sources. For example, DLT has own one, terminal other and so on.
|
usab
|
coloring of output allow define necessary api interfaces to allow plugins which can parse output and present it in different ways such parsers should be bound with type of sources for example dlt has own one terminal other and so on
| 1
|
355,993
| 10,587,186,580
|
IssuesEvent
|
2019-10-08 21:27:29
|
yewstack/yew_router
|
https://api.github.com/repos/yewstack/yew_router
|
closed
|
Simple Routing Syntax
|
low priority prs wanted
|
Mime the react router syntax of `/thing/:capture(choice|choice)`.
This might be possible to do using the existing `MatcherToken`s.
|
1.0
|
Simple Routing Syntax - Mime the react router syntax of `/thing/:capture(choice|choice)`.
This might be possible to do using the existing `MatcherToken`s.
|
non_usab
|
simple routing syntax mime the react router syntax of thing capture choice choice this might be possible to do using the existing matchertoken s
| 0
|
71,738
| 9,535,912,493
|
IssuesEvent
|
2019-04-30 08:21:56
|
GEOLYTIX/xyz
|
https://api.github.com/repos/GEOLYTIX/xyz
|
closed
|
Tableview viewports
|
Documentation Enhancement Testing
|
Currently layer tableviews will always filter for the viewport. This should be optional.
|
1.0
|
Tableview viewports - Currently layer tableviews will always filter for the viewport. This should be optional.
|
non_usab
|
tableview viewports currently layer tableviews will always filter for the viewport this should be optional
| 0
|
4,351
| 3,830,910,716
|
IssuesEvent
|
2016-03-31 16:01:48
|
orbeon/orbeon-forms
|
https://api.github.com/repos/orbeon/orbeon-forms
|
closed
|
Date and Time field not to show error after date is selected
|
Usability XForms
|
Currently, if you select a date with the date picker, the control shows an error as soon as the selection is made. Instead it should behave as it does now when the user types a date and tabs to the time field: only show an error if the date+time are invalid once the user tabs out of the time field. Concretely, once the date is selected, we should set the focus on the time field, and not show an error.

[+1 from community](http://discuss.orbeon.com/input-field-type-xf-dateTime-validation-error-after-date-selection-td4661115.html)
|
True
|
Date and Time field not to show error after date is selected - Currently, if you select a date with the date picker, the control shows an error as soon as the selection is made. Instead it should behave as it does now when the user types a date and tabs to the time field: only show an error if the date+time are invalid once the user tabs out of the time field. Concretely, once the date is selected, we should set the focus on the time field, and not show an error.

[+1 from community](http://discuss.orbeon.com/input-field-type-xf-dateTime-validation-error-after-date-selection-td4661115.html)
|
usab
|
date and time field not to show error after date is selected currently if you select a date with the date picker the control shows an error as soon as the selection is made instead it should behave as it does now when the user types a date and tabs to the time field only show an error if the date time are invalid once the user tabs out of the time field concretely once the date is selected we should set the focus on the time field and not show an error
| 1
|
7,287
| 4,861,262,602
|
IssuesEvent
|
2016-11-14 08:02:01
|
lionheart/openradar-mirror
|
https://api.github.com/repos/lionheart/openradar-mirror
|
opened
|
29242951: Offer mailbox move suggestions in Mail UI
|
classification:ui/usability reproducible:always status:open
|
#### Description
Summary:
With iOS 10 or a new MacBook Pro with Touch Bar, Mail can predict where you want to move a message, which is a very useful feature. However, if your MacBooks does not have a Touch Bar this feature is not available. I suggest adding the intelligent “Move To“ button to Mail’s toolbar.
Steps to Reproduce:
1.) Launch Mail on a MacBook with Touch Bar
2.) Note the “Move To” button in the Touch Bar
Expected Results:
You should also be able to add the “Move To“ button to Mail’s toolbar
Actual Results:
The “Move To” button cannot be added to Mail’s toolbar
Regression:
Notes:
-
Product Version: Mail 10.1 (3251)
Created: 2016-11-14T07:55:47.416420
Originated: 2016-11-14T07:55:00
Open Radar Link: http://www.openradar.me/29242951
|
True
|
29242951: Offer mailbox move suggestions in Mail UI - #### Description
Summary:
With iOS 10 or a new MacBook Pro with Touch Bar, Mail can predict where you want to move a message, which is a very useful feature. However, if your MacBooks does not have a Touch Bar this feature is not available. I suggest adding the intelligent “Move To“ button to Mail’s toolbar.
Steps to Reproduce:
1.) Launch Mail on a MacBook with Touch Bar
2.) Note the “Move To” button in the Touch Bar
Expected Results:
You should also be able to add the “Move To“ button to Mail’s toolbar
Actual Results:
The “Move To” button cannot be added to Mail’s toolbar
Regression:
Notes:
-
Product Version: Mail 10.1 (3251)
Created: 2016-11-14T07:55:47.416420
Originated: 2016-11-14T07:55:00
Open Radar Link: http://www.openradar.me/29242951
|
usab
|
offer mailbox move suggestions in mail ui description summary with ios or a new macbook pro with touch bar mail can predict where you want to move a message which is a very useful feature however if your macbooks does not have a touch bar this feature is not available i suggest adding the intelligent “move to“ button to mail’s toolbar steps to reproduce launch mail on a macbook with touch bar note the “move to” button in the touch bar expected results you should also be able to add the “move to“ button to mail’s toolbar actual results the “move to” button cannot be added to mail’s toolbar regression notes product version mail created originated open radar link
| 1
|
743,911
| 25,919,272,063
|
IssuesEvent
|
2022-12-15 20:14:41
|
ArctosDB/arctos
|
https://api.github.com/repos/ArctosDB/arctos
|
opened
|
[ geography request ]
|
Priority-High (Needed for work) Function-Locality/Event/Georeferencing
|
I should have held off on requesting Sainte Genevieve MO, it turns out our fish data have a number of GADM level 2 (and even 1) entities requiring addition to Arctos. See below:
Geography GADM Level GADM ID Wikipedia Note
Missouri, Sainte Genevieve County 2 USA.26.96_1 https://en.wikipedia.org/wiki/Ste._Genevieve_County,_Missouri
Thailand, Trat Province 1 THA.71_1 https://en.wikipedia.org/wiki/Trat_province
China, Heilongjiang Province, Mudanjiang 2 CHN.11.8_1 https://en.wikipedia.org/wiki/Mudanjiang
China, Hunan Province, Yueyang County 2 CHN.14.12_1 https://en.wikipedia.org/wiki/Yueyang_County
Thailand, Phatthalung Province, Pak Phayun District 2 THA.40.9_1 https://en.wikipedia.org/wiki/Pak_Phayun_district
Italy, Grosseto Province 2 ITA.16.3_1 https://en.wikipedia.org/wiki/Province_of_Grosseto
Asia, Nepal, Central Region, Narayani Zone 2 NPL.1.3_1 https://en.wikipedia.org/wiki/Narayani_Zone Superceded by provinces but this is not reflected in GADM
Taiwan, Chiayi 2 TWN.7.3_1 https://en.wikipedia.org/wiki/Chiayi_County
Taiwan, Hualien 2 TWN.7.6_1 https://en.wikipedia.org/wiki/Hualien_County
Taiwan, Miaoli 2 TWN.7.8_1 https://en.wikipedia.org/wiki/Miaoli_County
Taiwan, Penghu 2 TWN.7.10_1 https://en.wikipedia.org/wiki/Penghu
Taiwan, Pingtung 2 TWN.7.11_1 https://en.wikipedia.org/wiki/Pingtung_County
Taiwan, Taitung 2 TWN.7.12_1 https://en.wikipedia.org/wiki/Taitung_County
Taiwan, Yilan 2 TWN.7.14_1 https://en.wikipedia.org/wiki/Yilan_County,_Taiwan
|
1.0
|
[ geography request ] - I should have held off on requesting Sainte Genevieve MO, it turns out our fish data have a number of GADM level 2 (and even 1) entities requiring addition to Arctos. See below:
Geography GADM Level GADM ID Wikipedia Note
Missouri, Sainte Genevieve County 2 USA.26.96_1 https://en.wikipedia.org/wiki/Ste._Genevieve_County,_Missouri
Thailand, Trat Province 1 THA.71_1 https://en.wikipedia.org/wiki/Trat_province
China, Heilongjiang Province, Mudanjiang 2 CHN.11.8_1 https://en.wikipedia.org/wiki/Mudanjiang
China, Hunan Province, Yueyang County 2 CHN.14.12_1 https://en.wikipedia.org/wiki/Yueyang_County
Thailand, Phatthalung Province, Pak Phayun District 2 THA.40.9_1 https://en.wikipedia.org/wiki/Pak_Phayun_district
Italy, Grosseto Province 2 ITA.16.3_1 https://en.wikipedia.org/wiki/Province_of_Grosseto
Asia, Nepal, Central Region, Narayani Zone 2 NPL.1.3_1 https://en.wikipedia.org/wiki/Narayani_Zone Superceded by provinces but this is not reflected in GADM
Taiwan, Chiayi 2 TWN.7.3_1 https://en.wikipedia.org/wiki/Chiayi_County
Taiwan, Hualien 2 TWN.7.6_1 https://en.wikipedia.org/wiki/Hualien_County
Taiwan, Miaoli 2 TWN.7.8_1 https://en.wikipedia.org/wiki/Miaoli_County
Taiwan, Penghu 2 TWN.7.10_1 https://en.wikipedia.org/wiki/Penghu
Taiwan, Pingtung 2 TWN.7.11_1 https://en.wikipedia.org/wiki/Pingtung_County
Taiwan, Taitung 2 TWN.7.12_1 https://en.wikipedia.org/wiki/Taitung_County
Taiwan, Yilan 2 TWN.7.14_1 https://en.wikipedia.org/wiki/Yilan_County,_Taiwan
|
non_usab
|
i should have held off on requesting sainte genevieve mo it turns out our fish data have a number of gadm level and even entities requiring addition to arctos see below geography gadm level gadm id wikipedia note missouri sainte genevieve county usa thailand trat province tha china heilongjiang province mudanjiang chn china hunan province yueyang county chn thailand phatthalung province pak phayun district tha italy grosseto province ita asia nepal central region narayani zone npl superceded by provinces but this is not reflected in gadm taiwan chiayi twn taiwan hualien twn taiwan miaoli twn taiwan penghu twn taiwan pingtung twn taiwan taitung twn taiwan yilan twn
| 0
|
599,103
| 18,265,713,994
|
IssuesEvent
|
2021-10-04 08:13:37
|
webcompat/web-bugs
|
https://api.github.com/repos/webcompat/web-bugs
|
closed
|
vod.antenna.gr - see bug description
|
browser-firefox priority-normal type-webrender-enabled engine-gecko
|
<!-- @browser: Firefox 91.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/88941 -->
<!-- @extra_labels: type-webrender-enabled -->
**URL**: https://vod.antenna.gr/#/?deferLogin=1
**Browser / Version**: Firefox 91.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Something else
**Description**: Make me switch to Chrome to work.
**Steps to Reproduce**:
Not letting me in it says download the app or switch to Chrome.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/10/f2cbb225-c0db-4ef5-87aa-740551212de5.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: true</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20211003100640</li><li>channel: nightly</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2021/10/a0546646-bfea-45d3-b7f5-8f9a11e2e6bc)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
1.0
|
vod.antenna.gr - see bug description - <!-- @browser: Firefox 91.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/88941 -->
<!-- @extra_labels: type-webrender-enabled -->
**URL**: https://vod.antenna.gr/#/?deferLogin=1
**Browser / Version**: Firefox 91.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Opera
**Problem type**: Something else
**Description**: Make me switch to Chrome to work.
**Steps to Reproduce**:
Not letting me in it says download the app or switch to Chrome.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2021/10/f2cbb225-c0db-4ef5-87aa-740551212de5.jpeg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>gfx.webrender.all: true</li><li>gfx.webrender.blob-images: true</li><li>gfx.webrender.enabled: false</li><li>image.mem.shared: true</li><li>buildID: 20211003100640</li><li>channel: nightly</li><li>hasTouchScreen: false</li><li>mixed active content blocked: false</li><li>mixed passive content blocked: false</li><li>tracking content blocked: false</li>
</ul>
</details>
[View console log messages](https://webcompat.com/console_logs/2021/10/a0546646-bfea-45d3-b7f5-8f9a11e2e6bc)
_From [webcompat.com](https://webcompat.com/) with ❤️_
|
non_usab
|
vod antenna gr see bug description url browser version firefox operating system windows tested another browser yes opera problem type something else description make me switch to chrome to work steps to reproduce not letting me in it says download the app or switch to chrome view the screenshot img alt screenshot src browser configuration gfx webrender all true gfx webrender blob images true gfx webrender enabled false image mem shared true buildid channel nightly hastouchscreen false mixed active content blocked false mixed passive content blocked false tracking content blocked false from with ❤️
| 0
|
13,696
| 8,644,560,587
|
IssuesEvent
|
2018-11-26 03:34:51
|
matomo-org/matomo
|
https://api.github.com/repos/matomo-org/matomo
|
closed
|
Evolution graphs: buttons to switch the display of historical data by day, week, month or year
|
Enhancement Major c: Usability
|
Currently there is a widget that shows visits per month if you select month, or per week if Week is selected as a date range.
Allow users to display new visits evolution graph:
- visits by hour (when period is day) (eg. requested in #7498)
- visits by day in the week (when period is week)
- visits by day in the month (when period is month)
- visit by day in the year (when period is year) (does that fit in the small widget?)
- when the graph data is exported, it should show the same data as displayed in the graph (whether showing daily or monthly metrics)
UI: not sure, how this would be best done. But a great looking solution seen in other tools is to show little buttons [ day | week | month | year ] eg. on the top right of the graph.
|
True
|
Evolution graphs: buttons to switch the display of historical data by day, week, month or year - Currently there is a widget that shows visits per month if you select month, or per week if Week is selected as a date range.
Allow users to display new visits evolution graph:
- visits by hour (when period is day) (eg. requested in #7498)
- visits by day in the week (when period is week)
- visits by day in the month (when period is month)
- visit by day in the year (when period is year) (does that fit in the small widget?)
- when the graph data is exported, it should show the same data as displayed in the graph (whether showing daily or monthly metrics)
UI: not sure, how this would be best done. But a great looking solution seen in other tools is to show little buttons [ day | week | month | year ] eg. on the top right of the graph.
|
usab
|
evolution graphs buttons to switch the display of historical data by day week month or year currently there is a widget that shows visits per month if you select month or per week if week is selected as a date range allow users to display new visits evolution graph visits by hour when period is day eg requested in visits by day in the week when period is week visits by day in the month when period is month visit by day in the year when period is year does that fit in the small widget when the graph data is exported it should show the same data as displayed in the graph whether showing daily or monthly metrics ui not sure how this would be best done but a great looking solution seen in other tools is to show little buttons eg on the top right of the graph
| 1
|
295,120
| 25,456,315,552
|
IssuesEvent
|
2022-11-24 14:28:14
|
elastic/elasticsearch
|
https://api.github.com/repos/elastic/elasticsearch
|
closed
|
Multiple PyTorchModelIT tests failed in 8.5 in single processor mode
|
>test-failure :ml Team:ML
|
### CI Link
https://gradle-enterprise.elastic.co/s/odf7hayhkpbts/console-log?task=:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest
### Repro line
See below
### Does it reproduce?
Didn't try
### Applicable branches
8.5
### Failure history
_No response_
### Failure excerpt
```
Tests with failures:
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testDeleteFailureDueToDeployment
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithWildcard
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testEvaluateWithResultFieldOverride
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testNotifications
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testEvaluate
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testTruncation
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testLiveDeploymentStats
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testFailedDeploymentStats
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testPipelineWithBadProcessor
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStopUsedDeploymentByIngestProcessor
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testDeploymentStats
- org.elasticsearch.xpack.ml.integration.TestFeatureResetIT.testMLFeatureResetWithModelDeployment
273 tests completed, 14 failed, 4 skipped
```
e.g.,
```
:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest FAILED
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 -Dsun.jnu.encoding=UTF8
REPRODUCE WITH: ./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance" -Dtests.seed=C5A28319B7703BDF -Dtests.configure_test_clusters_with_one_processor=true -Dtests.locale=it-IT -Dtests.timezone=Europe/Oslo -Druntime.java=17
org.elasticsearch.xpack.ml.integration.PyTorchModelIT > testStoppingDeploymentShouldTriggerRebalance FAILED
java.lang.AssertionError:
Expected: <1>
but: was <0>
at __randomizedtesting.SeedInfo.seed([C5A28319B7703BDF:95DB58D96EEC0ADE]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.assertAllocationCount(PyTorchModelIT.java:887)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.lambda$testStoppingDeploymentShouldTriggerRebalance$14(PyTorchModelIT.java:769)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:1105)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:1078)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance(PyTorchModelIT.java:769)
REPRODUCE WITH: ./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments" -Dtests.seed=C5A28319B7703BDF -Dtests.configure_test_clusters_with_one_processor=true -Dtests.locale=it-IT -Dtests.timezone=Europe/Oslo -Druntime.java=17
org.elasticsearch.xpack.ml.integration.PyTorchModelIT > testGetDeploymentStats_WithStartedStoppedDeployments FAILED
org.elasticsearch.client.ResponseException: method [POST], host [http://127.0.0.1:39557], URI [/_ml/trained_models/foo/deployment/_start?timeout=40s&wait_for=fully_allocated&threads_per_allocation=1&number_of_allocations=1], status line [HTTP/1.1 408 Request Timeout]
{"error":{"root_cause":[{"type":"status_exception","reason":"Starting deployment timed out after [40s]"}],"type":"status_exception","reason":"Starting deployment timed out after [40s]"},"status":408}
at __randomizedtesting.SeedInfo.seed([C5A28319B7703BDF:D53DE8A4DD8FCE3D]:0)
at app//org.elasticsearch.client.RestClient.convertResponse(RestClient.java:347)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:313)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:288)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.startDeployment(PyTorchModelIT.java:960)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.startDeployment(PyTorchModelIT.java:944)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments(PyTorchModelIT.java:442)
```
|
1.0
|
Multiple PyTorchModelIT tests failed in 8.5 in single processor mode - ### CI Link
https://gradle-enterprise.elastic.co/s/odf7hayhkpbts/console-log?task=:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest
### Repro line
See below
### Does it reproduce?
Didn't try
### Applicable branches
8.5
### Failure history
_No response_
### Failure excerpt
```
Tests with failures:
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testDeleteFailureDueToDeployment
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithWildcard
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testEvaluateWithResultFieldOverride
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testNotifications
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testEvaluate
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testTruncation
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testLiveDeploymentStats
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testFailedDeploymentStats
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testPipelineWithBadProcessor
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStopUsedDeploymentByIngestProcessor
- org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testDeploymentStats
- org.elasticsearch.xpack.ml.integration.TestFeatureResetIT.testMLFeatureResetWithModelDeployment
273 tests completed, 14 failed, 4 skipped
```
e.g.,
```
:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest FAILED
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 -Dsun.jnu.encoding=UTF8
REPRODUCE WITH: ./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance" -Dtests.seed=C5A28319B7703BDF -Dtests.configure_test_clusters_with_one_processor=true -Dtests.locale=it-IT -Dtests.timezone=Europe/Oslo -Druntime.java=17
org.elasticsearch.xpack.ml.integration.PyTorchModelIT > testStoppingDeploymentShouldTriggerRebalance FAILED
java.lang.AssertionError:
Expected: <1>
but: was <0>
at __randomizedtesting.SeedInfo.seed([C5A28319B7703BDF:95DB58D96EEC0ADE]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.assertAllocationCount(PyTorchModelIT.java:887)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.lambda$testStoppingDeploymentShouldTriggerRebalance$14(PyTorchModelIT.java:769)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:1105)
at org.elasticsearch.test.ESTestCase.assertBusy(ESTestCase.java:1078)
at org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testStoppingDeploymentShouldTriggerRebalance(PyTorchModelIT.java:769)
REPRODUCE WITH: ./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments" -Dtests.seed=C5A28319B7703BDF -Dtests.configure_test_clusters_with_one_processor=true -Dtests.locale=it-IT -Dtests.timezone=Europe/Oslo -Druntime.java=17
org.elasticsearch.xpack.ml.integration.PyTorchModelIT > testGetDeploymentStats_WithStartedStoppedDeployments FAILED
org.elasticsearch.client.ResponseException: method [POST], host [http://127.0.0.1:39557], URI [/_ml/trained_models/foo/deployment/_start?timeout=40s&wait_for=fully_allocated&threads_per_allocation=1&number_of_allocations=1], status line [HTTP/1.1 408 Request Timeout]
{"error":{"root_cause":[{"type":"status_exception","reason":"Starting deployment timed out after [40s]"}],"type":"status_exception","reason":"Starting deployment timed out after [40s]"},"status":408}
at __randomizedtesting.SeedInfo.seed([C5A28319B7703BDF:D53DE8A4DD8FCE3D]:0)
at app//org.elasticsearch.client.RestClient.convertResponse(RestClient.java:347)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:313)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:288)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.startDeployment(PyTorchModelIT.java:960)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.startDeployment(PyTorchModelIT.java:944)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments(PyTorchModelIT.java:442)
```
|
non_usab
|
multiple pytorchmodelit tests failed in in single processor mode ci link repro line see below does it reproduce didn t try applicable branches failure history no response failure excerpt tests with failures org elasticsearch xpack ml integration pytorchmodelit teststoppingdeploymentshouldtriggerrebalance org elasticsearch xpack ml integration pytorchmodelit testgetdeploymentstats withstartedstoppeddeployments org elasticsearch xpack ml integration pytorchmodelit testdeletefailureduetodeployment org elasticsearch xpack ml integration pytorchmodelit testgetdeploymentstats withwildcard org elasticsearch xpack ml integration pytorchmodelit testevaluatewithresultfieldoverride org elasticsearch xpack ml integration pytorchmodelit testnotifications org elasticsearch xpack ml integration pytorchmodelit testevaluate org elasticsearch xpack ml integration pytorchmodelit testtruncation org elasticsearch xpack ml integration pytorchmodelit testlivedeploymentstats org elasticsearch xpack ml integration pytorchmodelit testfaileddeploymentstats org elasticsearch xpack ml integration pytorchmodelit testpipelinewithbadprocessor org elasticsearch xpack ml integration pytorchmodelit teststopuseddeploymentbyingestprocessor org elasticsearch xpack ml integration pytorchmodelit testdeploymentstats org elasticsearch xpack ml integration testfeatureresetit testmlfeatureresetwithmodeldeployment tests completed failed skipped e g x pack plugin ml qa native multi node tests javaresttest failed picked up java tool options dfile encoding dsun jnu encoding reproduce with gradlew x pack plugin ml qa native multi node tests javaresttest tests org elasticsearch xpack ml integration pytorchmodelit teststoppingdeploymentshouldtriggerrebalance dtests seed dtests configure test clusters with one processor true dtests locale it it dtests timezone europe oslo druntime java org elasticsearch xpack ml integration pytorchmodelit teststoppingdeploymentshouldtriggerrebalance failed java lang assertionerror expected but was at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch xpack ml integration pytorchmodelit assertallocationcount pytorchmodelit java at org elasticsearch xpack ml integration pytorchmodelit lambda teststoppingdeploymentshouldtriggerrebalance pytorchmodelit java at org elasticsearch test estestcase assertbusy estestcase java at org elasticsearch test estestcase assertbusy estestcase java at org elasticsearch xpack ml integration pytorchmodelit teststoppingdeploymentshouldtriggerrebalance pytorchmodelit java reproduce with gradlew x pack plugin ml qa native multi node tests javaresttest tests org elasticsearch xpack ml integration pytorchmodelit testgetdeploymentstats withstartedstoppeddeployments dtests seed dtests configure test clusters with one processor true dtests locale it it dtests timezone europe oslo druntime java org elasticsearch xpack ml integration pytorchmodelit testgetdeploymentstats withstartedstoppeddeployments failed org elasticsearch client responseexception method host uri status line error root cause type status exception reason starting deployment timed out after status at randomizedtesting seedinfo seed at app org elasticsearch client restclient convertresponse restclient java at app org elasticsearch client restclient performrequest restclient java at app org elasticsearch client restclient performrequest restclient java at app org elasticsearch xpack ml integration pytorchmodelit startdeployment pytorchmodelit java at app org elasticsearch xpack ml integration pytorchmodelit startdeployment pytorchmodelit java at app org elasticsearch xpack ml integration pytorchmodelit testgetdeploymentstats withstartedstoppeddeployments pytorchmodelit java
| 0
|
310,343
| 26,711,525,670
|
IssuesEvent
|
2023-01-28 01:01:39
|
dotnet/maui
|
https://api.github.com/repos/dotnet/maui
|
closed
|
Tool /usr/bin/codesign execution finished (exit code = 1).
|
t/bug area/tooling ⚙️ platform/iOS 🍎 s/try-latest-version
|
### Description
I am running this command
`dotnet publish -f:net6.0-ios -c:Release`
to create a *.ipa file. This has worked before, now suddenly it stopped working.
On the MAC I am using Visual Studio 17.3 build 198 and the error is this:
Tool /usr/bin/codesign execution finished (exit code = 1).
/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all
In subcomponent: /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : /usr/bin/codesign exited with code 1 [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : Failed to codesign '/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app': /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : In subcomponent: /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64 [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
In Visual Studio on Windows, which is Version 17.3.0 Preview 2.0, the error is slightly different. This Visual Studio connects to that MAC, and as I said, it worked before.
Tool /usr/bin/codesign execution finished (exit code = 1).
/Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all
In subcomponent: /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : /usr/bin/codesign exited with code 1 [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : Failed to codesign '/Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app': /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : In subcomponent: /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/Communi
tyToolkit.Mvvm.aotdata.arm64 [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
### Steps to Reproduce
1. Download https://github.com/otium99/8168ErrorReproduction, which was designed to reproduce another error in .NET MAUI, but it should serve for this purpose as well
2. Add a PropertyGroup to the *.csproj file that looks something like this and matches with your code signing certificate
```
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) and '$(Configuration)' == 'Release'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<CodesignProvision>Maui Provisioning</CodesignProvision>
<CodesignKey>Apple Distribution: Your Name (12345)</CodesignKey>
<ArchiveOnBuild>true</ArchiveOnBuild>
<TcpPort>58181</TcpPort>
<ServerAddress>xxxxxxx</ServerAddress>
<!--<ServerAddress>.</ServerAddress>-->
<ServerUser>xxxxxx</ServerUser>
<ServerPassword>xxxxx</ServerPassword>
<_DotNetRootRemoteDirectory>/Users/xxxxx/Library/Caches/Xamarin/XMA/SDKs/dotnet/</_DotNetRootRemoteDirectory>
</PropertyGroup>
```
3. Run this command:
`dotnet publish -f:net6.0-ios -c:Release`
### Version with bug
6.0.400 (current)
### Last version that worked well
Unknown/Other
### Affected platforms
iOS
### Affected platform versions
Windows VS 17.3.0 Preview 2.0 / MAC VS 17.3 build 198
### Did you find any workaround?
No!
### Relevant log output
_No response_
|
1.0
|
Tool /usr/bin/codesign execution finished (exit code = 1). - ### Description
I am running this command
`dotnet publish -f:net6.0-ios -c:Release`
to create a *.ipa file. This has worked before, now suddenly it stopped working.
On the MAC I am using Visual Studio 17.3 build 198 and the error is this:
Tool /usr/bin/codesign execution finished (exit code = 1).
/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all
In subcomponent: /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : /usr/bin/codesign exited with code 1 [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : Failed to codesign '/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app': /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : In subcomponent: /Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64 [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk/15.4.311/tools/msbuild/iOS/Xamarin.Shared.targets(2067,3): error : [/Users/user123456/Documents/GitHub/OnesieMobile/OnesieMobile/OnesieMobile.csproj]
In Visual Studio on Windows, which is Version 17.3.0 Preview 2.0, the error is slightly different. This Visual Studio connects to that MAC, and as I said, it worked before.
Tool /usr/bin/codesign execution finished (exit code = 1).
/Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all
In subcomponent: /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/CommunityToolkit.Mvvm.aotdata.arm64
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : /usr/bin/codesign exited with code 1 [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : Failed to codesign '/Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app': /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app: code object is not signed at all [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : In subcomponent: /Users/user123456/Library/Caches/Xamarin/mtbs/builds/OnesieMobile/4ec7a8728b5fa1e9205273ff25ba9492243ecbf302b59126254146e9ff1a7028/bin/Release/net6.0-ios/ios-arm64/OnesieMobile.app/Communi
tyToolkit.Mvvm.aotdata.arm64 [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(2067,3): error : [C:\Development\OnesieMobile\OnesieMobile\OnesieMobile.csproj]
### Steps to Reproduce
1. Download https://github.com/otium99/8168ErrorReproduction, which was designed to reproduce another error in .NET MAUI, but it should serve for this purpose as well
2. Add a PropertyGroup to the *.csproj file that looks something like this and matches with your code signing certificate
```
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) and '$(Configuration)' == 'Release'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<CodesignProvision>Maui Provisioning</CodesignProvision>
<CodesignKey>Apple Distribution: Your Name (12345)</CodesignKey>
<ArchiveOnBuild>true</ArchiveOnBuild>
<TcpPort>58181</TcpPort>
<ServerAddress>xxxxxxx</ServerAddress>
<!--<ServerAddress>.</ServerAddress>-->
<ServerUser>xxxxxx</ServerUser>
<ServerPassword>xxxxx</ServerPassword>
<_DotNetRootRemoteDirectory>/Users/xxxxx/Library/Caches/Xamarin/XMA/SDKs/dotnet/</_DotNetRootRemoteDirectory>
</PropertyGroup>
```
3. Run this command:
`dotnet publish -f:net6.0-ios -c:Release`
### Version with bug
6.0.400 (current)
### Last version that worked well
Unknown/Other
### Affected platforms
iOS
### Affected platform versions
Windows VS 17.3.0 Preview 2.0 / MAC VS 17.3 build 198
### Did you find any workaround?
No!
### Relevant log output
_No response_
|
non_usab
|
tool usr bin codesign execution finished exit code description i am running this command dotnet publish f ios c release to create a ipa file this has worked before now suddenly it stopped working on the mac i am using visual studio build and the error is this tool usr bin codesign execution finished exit code users documents github onesiemobile onesiemobile bin release ios ios onesiemobile app code object is not signed at all in subcomponent users documents github onesiemobile onesiemobile bin release ios ios onesiemobile app communitytoolkit mvvm aotdata usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error usr bin codesign exited with code usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error failed to codesign users documents github onesiemobile onesiemobile bin release ios ios onesiemobile app users documents github onesiemobile onesiemobile bin release ios ios onesiemobile app code object is not signed at all usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error in subcomponent users documents github onesiemobile onesiemobile bin release ios ios onesiemobile app communitytoolkit mvvm aotdata usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error usr local share dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error in visual studio on windows which is version preview the error is slightly different this visual studio connects to that mac and as i said it worked before tool usr bin codesign execution finished exit code users library caches xamarin mtbs builds onesiemobile bin release ios ios onesiemobile app code object is not signed at all in subcomponent users library caches xamarin mtbs builds onesiemobile bin release ios ios onesiemobile app communitytoolkit mvvm aotdata c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error usr bin codesign exited with code c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error failed to codesign users library caches xamarin mtbs builds onesiemobile bin release ios ios onesiemobile app users library caches xamarin mtbs builds onesiemobile bin release ios ios onesiemobile app code object is not signed at all c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error in subcomponent users library caches xamarin mtbs builds onesiemobile bin release ios ios onesiemobile app communi tytoolkit mvvm aotdata c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error c program files dotnet packs microsoft ios sdk tools msbuild ios xamarin shared targets error steps to reproduce download which was designed to reproduce another error in net maui but it should serve for this purpose as well add a propertygroup to the csproj file that looks something like this and matches with your code signing certificate ios maui provisioning apple distribution your name true xxxxxxx xxxxxx xxxxx users xxxxx library caches xamarin xma sdks dotnet run this command dotnet publish f ios c release version with bug current last version that worked well unknown other affected platforms ios affected platform versions windows vs preview mac vs build did you find any workaround no relevant log output no response
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.