Unnamed: 0 int64 3 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 2 430 | labels stringlengths 4 347 | body stringlengths 5 237k | index stringclasses 7 values | text_combine stringlengths 96 237k | label stringclasses 2 values | text stringlengths 96 219k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
20,263 | 29,351,130,220 | IssuesEvent | 2023-05-27 00:23:40 | evhub/coconut | https://api.github.com/repos/evhub/coconut | opened | Use `typing_extensions` over `typing` whenever possible | compatibility | `typing_extensions` includes a bunch of bugfixes and performance improvements over `typing` (e.g. https://github.com/beartype/beartype/issues/241#issuecomment-1561583535), so we should compile `typing` imports into `typing_extensions` imports (with a fall back to `typing` if `typing_extensions` isn't installed) whenever possible. | True | Use `typing_extensions` over `typing` whenever possible - `typing_extensions` includes a bunch of bugfixes and performance improvements over `typing` (e.g. https://github.com/beartype/beartype/issues/241#issuecomment-1561583535), so we should compile `typing` imports into `typing_extensions` imports (with a fall back to `typing` if `typing_extensions` isn't installed) whenever possible. | comp | use typing extensions over typing whenever possible typing extensions includes a bunch of bugfixes and performance improvements over typing e g so we should compile typing imports into typing extensions imports with a fall back to typing if typing extensions isn t installed whenever possible | 1 |
355,893 | 10,585,944,659 | IssuesEvent | 2019-10-08 18:38:04 | kubernetes/kubeadm | https://api.github.com/repos/kubernetes/kubeadm | reopened | provide way to upload kubeadm and kubelet configurations to cluster | kind/feature priority/awaiting-more-evidence | FEATURE REQUEST:
There should be a way to upload a kubeadm configuration to a cluster, independent of `kubeadm init` and `kubeadm upgrade` commands (ie update `kubadm-config` in `kube-system` namespace as well create `kubelet-config-1.xx` configmap).
Updating/creating these two configmaps is important to both cluster initialization, as well as cluster upgrades via kubeadm. Imagine a scenario where the kubelet and kubeadm configurations are controlled by a third party entity (such as a controller). Giving that controller the ability to update the kubelet and kubeadm configurations would be very valuable. We could then update these configmaps prior to a cluster upgrade, then bring up new nodes, on the new kubernetes version, without having to mutate any of the currently running nodes.
One way to achieve this is to remove the patch node phase `AnnotateCRISocket` from the `kubeadm init phase upload-config all` command. This command assumes that we are initializing a cluster, rightfully so, but by removing it, we can achieve the desired outcome.
Alternatively, and probably a better long term solution anyway, is to add a new command `kubeadm config upload` that takes a kubernetes version, kubeadm config, and kubeconfig as inputs. The ideal behavior would be to take the config, update the config's `kubernetesVersion` to the inputted kubernetes version, and upload it to the cluster defined in the kubeconfig file.
/kind feature
Side Note:
As infrastructure and kubernetes move towards more immutability, kubeadm should also take these use cases into account. It seems like a lot of the feature set provided by kubeadm focuses on mutable infrastructure. | 1.0 | provide way to upload kubeadm and kubelet configurations to cluster - FEATURE REQUEST:
There should be a way to upload a kubeadm configuration to a cluster, independent of `kubeadm init` and `kubeadm upgrade` commands (ie update `kubadm-config` in `kube-system` namespace as well create `kubelet-config-1.xx` configmap).
Updating/creating these two configmaps is important to both cluster initialization, as well as cluster upgrades via kubeadm. Imagine a scenario where the kubelet and kubeadm configurations are controlled by a third party entity (such as a controller). Giving that controller the ability to update the kubelet and kubeadm configurations would be very valuable. We could then update these configmaps prior to a cluster upgrade, then bring up new nodes, on the new kubernetes version, without having to mutate any of the currently running nodes.
One way to achieve this is to remove the patch node phase `AnnotateCRISocket` from the `kubeadm init phase upload-config all` command. This command assumes that we are initializing a cluster, rightfully so, but by removing it, we can achieve the desired outcome.
Alternatively, and probably a better long term solution anyway, is to add a new command `kubeadm config upload` that takes a kubernetes version, kubeadm config, and kubeconfig as inputs. The ideal behavior would be to take the config, update the config's `kubernetesVersion` to the inputted kubernetes version, and upload it to the cluster defined in the kubeconfig file.
/kind feature
Side Note:
As infrastructure and kubernetes move towards more immutability, kubeadm should also take these use cases into account. It seems like a lot of the feature set provided by kubeadm focuses on mutable infrastructure. | non_comp | provide way to upload kubeadm and kubelet configurations to cluster feature request there should be a way to upload a kubeadm configuration to a cluster independent of kubeadm init and kubeadm upgrade commands ie update kubadm config in kube system namespace as well create kubelet config xx configmap updating creating these two configmaps is important to both cluster initialization as well as cluster upgrades via kubeadm imagine a scenario where the kubelet and kubeadm configurations are controlled by a third party entity such as a controller giving that controller the ability to update the kubelet and kubeadm configurations would be very valuable we could then update these configmaps prior to a cluster upgrade then bring up new nodes on the new kubernetes version without having to mutate any of the currently running nodes one way to achieve this is to remove the patch node phase annotatecrisocket from the kubeadm init phase upload config all command this command assumes that we are initializing a cluster rightfully so but by removing it we can achieve the desired outcome alternatively and probably a better long term solution anyway is to add a new command kubeadm config upload that takes a kubernetes version kubeadm config and kubeconfig as inputs the ideal behavior would be to take the config update the config s kubernetesversion to the inputted kubernetes version and upload it to the cluster defined in the kubeconfig file kind feature side note as infrastructure and kubernetes move towards more immutability kubeadm should also take these use cases into account it seems like a lot of the feature set provided by kubeadm focuses on mutable infrastructure | 0 |
7,950 | 10,134,247,852 | IssuesEvent | 2019-08-02 06:56:27 | arcticicestudio/igloo | https://api.github.com/repos/arcticicestudio/igloo | opened | Invalid JetBrains symlink target parent paths on Linux hosts | os-archlinux scope-compatibility snowblock-jetbrains type-epic | On macOS the JetBrains configuration files are paced right into the main `IntelliJIdea2019.2` directory while on Linux based systems the folder consists of the sub-folders `cache`, `config` and `system` that can also be configured in the `idea64.properties` file.
Currently the target path is also the main `~/.IntellihJIdea2019.2` directory, but the files must be linked into the nested `config` folder instead. | True | Invalid JetBrains symlink target parent paths on Linux hosts - On macOS the JetBrains configuration files are paced right into the main `IntelliJIdea2019.2` directory while on Linux based systems the folder consists of the sub-folders `cache`, `config` and `system` that can also be configured in the `idea64.properties` file.
Currently the target path is also the main `~/.IntellihJIdea2019.2` directory, but the files must be linked into the nested `config` folder instead. | comp | invalid jetbrains symlink target parent paths on linux hosts on macos the jetbrains configuration files are paced right into the main directory while on linux based systems the folder consists of the sub folders cache config and system that can also be configured in the properties file currently the target path is also the main directory but the files must be linked into the nested config folder instead | 1 |
11,410 | 13,390,070,465 | IssuesEvent | 2020-09-02 19:56:19 | noobaa/noobaa-core | https://api.github.com/repos/noobaa/noobaa-core | opened | Namespace NB (object_server) should implement get/put_object_acl | Compatibility-AWS Type:Enhancement | **Is your feature request related to a problem? Please describe.**
No Object ACL support for object MDs.
**Describe the solution you'd like**
Explore compatibility options of identities and ACLs.
**Describe alternatives you've considered**
Current alternative is to ignore put, and return a constant default user.
**Additional context**
Followup of PR #6152 and Issue #6156 | True | Namespace NB (object_server) should implement get/put_object_acl - **Is your feature request related to a problem? Please describe.**
No Object ACL support for object MDs.
**Describe the solution you'd like**
Explore compatibility options of identities and ACLs.
**Describe alternatives you've considered**
Current alternative is to ignore put, and return a constant default user.
**Additional context**
Followup of PR #6152 and Issue #6156 | comp | namespace nb object server should implement get put object acl is your feature request related to a problem please describe no object acl support for object mds describe the solution you d like explore compatibility options of identities and acls describe alternatives you ve considered current alternative is to ignore put and return a constant default user additional context followup of pr and issue | 1 |
249,581 | 7,963,656,005 | IssuesEvent | 2018-07-13 18:23:19 | senaite/senaite.health | https://api.github.com/repos/senaite/senaite.health | opened | Seems that a doctor can create a client but eventually it fails | bug priority: low | ## Steps to reproduce
1- Log in as a Doctor
2- Go to clients list and click on "add" button
3- It seems that you can create a Client.
4- Once you save the changes the system rises an error
## Current behavior
A doctor can access to the Client's creation page, but it rises an error when he/she creates the client object
## Expected behavior
A doctor should not be able to create a client or has the option to create one
## Screenshot (optional)
| 1.0 | Seems that a doctor can create a client but eventually it fails - ## Steps to reproduce
1- Log in as a Doctor
2- Go to clients list and click on "add" button
3- It seems that you can create a Client.
4- Once you save the changes the system rises an error
## Current behavior
A doctor can access to the Client's creation page, but it rises an error when he/she creates the client object
## Expected behavior
A doctor should not be able to create a client or has the option to create one
## Screenshot (optional)
| non_comp | seems that a doctor can create a client but eventually it fails steps to reproduce log in as a doctor go to clients list and click on add button it seems that you can create a client once you save the changes the system rises an error current behavior a doctor can access to the client s creation page but it rises an error when he she creates the client object expected behavior a doctor should not be able to create a client or has the option to create one screenshot optional | 0 |
300,572 | 22,687,561,542 | IssuesEvent | 2022-07-04 15:30:52 | ita-social-projects/EPlast | https://api.github.com/repos/ita-social-projects/EPlast | closed | [Region Board of the Plast] {Документообіг} section does not provide user with a possibility to download a document for the second time | Bug documentation Regions Board (Крайовий провід пласту) | **Environment**: macOS 10.12.6 (16G2136), Google Chrome Version 88.0.4324.192 (Official Build) (x86_64)
**Reproducible**: always
**Priority**: high
**Severity**: high
**Build found**: 50a9def
**Preconditions**
Go to https://eplast.westeurope.cloudapp.azure.com
Log into the system as a Super Admin (Княгиня Ольга)
**Steps to reproduce**
1.Open left-side menu and click on '_Крайовий Провід Пласту_' section
2.Open it
3.G to {_Документообіг_} section and using + button try to add any new document (see attached screen below as well as test data -- document for downloading)
4.Name the document (e.g. _test_)
5.Download a document
6.Delete a document
7.Download a document one more time
8.Pay attention on renaming the document after downloading by first/second time
9.Pay your attention on [_Опубілкувати_] button
**Actual result**
[Опубілкувати] button is disabled when we are trying to download a document second time. Renaming the document is present during the downloading for the first time
**Expected result**
[Опубілкувати] button should be active and does not depend on the number of times we are downloading/deleting a document. And naming/renaming should be unique and does not depend on the number of times we are downloading/deleting a document as well.
**User story and test case links**



 | 1.0 | [Region Board of the Plast] {Документообіг} section does not provide user with a possibility to download a document for the second time - **Environment**: macOS 10.12.6 (16G2136), Google Chrome Version 88.0.4324.192 (Official Build) (x86_64)
**Reproducible**: always
**Priority**: high
**Severity**: high
**Build found**: 50a9def
**Preconditions**
Go to https://eplast.westeurope.cloudapp.azure.com
Log into the system as a Super Admin (Княгиня Ольга)
**Steps to reproduce**
1.Open left-side menu and click on '_Крайовий Провід Пласту_' section
2.Open it
3.G to {_Документообіг_} section and using + button try to add any new document (see attached screen below as well as test data -- document for downloading)
4.Name the document (e.g. _test_)
5.Download a document
6.Delete a document
7.Download a document one more time
8.Pay attention on renaming the document after downloading by first/second time
9.Pay your attention on [_Опубілкувати_] button
**Actual result**
[Опубілкувати] button is disabled when we are trying to download a document second time. Renaming the document is present during the downloading for the first time
**Expected result**
[Опубілкувати] button should be active and does not depend on the number of times we are downloading/deleting a document. And naming/renaming should be unique and does not depend on the number of times we are downloading/deleting a document as well.
**User story and test case links**



 | non_comp | документообіг section does not provide user with a possibility to download a document for the second time environment macos google chrome version official build reproducible always priority high severity high build found preconditions go to log into the system as a super admin княгиня ольга steps to reproduce open left side menu and click on крайовий провід пласту section open it g to документообіг section and using button try to add any new document see attached screen below as well as test data document for downloading name the document e g test download a document delete a document download a document one more time pay attention on renaming the document after downloading by first second time pay your attention on button actual result button is disabled when we are trying to download a document second time renaming the document is present during the downloading for the first time expected result button should be active and does not depend on the number of times we are downloading deleting a document and naming renaming should be unique and does not depend on the number of times we are downloading deleting a document as well user story and test case links | 0 |
10,934 | 12,949,278,983 | IssuesEvent | 2020-07-19 08:26:59 | jenkinsci/dark-theme-plugin | https://api.github.com/repos/jenkinsci/dark-theme-plugin | closed | Calls to action in noJob.jelly aren't looking correct | core-compatibility | This seems too bright:
<img width="860" alt="Screenshot" src="https://user-images.githubusercontent.com/1831569/85206325-9008a600-b321-11ea-9b5d-6997585da625.png">
Jenkins 2.241, Dark Theme Plugin 0.0.3 | True | Calls to action in noJob.jelly aren't looking correct - This seems too bright:
<img width="860" alt="Screenshot" src="https://user-images.githubusercontent.com/1831569/85206325-9008a600-b321-11ea-9b5d-6997585da625.png">
Jenkins 2.241, Dark Theme Plugin 0.0.3 | comp | calls to action in nojob jelly aren t looking correct this seems too bright img width alt screenshot src jenkins dark theme plugin | 1 |
276,819 | 21,002,035,698 | IssuesEvent | 2022-03-29 18:26:25 | aquasecurity/starboard | https://api.github.com/repos/aquasecurity/starboard | closed | update documentation with compliance report info | :book: documentation | the documentation with compliance info:
- add new CRD
- reports examples
- usage with the operator
- usage with cli
- update/create new compliance spec
Fixed by: #1079 | 1.0 | update documentation with compliance report info - the documentation with compliance info:
- add new CRD
- reports examples
- usage with the operator
- usage with cli
- update/create new compliance spec
Fixed by: #1079 | non_comp | update documentation with compliance report info the documentation with compliance info add new crd reports examples usage with the operator usage with cli update create new compliance spec fixed by | 0 |
238,712 | 19,758,626,506 | IssuesEvent | 2022-01-16 02:34:11 | QubesOS/updates-status | https://api.github.com/repos/QubesOS/updates-status | closed | linux-kernel v5.10.88-1 (r4.1) | r4.1-dom0-cur-test | Update of linux-kernel to v5.10.88-1 for Qubes r4.1, see comments below for details.
Built from: https://github.com/QubesOS/qubes-linux-kernel/commit/b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf
[Changes since previous version](https://github.com/QubesOS/qubes-linux-kernel/compare/v5.10.76-1...v5.10.88-1):
QubesOS/qubes-linux-kernel@b8a2e93 Remove more patches applied upstream already
QubesOS/qubes-linux-kernel@3d38f35 Update patches, drop those already included upstream
QubesOS/qubes-linux-kernel@c95378d Update to kernel-5.10.88
QubesOS/qubes-linux-kernel@f0c4cbc Merge remote-tracking branch 'origin/pr/475' into stable-5.10
QubesOS/qubes-linux-kernel@f018620 Fix build with GCC 11 and plugins
QubesOS/qubes-linux-kernel@873d41a spec: add BR make
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 current repo` (available 7 days from now)
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| 1.0 | linux-kernel v5.10.88-1 (r4.1) - Update of linux-kernel to v5.10.88-1 for Qubes r4.1, see comments below for details.
Built from: https://github.com/QubesOS/qubes-linux-kernel/commit/b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf
[Changes since previous version](https://github.com/QubesOS/qubes-linux-kernel/compare/v5.10.76-1...v5.10.88-1):
QubesOS/qubes-linux-kernel@b8a2e93 Remove more patches applied upstream already
QubesOS/qubes-linux-kernel@3d38f35 Update patches, drop those already included upstream
QubesOS/qubes-linux-kernel@c95378d Update to kernel-5.10.88
QubesOS/qubes-linux-kernel@f0c4cbc Merge remote-tracking branch 'origin/pr/475' into stable-5.10
QubesOS/qubes-linux-kernel@f018620 Fix build with GCC 11 and plugins
QubesOS/qubes-linux-kernel@873d41a spec: add BR make
Referenced issues:
If you're release manager, you can issue GPG-inline signed command:
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 current repo` (available 7 days from now)
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 current (dists) repo`, you can choose subset of distributions, like `vm-fc24 vm-fc25` (available 7 days from now)
* `Upload linux-kernel b8a2e936d58f2d394b4e9c47bf2a8f05220b1daf r4.1 security-testing repo`
Above commands will work only if packages in current-testing repository were built from given commit (i.e. no new version superseded it).
| non_comp | linux kernel update of linux kernel to for qubes see comments below for details built from qubesos qubes linux kernel remove more patches applied upstream already qubesos qubes linux kernel update patches drop those already included upstream qubesos qubes linux kernel update to kernel qubesos qubes linux kernel merge remote tracking branch origin pr into stable qubesos qubes linux kernel fix build with gcc and plugins qubesos qubes linux kernel spec add br make referenced issues if you re release manager you can issue gpg inline signed command upload linux kernel current repo available days from now upload linux kernel current dists repo you can choose subset of distributions like vm vm available days from now upload linux kernel security testing repo above commands will work only if packages in current testing repository were built from given commit i e no new version superseded it | 0 |
19,968 | 27,790,153,728 | IssuesEvent | 2023-03-17 08:15:18 | ProxioDev/RedisBungee | https://api.github.com/repos/ProxioDev/RedisBungee | closed | getServer() api | bug Velocity Plugin incompatibility | Sometimes when I use /friends list command it returns null
(author of paf said it is redisbungee fault)
I have two proxies but online players plays only on first one
**To Reproduce**
Steps to reproduce the behavior:
1. install party and friends EXTENDED
2. run /friends list command
**Expected behavior**
Api return player server
**Screenshots**
-
**Redis version? it should be at least 6 and above.**
6
**Bungeecord version or (the bungee fork name eg: waterfall) and your plugins**
latest velocity dev build
[19:51:35 INFO]: Plugins: fastmotd, mysqlandconfigurateforvelocity, partyandfriends, ia-for-paf, kaurivpn, limboapi, limboauth, limbofilter, litebans, luckperms, luckperm-display-names-for-paf, protocolize, pl-hide-pro, protocolizelegacysupport, redisbungee, reportingsystem, spark, ultrastaffchatpro, velocitycore, warptoleaderextension
**console logs?**
[19:44:56 ERROR]: java.lang.NullPointerException: server
[19:44:56 ERROR]: at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:897)
[19:44:56 ERROR]: at com.velocitypowered.proxy.server.ServerMap.getServer(ServerMap.java:51)
[19:44:56 ERROR]: at com.velocitypowered.proxy.VelocityServer.getServer(VelocityServer.java:682)
[19:44:56 ERROR]: at com.imaginarycode.minecraft.redisbungee.**RedisBungeeAPI.getServerFor(RedisBungeeAPI.java:48)**
[19:44:56 ERROR]: at de.simonsator.partyandfriends.abstractredisbungee.velocity.limework.LimeworkRedisVelocityAPI.getServerFor(LimeworkRedisVelocityAPI.java:46)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.pafplayers.redisbungee.RedisBungeePlayer.getServer(RedisBungeePlayer.java:62)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.communicationtasks.gui.HidePlayers.executeTask(HidePlayers.java:51)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.SpigotMessage.toDo(SpigotMessage.java:127)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.SpigotMessage.lambda$onPluginMessage$0(SpigotMessage.java:83)
[19:44:56 ERROR]: at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:242)
[19:44:56 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[19:44:56 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[19:44:56 ERROR]: at java.base/java.lang.Thread.run(Thread.java:1589) | True | getServer() api - Sometimes when I use /friends list command it returns null
(author of paf said it is redisbungee fault)
I have two proxies but online players plays only on first one
**To Reproduce**
Steps to reproduce the behavior:
1. install party and friends EXTENDED
2. run /friends list command
**Expected behavior**
Api return player server
**Screenshots**
-
**Redis version? it should be at least 6 and above.**
6
**Bungeecord version or (the bungee fork name eg: waterfall) and your plugins**
latest velocity dev build
[19:51:35 INFO]: Plugins: fastmotd, mysqlandconfigurateforvelocity, partyandfriends, ia-for-paf, kaurivpn, limboapi, limboauth, limbofilter, litebans, luckperms, luckperm-display-names-for-paf, protocolize, pl-hide-pro, protocolizelegacysupport, redisbungee, reportingsystem, spark, ultrastaffchatpro, velocitycore, warptoleaderextension
**console logs?**
[19:44:56 ERROR]: java.lang.NullPointerException: server
[19:44:56 ERROR]: at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:897)
[19:44:56 ERROR]: at com.velocitypowered.proxy.server.ServerMap.getServer(ServerMap.java:51)
[19:44:56 ERROR]: at com.velocitypowered.proxy.VelocityServer.getServer(VelocityServer.java:682)
[19:44:56 ERROR]: at com.imaginarycode.minecraft.redisbungee.**RedisBungeeAPI.getServerFor(RedisBungeeAPI.java:48)**
[19:44:56 ERROR]: at de.simonsator.partyandfriends.abstractredisbungee.velocity.limework.LimeworkRedisVelocityAPI.getServerFor(LimeworkRedisVelocityAPI.java:46)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.pafplayers.redisbungee.RedisBungeePlayer.getServer(RedisBungeePlayer.java:62)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.communicationtasks.gui.HidePlayers.executeTask(HidePlayers.java:51)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.SpigotMessage.toDo(SpigotMessage.java:127)
[19:44:56 ERROR]: at de.simonsator.partyandfriends.velocity.communication.SpigotMessage.lambda$onPluginMessage$0(SpigotMessage.java:83)
[19:44:56 ERROR]: at com.velocitypowered.proxy.scheduler.VelocityScheduler$VelocityTask.lambda$run$1(VelocityScheduler.java:242)
[19:44:56 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
[19:44:56 ERROR]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[19:44:56 ERROR]: at java.base/java.lang.Thread.run(Thread.java:1589) | comp | getserver api sometimes when i use friends list command it returns null author of paf said it is redisbungee fault i have two proxies but online players plays only on first one to reproduce steps to reproduce the behavior install party and friends extended run friends list command expected behavior api return player server screenshots redis version it should be at least and above bungeecord version or the bungee fork name eg waterfall and your plugins latest velocity dev build plugins fastmotd mysqlandconfigurateforvelocity partyandfriends ia for paf kaurivpn limboapi limboauth limbofilter litebans luckperms luckperm display names for paf protocolize pl hide pro protocolizelegacysupport redisbungee reportingsystem spark ultrastaffchatpro velocitycore warptoleaderextension console logs java lang nullpointerexception server at com google common base preconditions checknotnull preconditions java at com velocitypowered proxy server servermap getserver servermap java at com velocitypowered proxy velocityserver getserver velocityserver java at com imaginarycode minecraft redisbungee redisbungeeapi getserverfor redisbungeeapi java at de simonsator partyandfriends abstractredisbungee velocity limework limeworkredisvelocityapi getserverfor limeworkredisvelocityapi java at de simonsator partyandfriends velocity pafplayers redisbungee redisbungeeplayer getserver redisbungeeplayer java at de simonsator partyandfriends velocity communication communicationtasks gui hideplayers executetask hideplayers java at de simonsator partyandfriends velocity communication spigotmessage todo spigotmessage java at de simonsator partyandfriends velocity communication spigotmessage lambda onpluginmessage spigotmessage java at com velocitypowered proxy scheduler velocityscheduler velocitytask lambda run velocityscheduler java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java | 1 |
59,402 | 3,109,780,034 | IssuesEvent | 2015-09-02 00:14:50 | unfoldingWord-dev/ts-android | https://api.github.com/repos/unfoldingWord-dev/ts-android | closed | Media URL | bug Priority | It doesn't seem like tS is respecting the Media URL setting. I've tried to change it to us https://api.unfoldingword.org/demo/ , but it seems like it is still using the original location. | 1.0 | Media URL - It doesn't seem like tS is respecting the Media URL setting. I've tried to change it to us https://api.unfoldingword.org/demo/ , but it seems like it is still using the original location. | non_comp | media url it doesn t seem like ts is respecting the media url setting i ve tried to change it to us but it seems like it is still using the original location | 0 |
14,626 | 17,858,696,302 | IssuesEvent | 2021-09-05 14:43:16 | midwan/amiberry | https://api.github.com/repos/midwan/amiberry | closed | (RPi 4) Corrupted sprites in Batman on 4.1.1 | duplicate compatibility fixed in dev | While testing the controller issue from my previous thread, I ran across this issue. On 4.1.1, the player, enemy, and projectile sprites in Batman are heavily corrupted. When going back to the 3.3 binary from RetroPie's repo, the issue is not present.
Example video:
https://www.dropbox.com/s/1cd40dqtpxkbwd7/VID_20210404_175854546.mp4?dl=0
Thus far I've only seen it in Batman.
Love Amiberry? Please consider supporting our collective:
👉 https://opencollective.com/amiberry/donate
| True | (RPi 4) Corrupted sprites in Batman on 4.1.1 - While testing the controller issue from my previous thread, I ran across this issue. On 4.1.1, the player, enemy, and projectile sprites in Batman are heavily corrupted. When going back to the 3.3 binary from RetroPie's repo, the issue is not present.
Example video:
https://www.dropbox.com/s/1cd40dqtpxkbwd7/VID_20210404_175854546.mp4?dl=0
Thus far I've only seen it in Batman.
Love Amiberry? Please consider supporting our collective:
👉 https://opencollective.com/amiberry/donate
| comp | rpi corrupted sprites in batman on while testing the controller issue from my previous thread i ran across this issue on the player enemy and projectile sprites in batman are heavily corrupted when going back to the binary from retropie s repo the issue is not present example video thus far i ve only seen it in batman love amiberry please consider supporting our collective 👉 | 1 |
15,179 | 9,489,430,975 | IssuesEvent | 2019-04-22 22:33:06 | HighFivesFoundation/athlete-application | https://api.github.com/repos/HighFivesFoundation/athlete-application | opened | Email and Password Authorization | authorization security | Build Email and Password authorization for the MVP.
- [ ] mutation: `createAccount`
- [ ] mutation: `authorize`
- [ ] mutation: `me` | True | Email and Password Authorization - Build Email and Password authorization for the MVP.
- [ ] mutation: `createAccount`
- [ ] mutation: `authorize`
- [ ] mutation: `me` | non_comp | email and password authorization build email and password authorization for the mvp mutation createaccount mutation authorize mutation me | 0 |
13,780 | 16,506,230,232 | IssuesEvent | 2021-05-25 19:41:43 | Vazkii/Quark | https://api.github.com/repos/Vazkii/Quark | closed | Seed Pouch for 1.16.5 doesn't work | bug compatibility | I tried using the seed pouch several times in 1.16.5 and haven't had any luck utilizing it because it won't let me put any kind of seed in there. Please help! | True | Seed Pouch for 1.16.5 doesn't work - I tried using the seed pouch several times in 1.16.5 and haven't had any luck utilizing it because it won't let me put any kind of seed in there. Please help! | comp | seed pouch for doesn t work i tried using the seed pouch several times in and haven t had any luck utilizing it because it won t let me put any kind of seed in there please help | 1 |
13,956 | 2,789,796,380 | IssuesEvent | 2015-05-08 21:32:52 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | closed | Bug: Javascript error: document.getElementById("google.visualiation.MotionChart-0") is null | Priority-Medium Type-Defect | Original [issue 132](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=132) created by orwant on 2009-11-19T12:21:40.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
Go to a page that contains a motion chart. For example:
http://code.google.com/apis/visualization/documentation/gallery/motionchart.html.
Wait until the motion chart is loaded and click anywhere in the document.
In Firefox 3.0 / 3.5 the following error occurs:
document.getElementById("google.visualiation.MotionChart-0") is null
In Chrome 3 this error occurs:
Uncaught TypeError: Cannot call method 'onMouseUpOutsideSwf' of null
Note that the motion chart is working properly as far as I know. Only this
error occurs every time you click
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Motion chart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Firefox 3.0.14 / 3.5.5
Chrome 3
Windows XP SP 3
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | Bug: Javascript error: document.getElementById("google.visualiation.MotionChart-0") is null - Original [issue 132](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=132) created by orwant on 2009-11-19T12:21:40.000Z:
<b>What steps will reproduce the problem? Please provide a link to a</b>
<b>demonstration page if at all possible, or attach code.</b>
Go to a page that contains a motion chart. For example:
http://code.google.com/apis/visualization/documentation/gallery/motionchart.html.
Wait until the motion chart is loaded and click anywhere in the document.
In Firefox 3.0 / 3.5 the following error occurs:
document.getElementById("google.visualiation.MotionChart-0") is null
In Chrome 3 this error occurs:
Uncaught TypeError: Cannot call method 'onMouseUpOutsideSwf' of null
Note that the motion chart is working properly as far as I know. Only this
error occurs every time you click
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
Motion chart
<b>Are you using the test environment (version 1.1)?</b>
<b>(If you are not sure, answer NO)</b>
NO
<b>What operating system and browser are you using?</b>
Firefox 3.0.14 / 3.5.5
Chrome 3
Windows XP SP 3
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| non_comp | bug javascript error document getelementbyid google visualiation motionchart is null original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code go to a page that contains a motion chart for example wait until the motion chart is loaded and click anywhere in the document in firefox the following error occurs document getelementbyid quot google visualiation motionchart quot is null in chrome this error occurs uncaught typeerror cannot call method onmouseupoutsideswf of null note that the motion chart is working properly as far as i know only this error occurs every time you click what component is this issue related to piechart linechart datatable query etc motion chart are you using the test environment version if you are not sure answer no no what operating system and browser are you using firefox chrome windows xp sp for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 0 |
32,390 | 13,797,382,152 | IssuesEvent | 2020-10-09 22:04:07 | aws/aws-sdk-js | https://api.github.com/repos/aws/aws-sdk-js | closed | Budgets service paginated API calls do not support pagination | feature-request service-api | Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)
- [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't find any solution
**Describe the bug**
The `describeBudgets`, `describeBudgetPerformanceHistory`, `describeNotificationsForBudget`, and `describeSubscribersForNotification` methods in the AWS.Budgets service all return a `NextToken` in their reponse for pagination, but the SDK does not support using this token for pagination with `Request.eachItem`, `Request.eachPage`, `Request.isPageable`, `Response.hasNextPage`, or `Response.nextPage`.
**Is the issue in the browser/Node.js?**
Node.js
**If on Node.js, are you running this on AWS Lambda?**
No
**Details of the browser/Node.js version**
v12.7.0
**SDK version number**
v2.535.0
**To Reproduce (observed behavior)**
Calling `.isPageable()`:
```
const AWS = require('aws-sdk');
console.log(new AWS.Budgets().describeBudgets().isPageable());
console.log(new AWS.Budgets().describeBudgetPerformanceHistory().isPageable());
console.log(new AWS.Budgets().describeNotificationsForBudget().isPageable());
console.log(new AWS.Budgets().describeSubscribersForNotification().isPageable());
```
Output:
```
false
false
false
false
```
Using `.hasNextPage()` and `.nextPage()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }, function(err, data) {
console.log('page 1');
if (err) {
console.error(err);
} else {
console.log(data.Budgets.length);
console.log(this.hasNextPage());
this.nextPage(function(err, data){
console.log('page 2');
if (err) {
console.error(err);
} else {
console.log(data.Budgets.length);
console.log(this.hasNextPage());
}
})
}
})
```
Output:
```
page 1
1
undefined
page 2
Error: No pagination configuration for describeBudgets
at features.constructor.paginationConfig (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/service.js:646:17)
at Response.nextPage (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/response.js:137:24)
at Response.<anonymous> (/tmp/sdk-budgets-bug/repro.js:14:10)
at Request.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:364:18)
at Request.callListeners (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:26:10 {
message: 'No pagination configuration for describeBudgets',
time: 2019-09-24T21:49:40.800Z
}
```
Using `.eachPage()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }).eachPage(function(err, data) {
if (err) {
console.error(err);
} else if (data) {
console.log(data.Budgets.length);
} else {
console.log('No more data');
}
});
```
Output:
```
1
No more data
```
Using `.eachItem()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }).eachItem(function(err, data) {
if (err) {
console.error(err);
} else if (data) {
console.log('Got budget');
} else {
console.log('No more data');
}
});
```
Output:
```
Error [TypeError]: Cannot read property 'resultKey' of null
at wrappedCallback (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:522:30)
at Response.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/util.js:253:25)
at Request.wrappedCallback (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:494:16)
at Request.callListeners (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:38:9)
```
**Expected behavior**
The 4 API calls should return `true` for `isPageable()`, because they accept a 'NextToken' for pagination.
`.hasNextPage()` should return `true` or `false`, not `undefined`.
`.nextPage()` should perform an API call to retrieve the next page, not throw an exception about pagination configuration.
`.eachPage()` should perform multiple API calls and call the callback for each page, not just return the first page and silently ignore the future pages.
`.eachItem()` should call the callback once for each item, not throw an exception about the 'resultKey' property.
**Screenshots**
N/A
**Additional context**
This might be related to the [`budgets-2016-10-20.paginators.json`](https://github.com/aws/aws-sdk-js/blob/cc29728c1c4178969ebabe3bbe6b6f3159436394/apis/budgets-2016-10-20.paginators.json) which has an empty object for its pagination.
| 1.0 | Budgets service paginated API calls do not support pagination - Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/)
- [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) for answers
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-sdk-js/issues) and didn't find any solution
**Describe the bug**
The `describeBudgets`, `describeBudgetPerformanceHistory`, `describeNotificationsForBudget`, and `describeSubscribersForNotification` methods in the AWS.Budgets service all return a `NextToken` in their reponse for pagination, but the SDK does not support using this token for pagination with `Request.eachItem`, `Request.eachPage`, `Request.isPageable`, `Response.hasNextPage`, or `Response.nextPage`.
**Is the issue in the browser/Node.js?**
Node.js
**If on Node.js, are you running this on AWS Lambda?**
No
**Details of the browser/Node.js version**
v12.7.0
**SDK version number**
v2.535.0
**To Reproduce (observed behavior)**
Calling `.isPageable()`:
```
const AWS = require('aws-sdk');
console.log(new AWS.Budgets().describeBudgets().isPageable());
console.log(new AWS.Budgets().describeBudgetPerformanceHistory().isPageable());
console.log(new AWS.Budgets().describeNotificationsForBudget().isPageable());
console.log(new AWS.Budgets().describeSubscribersForNotification().isPageable());
```
Output:
```
false
false
false
false
```
Using `.hasNextPage()` and `.nextPage()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }, function(err, data) {
console.log('page 1');
if (err) {
console.error(err);
} else {
console.log(data.Budgets.length);
console.log(this.hasNextPage());
this.nextPage(function(err, data){
console.log('page 2');
if (err) {
console.error(err);
} else {
console.log(data.Budgets.length);
console.log(this.hasNextPage());
}
})
}
})
```
Output:
```
page 1
1
undefined
page 2
Error: No pagination configuration for describeBudgets
at features.constructor.paginationConfig (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/service.js:646:17)
at Response.nextPage (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/response.js:137:24)
at Response.<anonymous> (/tmp/sdk-budgets-bug/repro.js:14:10)
at Request.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:364:18)
at Request.callListeners (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:26:10 {
message: 'No pagination configuration for describeBudgets',
time: 2019-09-24T21:49:40.800Z
}
```
Using `.eachPage()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }).eachPage(function(err, data) {
if (err) {
console.error(err);
} else if (data) {
console.log(data.Budgets.length);
} else {
console.log('No more data');
}
});
```
Output:
```
1
No more data
```
Using `.eachItem()`:
```
new AWS.Budgets().describeBudgets({ AccountId: process.env.ACCOUNT_ID, MaxResults: 1 }).eachItem(function(err, data) {
if (err) {
console.error(err);
} else if (data) {
console.log('Got budget');
} else {
console.log('No more data');
}
});
```
Output:
```
Error [TypeError]: Cannot read property 'resultKey' of null
at wrappedCallback (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:522:30)
at Response.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/util.js:253:25)
at Request.wrappedCallback (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:494:16)
at Request.callListeners (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
at Request.emit (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:683:14)
at Request.transition (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:22:10)
at AcceptorStateMachine.runTo (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:14:12)
at /tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/state_machine.js:26:10
at Request.<anonymous> (/tmp/sdk-budgets-bug/node_modules/aws-sdk/lib/request.js:38:9)
```
**Expected behavior**
The 4 API calls should return `true` for `isPageable()`, because they accept a 'NextToken' for pagination.
`.hasNextPage()` should return `true` or `false`, not `undefined`.
`.nextPage()` should perform an API call to retrieve the next page, not throw an exception about pagination configuration.
`.eachPage()` should perform multiple API calls and call the callback for each page, not just return the first page and silently ignore the future pages.
`.eachItem()` should call the callback once for each item, not throw an exception about the 'resultKey' property.
**Screenshots**
N/A
**Additional context**
This might be related to the [`budgets-2016-10-20.paginators.json`](https://github.com/aws/aws-sdk-js/blob/cc29728c1c4178969ebabe3bbe6b6f3159436394/apis/budgets-2016-10-20.paginators.json) which has an empty object for its pagination.
| non_comp | budgets service paginated api calls do not support pagination confirm by changing to below to ensure that it s a bug i ve gone though and i ve checked and for answers i ve searched for and didn t find any solution describe the bug the describebudgets describebudgetperformancehistory describenotificationsforbudget and describesubscribersfornotification methods in the aws budgets service all return a nexttoken in their reponse for pagination but the sdk does not support using this token for pagination with request eachitem request eachpage request ispageable response hasnextpage or response nextpage is the issue in the browser node js node js if on node js are you running this on aws lambda no details of the browser node js version sdk version number to reproduce observed behavior calling ispageable const aws require aws sdk console log new aws budgets describebudgets ispageable console log new aws budgets describebudgetperformancehistory ispageable console log new aws budgets describenotificationsforbudget ispageable console log new aws budgets describesubscribersfornotification ispageable output false false false false using hasnextpage and nextpage new aws budgets describebudgets accountid process env account id maxresults function err data console log page if err console error err else console log data budgets length console log this hasnextpage this nextpage function err data console log page if err console error err else console log data budgets length console log this hasnextpage output page undefined page error no pagination configuration for describebudgets at features constructor paginationconfig tmp sdk budgets bug node modules aws sdk lib service js at response nextpage tmp sdk budgets bug node modules aws sdk lib response js at response tmp sdk budgets bug repro js at request tmp sdk budgets bug node modules aws sdk lib request js at request calllisteners tmp sdk budgets bug node modules aws sdk lib sequential executor js at request emit tmp sdk budgets bug node modules aws sdk lib sequential executor js at request emit tmp sdk budgets bug node modules aws sdk lib request js at request transition tmp sdk budgets bug node modules aws sdk lib request js at acceptorstatemachine runto tmp sdk budgets bug node modules aws sdk lib state machine js at tmp sdk budgets bug node modules aws sdk lib state machine js message no pagination configuration for describebudgets time using eachpage new aws budgets describebudgets accountid process env account id maxresults eachpage function err data if err console error err else if data console log data budgets length else console log no more data output no more data using eachitem new aws budgets describebudgets accountid process env account id maxresults eachitem function err data if err console error err else if data console log got budget else console log no more data output error cannot read property resultkey of null at wrappedcallback tmp sdk budgets bug node modules aws sdk lib request js at response tmp sdk budgets bug node modules aws sdk lib util js at request wrappedcallback tmp sdk budgets bug node modules aws sdk lib request js at request calllisteners tmp sdk budgets bug node modules aws sdk lib sequential executor js at request emit tmp sdk budgets bug node modules aws sdk lib sequential executor js at request emit tmp sdk budgets bug node modules aws sdk lib request js at request transition tmp sdk budgets bug node modules aws sdk lib request js at acceptorstatemachine runto tmp sdk budgets bug node modules aws sdk lib state machine js at tmp sdk budgets bug node modules aws sdk lib state machine js at request tmp sdk budgets bug node modules aws sdk lib request js expected behavior the api calls should return true for ispageable because they accept a nexttoken for pagination hasnextpage should return true or false not undefined nextpage should perform an api call to retrieve the next page not throw an exception about pagination configuration eachpage should perform multiple api calls and call the callback for each page not just return the first page and silently ignore the future pages eachitem should call the callback once for each item not throw an exception about the resultkey property screenshots n a additional context this might be related to the which has an empty object for its pagination | 0 |
52,881 | 6,284,737,812 | IssuesEvent | 2017-07-19 08:34:57 | manchesergit/material-ui | https://api.github.com/repos/manchesergit/material-ui | opened | Test the RadioButton has an ID | unit testing | Tests need to be added to prove that a RadioButton
[ ] produces a unique ID for itself if none is given
[ ] uses the ID given in the properties | 1.0 | Test the RadioButton has an ID - Tests need to be added to prove that a RadioButton
[ ] produces a unique ID for itself if none is given
[ ] uses the ID given in the properties | non_comp | test the radiobutton has an id tests need to be added to prove that a radiobutton produces a unique id for itself if none is given uses the id given in the properties | 0 |
18,906 | 26,285,274,355 | IssuesEvent | 2023-01-07 19:13:08 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | cityHash64 of ipv4 | backward compatibility | 22.12
```sql
SELECT cityHash64(toIPv4('1.2.3.4')) - 5715546585361069049
```
22.13
```sql
SELECT cityHash64(toIPv4('1.2.3.4')) - 3462390757903342180
```
I found it accidentally. It seems it's only with cityHash64 and IPv4.
It seems it's OK with other hash functions and IPv6.
May be it's only issue with MacOs build.
| True | cityHash64 of ipv4 - 22.12
```sql
SELECT cityHash64(toIPv4('1.2.3.4')) - 5715546585361069049
```
22.13
```sql
SELECT cityHash64(toIPv4('1.2.3.4')) - 3462390757903342180
```
I found it accidentally. It seems it's only with cityHash64 and IPv4.
It seems it's OK with other hash functions and IPv6.
May be it's only issue with MacOs build.
| comp | of sql select sql select i found it accidentally it seems it s only with and it seems it s ok with other hash functions and may be it s only issue with macos build | 1 |
6,316 | 8,676,959,061 | IssuesEvent | 2018-11-30 15:31:53 | jesus2099/konami-command | https://api.github.com/repos/jesus2099/konami-command | closed | Crashes in Firefox v57.0.2 and/or Greasemonkey v4 | blocked browser compatibility major mb_INLINE-STUFF | with Firefox 57.02 mb.Inline Stuff doesn't show the acoustid nor the CAA count.
Example: https://musicbrainz.org/release/55bc8fa5-e435-4c82-88a9-1e60a4003598
Please take a look. | True | Crashes in Firefox v57.0.2 and/or Greasemonkey v4 - with Firefox 57.02 mb.Inline Stuff doesn't show the acoustid nor the CAA count.
Example: https://musicbrainz.org/release/55bc8fa5-e435-4c82-88a9-1e60a4003598
Please take a look. | comp | crashes in firefox and or greasemonkey with firefox mb inline stuff doesn t show the acoustid nor the caa count example please take a look | 1 |
20,382 | 30,106,364,283 | IssuesEvent | 2023-06-30 01:53:50 | oap-project/gluten | https://api.github.com/repos/oap-project/gluten | reopened | [CH] `stddev_sample`: return `NaN` while spark/postgres retrun `null` when contain only one row | bug Spark Compatible | **Describe the bug**

CH use stddev_sample return NaN

Postgres use stddev_sample return null

it will cause TPCDS Q17 failed
| True | [CH] `stddev_sample`: return `NaN` while spark/postgres retrun `null` when contain only one row - **Describe the bug**

CH use stddev_sample return NaN

Postgres use stddev_sample return null

it will cause TPCDS Q17 failed
| comp | stddev sample return nan while spark postgres retrun null when contain only one row describe the bug ch use stddev sample return nan postgres use stddev sample return null it will cause tpcds failed | 1 |
40,216 | 5,282,659,846 | IssuesEvent | 2017-02-07 19:24:55 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | AccessServerJwtAdapter tests flakes | Category: Tooling Related to: Flaky Tests To be deprecated - Related to: Testing Type: Bug | ``` bash
Chromium 51.0.2704 (Ubuntu 0.0.0) AccessServerJwtAdapter runtime authorize should replace sections FAILED
Error: timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
Chromium 51.0.2704 (Ubuntu 0.0.0): Executed 2185 of 3170 (1 FAILED) (skipped 23) (0 secs / 33.284 secs)
ium 51.0.2704 (Ubuntu 0.0.0): Executed 2209 of 3170 (1 FAILED) (skipped 23) (0 secs / 33.317 secs)
Chromium 51.0.2704 (Ubuntu 0.0.0) AccessServerAdapter runtime authorize should replace sections FAILED
Error: timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
Chromium 51.0.2704 (Ubuntu 0.0.0): Executed 2210 of 3170 (2 FAILED) (skipped 23) (0 secs / 43.318 secs)
```
| 2.0 | AccessServerJwtAdapter tests flakes - ``` bash
Chromium 51.0.2704 (Ubuntu 0.0.0) AccessServerJwtAdapter runtime authorize should replace sections FAILED
Error: timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
Chromium 51.0.2704 (Ubuntu 0.0.0): Executed 2185 of 3170 (1 FAILED) (skipped 23) (0 secs / 33.284 secs)
ium 51.0.2704 (Ubuntu 0.0.0): Executed 2209 of 3170 (1 FAILED) (skipped 23) (0 secs / 33.317 secs)
Chromium 51.0.2704 (Ubuntu 0.0.0) AccessServerAdapter runtime authorize should replace sections FAILED
Error: timeout of 10000ms exceeded. Ensure the done() callback is being called in this test.
Chromium 51.0.2704 (Ubuntu 0.0.0): Executed 2210 of 3170 (2 FAILED) (skipped 23) (0 secs / 43.318 secs)
```
| non_comp | accessserverjwtadapter tests flakes bash chromium ubuntu accessserverjwtadapter runtime authorize should replace sections failed error timeout of exceeded ensure the done callback is being called in this test chromium ubuntu executed of failed skipped secs secs ium ubuntu executed of failed skipped secs secs chromium ubuntu accessserveradapter runtime authorize should replace sections failed error timeout of exceeded ensure the done callback is being called in this test chromium ubuntu executed of failed skipped secs secs | 0 |
19,331 | 26,847,498,954 | IssuesEvent | 2023-02-03 08:26:15 | enjarai/do-a-barrel-roll | https://api.github.com/repos/enjarai/do-a-barrel-roll | closed | Incompatibility with "Camera Overhaul" | crash incompatibility | java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'cameraoverhaul'!
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$2(EntrypointUtils.java:63)
at org.quiltmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:61)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invokeContainer(EntrypointUtils.java:46)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:33)
at org.quiltmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
at net.minecraft.class_310.<init>(class_310.java:459)
at net.minecraft.client.main.Main.method_44604(Main.java:205)
at net.minecraft.client.main.Main.main(Main.java:51)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:423)
at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76)
at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:24)
Caused by: java.lang.RuntimeException: Mixin transformation of mirsario.cameraoverhaul.common.systems.CameraSystem failed
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:283)
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:153)
at org.quiltmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at mirsario.cameraoverhaul.common.CameraOverhaul.onInitializeClient(CameraOverhaul.java:23)
at mirsario.cameraoverhaul.fabric.FabricClientModInitializer.onInitializeClient(FabricClientModInitializer.java:15)
at org.quiltmc.loader.impl.game.minecraft.Hooks.lambda$startClient$1(Hooks.java:53)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke$0(EntrypointUtils.java:33)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:59)
... 13 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:278)
... 21 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Argument modifier method doABarrelRoll$cancelYawDeltaRollOffset(F)F in do-a-barrel-roll.compat.cameraoverhaul.mixins.json:CameraSystemMixin from mod do_a_barrel_roll failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap do-a-barrel-roll-fabric-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1385)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1052)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more | True | Incompatibility with "Camera Overhaul" - java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'cameraoverhaul'!
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$2(EntrypointUtils.java:63)
at org.quiltmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:61)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invokeContainer(EntrypointUtils.java:46)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:33)
at org.quiltmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:53)
at net.minecraft.class_310.<init>(class_310.java:459)
at net.minecraft.client.main.Main.method_44604(Main.java:205)
at net.minecraft.client.main.Main.main(Main.java:51)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.quiltmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:423)
at org.quiltmc.loader.impl.launch.knot.Knot.launch(Knot.java:76)
at org.quiltmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:24)
Caused by: java.lang.RuntimeException: Mixin transformation of mirsario.cameraoverhaul.common.systems.CameraSystem failed
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:283)
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:153)
at org.quiltmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:156)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
at mirsario.cameraoverhaul.common.CameraOverhaul.onInitializeClient(CameraOverhaul.java:23)
at mirsario.cameraoverhaul.fabric.FabricClientModInitializer.onInitializeClient(FabricClientModInitializer.java:15)
at org.quiltmc.loader.impl.game.minecraft.Hooks.lambda$startClient$1(Hooks.java:53)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke$0(EntrypointUtils.java:33)
at org.quiltmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:59)
... 13 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
at org.quiltmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:278)
... 21 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Argument modifier method doABarrelRoll$cancelYawDeltaRollOffset(F)F in do-a-barrel-roll.compat.cameraoverhaul.mixins.json:CameraSystemMixin from mod do_a_barrel_roll failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap do-a-barrel-roll-fabric-refmap.json
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1385)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1052)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421)
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
... 24 more | comp | incompatibility with camera overhaul java lang runtimeexception could not execute entrypoint stage client due to errors provided by cameraoverhaul at org quiltmc loader impl entrypoint entrypointutils lambda entrypointutils java at org quiltmc loader impl util exceptionutil gatherexceptions exceptionutil java at org quiltmc loader impl entrypoint entrypointutils entrypointutils java at org quiltmc loader impl entrypoint entrypointutils invokecontainer entrypointutils java at org quiltmc loader impl entrypoint entrypointutils invoke entrypointutils java at org quiltmc loader impl game minecraft hooks startclient hooks java at net minecraft class class java at net minecraft client main main method main java at net minecraft client main main main main java at java base jdk internal reflect nativemethodaccessorimpl native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java base java lang reflect method invoke method java at org quiltmc loader impl game minecraft minecraftgameprovider launch minecraftgameprovider java at org quiltmc loader impl launch knot knot launch knot java at org quiltmc loader impl launch knot knotclient main knotclient java caused by java lang runtimeexception mixin transformation of mirsario cameraoverhaul common systems camerasystem failed at org quiltmc loader impl launch knot knotclassdelegate getpostmixinclassbytearray knotclassdelegate java at org quiltmc loader impl launch knot knotclassdelegate tryloadclass knotclassdelegate java at org quiltmc loader impl launch knot knotclassloader loadclass knotclassloader java at java base java lang classloader loadclass classloader java at mirsario cameraoverhaul common cameraoverhaul oninitializeclient cameraoverhaul java at mirsario cameraoverhaul fabric fabricclientmodinitializer oninitializeclient fabricclientmodinitializer java at org quiltmc loader impl game minecraft hooks lambda startclient hooks java at org quiltmc loader impl entrypoint entrypointutils lambda invoke entrypointutils java at org quiltmc loader impl entrypoint entrypointutils entrypointutils java more caused by org spongepowered asm mixin transformer throwables mixintransformererror an unexpected critical error was encountered at org spongepowered asm mixin transformer mixinprocessor applymixins mixinprocessor java at org spongepowered asm mixin transformer mixintransformer transformclass mixintransformer java at org spongepowered asm mixin transformer mixintransformer transformclassbytes mixintransformer java at org quiltmc loader impl launch knot knotclassdelegate getpostmixinclassbytearray knotclassdelegate java more caused by org spongepowered asm mixin injection throwables injectionerror critical injection failure argument modifier method doabarrelroll cancelyawdeltarolloffset f f in do a barrel roll compat cameraoverhaul mixins json camerasystemmixin from mod do a barrel roll failed injection check succeeded scanned target s using refmap do a barrel roll fabric refmap json at org spongepowered asm mixin injection struct injectioninfo postinject injectioninfo java at org spongepowered asm mixin transformer mixintargetcontext applyinjections mixintargetcontext java at org spongepowered asm mixin transformer mixinapplicatorstandard applyinjections mixinapplicatorstandard java at org spongepowered asm mixin transformer mixinapplicatorstandard applymixin mixinapplicatorstandard java at org spongepowered asm mixin transformer mixinapplicatorstandard apply mixinapplicatorstandard java at org spongepowered asm mixin transformer targetclasscontext apply targetclasscontext java at org spongepowered asm mixin transformer targetclasscontext applymixins targetclasscontext java at org spongepowered asm mixin transformer mixinprocessor applymixins mixinprocessor java more | 1 |
8,635 | 10,579,389,992 | IssuesEvent | 2019-10-08 02:29:38 | cormacrelf/angular-skyhook | https://api.github.com/repos/cormacrelf/angular-skyhook | closed | Tracking: most backends have `react-dnd` as a (peer-)dependency | compatibility dependencies | They are actually compatible, but they yell about unsatisfied peer dependencies when you're installing, or they actually install `react-dnd`.
- [x] https://github.com/LouisBrunner/dnd-multi-backend/issues/21
- [x] https://github.com/yahoo/react-dnd-touch-backend/issues/96
- [x] https://github.com/zyzo/react-dnd-mouse-backend/issues/9
- [x] https://github.com/react-dnd/react-dnd/issues/1084
- [x] react-dnd-test-backend as well
| True | Tracking: most backends have `react-dnd` as a (peer-)dependency - They are actually compatible, but they yell about unsatisfied peer dependencies when you're installing, or they actually install `react-dnd`.
- [x] https://github.com/LouisBrunner/dnd-multi-backend/issues/21
- [x] https://github.com/yahoo/react-dnd-touch-backend/issues/96
- [x] https://github.com/zyzo/react-dnd-mouse-backend/issues/9
- [x] https://github.com/react-dnd/react-dnd/issues/1084
- [x] react-dnd-test-backend as well
| comp | tracking most backends have react dnd as a peer dependency they are actually compatible but they yell about unsatisfied peer dependencies when you re installing or they actually install react dnd react dnd test backend as well | 1 |
14,651 | 17,875,586,629 | IssuesEvent | 2021-09-07 02:49:45 | IronLanguages/ironpython3 | https://api.github.com/repos/IronLanguages/ironpython3 | closed | Aggregated command line options are not properly recognized | CPython compatibility | For example `ipy -bus` fails with:
> File -bus does not exist.
instead of being processed as `ipy -b -u -s`.
In some cases, aggregate options are recognized as special cases, for instance `-bb` as `-b -b` and `-OO`, but only because they are being seen as distinct explicitly defined options. Instead of this handling, all options should be processed as single letter, some with an optional argument after a space or a colon.
This option processing behaviour is expected by Python tools and modules. For instance, `ipy -m venv` fails because as part of the virtual environment creation, the following command is run:
ipy -Im ensurepip --upgrade --default-pip
Which fails with `File -Im does not exist` rather than being interpreted as ` ipy -I -m ensurepip --upgrade --default-pip`
Related issue: #1074 | True | Aggregated command line options are not properly recognized - For example `ipy -bus` fails with:
> File -bus does not exist.
instead of being processed as `ipy -b -u -s`.
In some cases, aggregate options are recognized as special cases, for instance `-bb` as `-b -b` and `-OO`, but only because they are being seen as distinct explicitly defined options. Instead of this handling, all options should be processed as single letter, some with an optional argument after a space or a colon.
This option processing behaviour is expected by Python tools and modules. For instance, `ipy -m venv` fails because as part of the virtual environment creation, the following command is run:
ipy -Im ensurepip --upgrade --default-pip
Which fails with `File -Im does not exist` rather than being interpreted as ` ipy -I -m ensurepip --upgrade --default-pip`
Related issue: #1074 | comp | aggregated command line options are not properly recognized for example ipy bus fails with file bus does not exist instead of being processed as ipy b u s in some cases aggregate options are recognized as special cases for instance bb as b b and oo but only because they are being seen as distinct explicitly defined options instead of this handling all options should be processed as single letter some with an optional argument after a space or a colon this option processing behaviour is expected by python tools and modules for instance ipy m venv fails because as part of the virtual environment creation the following command is run ipy im ensurepip upgrade default pip which fails with file im does not exist rather than being interpreted as ipy i m ensurepip upgrade default pip related issue | 1 |
14,530 | 17,611,887,123 | IssuesEvent | 2021-08-18 03:14:53 | archetyped/simple-lightbox | https://api.github.com/repos/archetyped/simple-lightbox | closed | VK links are not working | support compatibility inactive scope:external | ## Description of Problem
If I try to paste images through the VK link, like [this](https://sun9-38.userapi.com/impg/tRF_WKLg1xh9xKRzyQHM2YPeA89UUJstWFy6wg/eqc2Rz0Ljvg.jpg?size=1914x1200&quality=96&sign=185472b66f6711ceef4d0dd2dce3dabd&type=album), it doesn't work on the lightbox, I get endless load.
| True | VK links are not working - ## Description of Problem
If I try to paste images through the VK link, like [this](https://sun9-38.userapi.com/impg/tRF_WKLg1xh9xKRzyQHM2YPeA89UUJstWFy6wg/eqc2Rz0Ljvg.jpg?size=1914x1200&quality=96&sign=185472b66f6711ceef4d0dd2dce3dabd&type=album), it doesn't work on the lightbox, I get endless load.
| comp | vk links are not working description of problem if i try to paste images through the vk link like it doesn t work on the lightbox i get endless load | 1 |
254,427 | 8,073,908,755 | IssuesEvent | 2018-08-06 20:56:22 | reakit/reakit | https://api.github.com/repos/reakit/reakit | opened | Remove lodash dependency | difficulty: medium pr welcome priority: low | Reference: https://github.com/reakit/reakit/pull/170#issuecomment-410509334
I think that's a good idea to remove the dependency on lodash and create util modules instead. We're currently using `kebabCase`, `uniq`, `uniqueId` and `omit`. We should create **one file per function** and test them.
An initial work was done by @Andarist here:
https://github.com/reakit/reakit/blob/f688d223bd8888691577b3a19ead02c475b75dab/src/utils/lodash-like.js#L1-L25 | 1.0 | Remove lodash dependency - Reference: https://github.com/reakit/reakit/pull/170#issuecomment-410509334
I think that's a good idea to remove the dependency on lodash and create util modules instead. We're currently using `kebabCase`, `uniq`, `uniqueId` and `omit`. We should create **one file per function** and test them.
An initial work was done by @Andarist here:
https://github.com/reakit/reakit/blob/f688d223bd8888691577b3a19ead02c475b75dab/src/utils/lodash-like.js#L1-L25 | non_comp | remove lodash dependency reference i think that s a good idea to remove the dependency on lodash and create util modules instead we re currently using kebabcase uniq uniqueid and omit we should create one file per function and test them an initial work was done by andarist here | 0 |
6,658 | 8,949,278,793 | IssuesEvent | 2019-01-25 06:54:22 | tanersener/mobile-ffmpeg | https://api.github.com/repos/tanersener/mobile-ffmpeg | opened | [Android] Build fails for Android NDK r19 | compatibility |
When `android.sh` is executed on `NDK r19`, process fail with the following error.
```
WARNING:__main__:make_standalone_toolchain.py is no longer necessary. The
$NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin directory contains target-specific scripts that perform
the same task. For example, instead of:
$ python $NDK/build/tools/make_standalone_toolchain.py \
--arch arm --api 24 --install-dir toolchain
$ toolchain/bin/clang++ src.cpp
Instead use:
$ $NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi24-clang++ src.cpp
``` | True | [Android] Build fails for Android NDK r19 -
When `android.sh` is executed on `NDK r19`, process fail with the following error.
```
WARNING:__main__:make_standalone_toolchain.py is no longer necessary. The
$NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin directory contains target-specific scripts that perform
the same task. For example, instead of:
$ python $NDK/build/tools/make_standalone_toolchain.py \
--arch arm --api 24 --install-dir toolchain
$ toolchain/bin/clang++ src.cpp
Instead use:
$ $NDK/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi24-clang++ src.cpp
``` | comp | build fails for android ndk when android sh is executed on ndk process fail with the following error warning main make standalone toolchain py is no longer necessary the ndk toolchains llvm prebuilt darwin bin directory contains target specific scripts that perform the same task for example instead of python ndk build tools make standalone toolchain py arch arm api install dir toolchain toolchain bin clang src cpp instead use ndk toolchains llvm prebuilt darwin bin linux clang src cpp | 1 |
2,656 | 5,395,089,419 | IssuesEvent | 2017-02-27 07:07:20 | Polymer/polymer | https://api.github.com/repos/Polymer/polymer | closed | [2.0-preview] Re-entrant modification of sub-property does not notify | 1.x-2.x compatibility 2.x p1 | ### Description
I was observing changes to the length of an array and modifying a sub-property of the newly added items when the length changes.
I noticed that notifications for the changed sub-property do not fire if the change occurs within the call stack of the length change notification.
#### Live Demo
<!-- Fork this JSBin, or provide your own URL -->
http://jsbin.com/tokovot/edit?html,console,output
#### Steps to Reproduce
1. Open the live demo URL
2. Note the output in the console
#### Expected Results
The following is expected in the console:
```
"x-foo noticed a change to fooArray at path fooArray"
"Array is empty, ignoring.."
"x-foo connected. pushing to array!"
"x-foo noticed a change to fooArray at path fooArray.splices"
"x-bar is setting a property on the array element at index 0"
"x-foo noticed a change to fooArray at path fooArray.0.modified" <-- important one
"x-foo noticed a change to fooArray at path fooArray.length"
```
#### Actual Results
The following is what is seen in the console:
```
"x-foo noticed a change to fooArray at path fooArray"
"Array is empty, ignoring.."
"x-foo connected. pushing to array!"
"x-foo noticed a change to fooArray at path fooArray.splices"
"x-bar is setting a property on the array element at index 0"
"x-foo noticed a change to fooArray at path fooArray.length"
```
NOTE: The live demo includes buttons to help test certain types of manipulations discretely.
### Versions
- Polymer: 2.0-preview
| True | [2.0-preview] Re-entrant modification of sub-property does not notify - ### Description
I was observing changes to the length of an array and modifying a sub-property of the newly added items when the length changes.
I noticed that notifications for the changed sub-property do not fire if the change occurs within the call stack of the length change notification.
#### Live Demo
<!-- Fork this JSBin, or provide your own URL -->
http://jsbin.com/tokovot/edit?html,console,output
#### Steps to Reproduce
1. Open the live demo URL
2. Note the output in the console
#### Expected Results
The following is expected in the console:
```
"x-foo noticed a change to fooArray at path fooArray"
"Array is empty, ignoring.."
"x-foo connected. pushing to array!"
"x-foo noticed a change to fooArray at path fooArray.splices"
"x-bar is setting a property on the array element at index 0"
"x-foo noticed a change to fooArray at path fooArray.0.modified" <-- important one
"x-foo noticed a change to fooArray at path fooArray.length"
```
#### Actual Results
The following is what is seen in the console:
```
"x-foo noticed a change to fooArray at path fooArray"
"Array is empty, ignoring.."
"x-foo connected. pushing to array!"
"x-foo noticed a change to fooArray at path fooArray.splices"
"x-bar is setting a property on the array element at index 0"
"x-foo noticed a change to fooArray at path fooArray.length"
```
NOTE: The live demo includes buttons to help test certain types of manipulations discretely.
### Versions
- Polymer: 2.0-preview
| comp | re entrant modification of sub property does not notify description i was observing changes to the length of an array and modifying a sub property of the newly added items when the length changes i noticed that notifications for the changed sub property do not fire if the change occurs within the call stack of the length change notification live demo steps to reproduce open the live demo url note the output in the console expected results the following is expected in the console x foo noticed a change to fooarray at path fooarray array is empty ignoring x foo connected pushing to array x foo noticed a change to fooarray at path fooarray splices x bar is setting a property on the array element at index x foo noticed a change to fooarray at path fooarray modified important one x foo noticed a change to fooarray at path fooarray length actual results the following is what is seen in the console x foo noticed a change to fooarray at path fooarray array is empty ignoring x foo connected pushing to array x foo noticed a change to fooarray at path fooarray splices x bar is setting a property on the array element at index x foo noticed a change to fooarray at path fooarray length note the live demo includes buttons to help test certain types of manipulations discretely versions polymer preview | 1 |
236,603 | 18,103,338,236 | IssuesEvent | 2021-09-22 16:20:17 | Requisitos-de-Software/2021.1-Ingresso.com | https://api.github.com/repos/Requisitos-de-Software/2021.1-Ingresso.com | opened | Pós-rastreabilidade Backward From | documentation Pós-Rastreabilidade | ### Descrição:
<!-- Descrever de maneira clara e objetiva o propósito da issue. -->
Descreva de forma sucinta a issue e caso necessite, as informações adicionais necessárias para sua realização.
### Tarefas:
<!-- Checklist de ações que devem ser realizadas. -->
- [ ]
### Critérios de aceitação:
<!-- Descrever os requisitos necessários para que a issue possar ser finalizada. -->
- [ ] | 1.0 | Pós-rastreabilidade Backward From - ### Descrição:
<!-- Descrever de maneira clara e objetiva o propósito da issue. -->
Descreva de forma sucinta a issue e caso necessite, as informações adicionais necessárias para sua realização.
### Tarefas:
<!-- Checklist de ações que devem ser realizadas. -->
- [ ]
### Critérios de aceitação:
<!-- Descrever os requisitos necessários para que a issue possar ser finalizada. -->
- [ ] | non_comp | pós rastreabilidade backward from descrição descreva de forma sucinta a issue e caso necessite as informações adicionais necessárias para sua realização tarefas critérios de aceitação | 0 |
387,408 | 26,722,596,051 | IssuesEvent | 2023-01-29 10:17:03 | nknorg/nMobile | https://api.github.com/repos/nknorg/nMobile | opened | Improve the README document | documentation | Improve the setup process of nMobile
Such as
1. Push notification configuration
2. Ipfs configuration | 1.0 | Improve the README document - Improve the setup process of nMobile
Such as
1. Push notification configuration
2. Ipfs configuration | non_comp | improve the readme document improve the setup process of nmobile such as push notification configuration ipfs configuration | 0 |
3,101 | 6,026,056,201 | IssuesEvent | 2017-06-08 10:14:23 | goaop/framework | https://api.github.com/repos/goaop/framework | closed | Compatibility with HHVM | Compatibility Improvement | Issue to track compatibility issues with HHVM
- [x] https://github.com/lisachenko/go-aop-php/issues/144 [HHVM] constructor for php_user_filter requires three internal parameters
- [x] https://github.com/lisachenko/go-aop-php/issues/145 [HHVM] add HHVM to matrix for travis-ci
- [x] https://github.com/lisachenko/go-aop-php/issues/146 [HHVM] use nightly builds for testing
- [x] https://github.com/facebook/hhvm/issues/1241 Zend incompatibility: unknown class php_user_filter
- [x] https://github.com/facebook/hhvm/issues/1242 ReflectionMethod->getClosure() is not working
- [x] https://github.com/facebook/hhvm/issues/1353 Behavior diff: ReflectionMethod::getClosure() does not work
- [x] https://github.com/facebook/hhvm/issues/1203 Support for Closure::bind is missing
- [x] https://github.com/facebook/hhvm/issues/2485 HHVM can not find a file with php://filter
- https://github.com/facebook/hhvm/issues/2486 Incorrect scope handling in ReflectionMethod **Not needed anymore.**
- [x] https://github.com/facebook/hhvm/issues/2493 Undefined property: ReflectionFunction::$name
- [x] https://github.com/goaop/framework/issues/250 [HHVM] Prepare special getClosure() implementation for HHVM support
- https://github.com/facebook/hhvm/issues/6834 Dynamic includes with stream filters are not working **Not needed anymore. HHVM support was dropped**
- https://github.com/facebook/hhvm/issues/3772 Fatal error: Call to undefined method invokeArgs() after closure rebinding **Not needed anymore. HHVM support was dropped**
| True | Compatibility with HHVM - Issue to track compatibility issues with HHVM
- [x] https://github.com/lisachenko/go-aop-php/issues/144 [HHVM] constructor for php_user_filter requires three internal parameters
- [x] https://github.com/lisachenko/go-aop-php/issues/145 [HHVM] add HHVM to matrix for travis-ci
- [x] https://github.com/lisachenko/go-aop-php/issues/146 [HHVM] use nightly builds for testing
- [x] https://github.com/facebook/hhvm/issues/1241 Zend incompatibility: unknown class php_user_filter
- [x] https://github.com/facebook/hhvm/issues/1242 ReflectionMethod->getClosure() is not working
- [x] https://github.com/facebook/hhvm/issues/1353 Behavior diff: ReflectionMethod::getClosure() does not work
- [x] https://github.com/facebook/hhvm/issues/1203 Support for Closure::bind is missing
- [x] https://github.com/facebook/hhvm/issues/2485 HHVM can not find a file with php://filter
- https://github.com/facebook/hhvm/issues/2486 Incorrect scope handling in ReflectionMethod **Not needed anymore.**
- [x] https://github.com/facebook/hhvm/issues/2493 Undefined property: ReflectionFunction::$name
- [x] https://github.com/goaop/framework/issues/250 [HHVM] Prepare special getClosure() implementation for HHVM support
- https://github.com/facebook/hhvm/issues/6834 Dynamic includes with stream filters are not working **Not needed anymore. HHVM support was dropped**
- https://github.com/facebook/hhvm/issues/3772 Fatal error: Call to undefined method invokeArgs() after closure rebinding **Not needed anymore. HHVM support was dropped**
| comp | compatibility with hhvm issue to track compatibility issues with hhvm constructor for php user filter requires three internal parameters add hhvm to matrix for travis ci use nightly builds for testing zend incompatibility unknown class php user filter reflectionmethod getclosure is not working behavior diff reflectionmethod getclosure does not work support for closure bind is missing hhvm can not find a file with php filter incorrect scope handling in reflectionmethod not needed anymore undefined property reflectionfunction name prepare special getclosure implementation for hhvm support dynamic includes with stream filters are not working not needed anymore hhvm support was dropped fatal error call to undefined method invokeargs after closure rebinding not needed anymore hhvm support was dropped | 1 |
42,417 | 5,436,699,394 | IssuesEvent | 2017-03-06 02:40:23 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | use RBAC for GCE e2e tests | area/test area/test-infra sig/auth | The RBAC default bootstrapping is in place, the default roles and bindings have been started, and controller-manager has been updated to use service account identities for individual controllers. We're ready to start the process of enabling RBAC in GCE e2e. We need to:
1. Enable RBAC alongside ABAC with instrumenting to trace RBAC rejections to build out more roles.
2. Update GCE identities to match the cluster bootstrapping names. `kubelet` isn't right and other system components should have `system:*` identities to match the existing patterns.
3. Create an `rbac.yaml` file which contains any "special" rules for GCE to run. "Special" users are likely to need it.
4. Remove the ABAC authorizer.
5. Remove the webhook authorizer.
| 2.0 | use RBAC for GCE e2e tests - The RBAC default bootstrapping is in place, the default roles and bindings have been started, and controller-manager has been updated to use service account identities for individual controllers. We're ready to start the process of enabling RBAC in GCE e2e. We need to:
1. Enable RBAC alongside ABAC with instrumenting to trace RBAC rejections to build out more roles.
2. Update GCE identities to match the cluster bootstrapping names. `kubelet` isn't right and other system components should have `system:*` identities to match the existing patterns.
3. Create an `rbac.yaml` file which contains any "special" rules for GCE to run. "Special" users are likely to need it.
4. Remove the ABAC authorizer.
5. Remove the webhook authorizer.
| non_comp | use rbac for gce tests the rbac default bootstrapping is in place the default roles and bindings have been started and controller manager has been updated to use service account identities for individual controllers we re ready to start the process of enabling rbac in gce we need to enable rbac alongside abac with instrumenting to trace rbac rejections to build out more roles update gce identities to match the cluster bootstrapping names kubelet isn t right and other system components should have system identities to match the existing patterns create an rbac yaml file which contains any special rules for gce to run special users are likely to need it remove the abac authorizer remove the webhook authorizer | 0 |
16,688 | 23,018,033,864 | IssuesEvent | 2022-07-22 00:07:00 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | [Bug] Unlike Anki Desktop, trying to delete Default deck doesn't delete its notes | Anki Ecosystem Compatibility | ###### Reproduction Steps
0. If Default deck is empty, create some notes in it
1. Tap and hold Default deck
2. Choose "Delete deck"
###### Expected Result
All notes inside it would be deleted and then the error "The default deck can't be deleted" is shown
###### Actual Result
Only the error "The default deck can't be deleted" is shown
###### Research
- [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
- [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
- [x] I have searched for similar existing issues here and on the user forum
- [x] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
| True | [Bug] Unlike Anki Desktop, trying to delete Default deck doesn't delete its notes - ###### Reproduction Steps
0. If Default deck is empty, create some notes in it
1. Tap and hold Default deck
2. Choose "Delete deck"
###### Expected Result
All notes inside it would be deleted and then the error "The default deck can't be deleted" is shown
###### Actual Result
Only the error "The default deck can't be deleted" is shown
###### Research
- [x] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
- [x] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue
- [x] I have searched for similar existing issues here and on the user forum
- [x] (Optional) I have confirmed the issue is not resolved in the latest alpha release ([instructions](https://docs.ankidroid.org/manual.html#betaTesting))
| comp | unlike anki desktop trying to delete default deck doesn t delete its notes reproduction steps if default deck is empty create some notes in it tap and hold default deck choose delete deck expected result all notes inside it would be deleted and then the error the default deck can t be deleted is shown actual result only the error the default deck can t be deleted is shown research i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum optional i have confirmed the issue is not resolved in the latest alpha release | 1 |
20,588 | 30,590,337,354 | IssuesEvent | 2023-07-21 16:28:10 | codalab/codabench | https://api.github.com/repos/codalab/codabench | opened | Problem with phases dates (v1 bundle?) | Bug V1-compatibility | When the first phase ending date is exactly the same as the second phase starting, we got the following error:
<img width="889" alt="Capture d’écran 2023-07-21 à 18 25 47" src="https://github.com/codalab/codabench/assets/11784999/634ea2f7-a06d-4123-9fa7-6c87dae4f1b3">
But I think this is what we got when uploading v1 bundle. The upload works, but then when we edit a phase, even without changing the date, the problem appears.
| True | Problem with phases dates (v1 bundle?) - When the first phase ending date is exactly the same as the second phase starting, we got the following error:
<img width="889" alt="Capture d’écran 2023-07-21 à 18 25 47" src="https://github.com/codalab/codabench/assets/11784999/634ea2f7-a06d-4123-9fa7-6c87dae4f1b3">
But I think this is what we got when uploading v1 bundle. The upload works, but then when we edit a phase, even without changing the date, the problem appears.
| comp | problem with phases dates bundle when the first phase ending date is exactly the same as the second phase starting we got the following error img width alt capture d’écran à src but i think this is what we got when uploading bundle the upload works but then when we edit a phase even without changing the date the problem appears | 1 |
6,265 | 8,648,341,990 | IssuesEvent | 2018-11-26 16:21:42 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | opened | --incompatible_expand_directories | incompatible-change team-Starlark | The `--incompatible_expand_directories` flag will automatically expand directories in command lines. Design doc: https://docs.google.com/document/d/11agWFiOUiz2htBLj6swPTob5z78TrCxm8DQE4uJLOwM
| True | --incompatible_expand_directories - The `--incompatible_expand_directories` flag will automatically expand directories in command lines. Design doc: https://docs.google.com/document/d/11agWFiOUiz2htBLj6swPTob5z78TrCxm8DQE4uJLOwM
| comp | incompatible expand directories the incompatible expand directories flag will automatically expand directories in command lines design doc | 1 |
9,369 | 11,415,985,238 | IssuesEvent | 2020-02-02 14:36:09 | phpbits/block-options | https://api.github.com/repos/phpbits/block-options | closed | "Media & Text" Blocks Broken in Non-Chrome Browsers | Compatibility Waiting for Core Updates | The following message appears when editing page content blocks in various circumstances using browsers other than Chrome:
"This block has encountered an error and cannot be previewed."
All browsers tested using EditorsKit 1.24 and WordPress 5.3.2. Everything works as-expected with Chrome 79.0.3945.130 but not with other browsers.
**Firefox 72.0.2**
1. Edit a page in the admin area
2. Add a "Media & Text" content block
3. Add an image to the block (upload or media library)
4. Click the "Media Link" button on the block's toolbar
5. Begin typing any text, or paste a link
**Expected:** Text to appear in link field
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents. NS_ERROR_ILLEGAL_VALUE exception thrown in console.
**Edge 44.18362.449.0 Use Case 1**
1. Edit a page in the admin area
2. Add a "Media & Text" content block
3. Add an image to the block (upload or media library)
**Expected:** Image to appear in Media & Text Block
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents.
**Edge 44.18362.449.0 Use Case 2**
1. In the admin area, edit a page which already has a Media & Text block with an image in the block
2. Click the Media & Text block anywhere except in the text/"Content..." section
**Expected:** The block to become the active element and show the toolbar
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents. | True | "Media & Text" Blocks Broken in Non-Chrome Browsers - The following message appears when editing page content blocks in various circumstances using browsers other than Chrome:
"This block has encountered an error and cannot be previewed."
All browsers tested using EditorsKit 1.24 and WordPress 5.3.2. Everything works as-expected with Chrome 79.0.3945.130 but not with other browsers.
**Firefox 72.0.2**
1. Edit a page in the admin area
2. Add a "Media & Text" content block
3. Add an image to the block (upload or media library)
4. Click the "Media Link" button on the block's toolbar
5. Begin typing any text, or paste a link
**Expected:** Text to appear in link field
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents. NS_ERROR_ILLEGAL_VALUE exception thrown in console.
**Edge 44.18362.449.0 Use Case 1**
1. Edit a page in the admin area
2. Add a "Media & Text" content block
3. Add an image to the block (upload or media library)
**Expected:** Image to appear in Media & Text Block
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents.
**Edge 44.18362.449.0 Use Case 2**
1. In the admin area, edit a page which already has a Media & Text block with an image in the block
2. Click the Media & Text block anywhere except in the text/"Content..." section
**Expected:** The block to become the active element and show the toolbar
**Result:** Block contents disappear and "This block has encountered an error and cannot be previewed." text is displayed in place of contents. | comp | media text blocks broken in non chrome browsers the following message appears when editing page content blocks in various circumstances using browsers other than chrome this block has encountered an error and cannot be previewed all browsers tested using editorskit and wordpress everything works as expected with chrome but not with other browsers firefox edit a page in the admin area add a media text content block add an image to the block upload or media library click the media link button on the block s toolbar begin typing any text or paste a link expected text to appear in link field result block contents disappear and this block has encountered an error and cannot be previewed text is displayed in place of contents ns error illegal value exception thrown in console edge use case edit a page in the admin area add a media text content block add an image to the block upload or media library expected image to appear in media text block result block contents disappear and this block has encountered an error and cannot be previewed text is displayed in place of contents edge use case in the admin area edit a page which already has a media text block with an image in the block click the media text block anywhere except in the text content section expected the block to become the active element and show the toolbar result block contents disappear and this block has encountered an error and cannot be previewed text is displayed in place of contents | 1 |
156,291 | 24,598,014,781 | IssuesEvent | 2022-10-14 09:57:51 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]: Default Container widget within the list widget should be hidden on the Entity Explorer | Bug Needs Design App Viewers Pod Low List Widget | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Users are able to access the default Container widget within the list widget and manipulate its properties. And here, all properties work except the background colour.
<img width="1440" alt="Screenshot 2022-02-22 at 5 50 50 PM" src="https://user-images.githubusercontent.com/32227135/155255404-fc5c2d35-cce9-4111-9adb-1352b12482fb.png">
s
### Steps To Reproduce
1. Drag and drop a list widget on the canvas
2. On the entity explorer, under the list widget, select the container widget
3. Check the property pane to view its properties
### Environment
Production
### Version
Cloud | 1.0 | [Bug]: Default Container widget within the list widget should be hidden on the Entity Explorer - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Users are able to access the default Container widget within the list widget and manipulate its properties. And here, all properties work except the background colour.
<img width="1440" alt="Screenshot 2022-02-22 at 5 50 50 PM" src="https://user-images.githubusercontent.com/32227135/155255404-fc5c2d35-cce9-4111-9adb-1352b12482fb.png">
s
### Steps To Reproduce
1. Drag and drop a list widget on the canvas
2. On the entity explorer, under the list widget, select the container widget
3. Check the property pane to view its properties
### Environment
Production
### Version
Cloud | non_comp | default container widget within the list widget should be hidden on the entity explorer is there an existing issue for this i have searched the existing issues current behavior users are able to access the default container widget within the list widget and manipulate its properties and here all properties work except the background colour img width alt screenshot at pm src s steps to reproduce drag and drop a list widget on the canvas on the entity explorer under the list widget select the container widget check the property pane to view its properties environment production version cloud | 0 |
19,954 | 27,777,304,016 | IssuesEvent | 2023-03-16 18:08:36 | BartoszCichecki/LenovoLegionToolkit | https://api.github.com/repos/BartoszCichecki/LenovoLegionToolkit | opened | [COMPATIBILITY]: (Multiple Models) Power Mode on laptops without AI or GodMode | compatibility | ### Version
2.10
### OS
Windows 11 22H2 22621.1413
### Device
N/A
### BIOS version
N/A
### Which features of the application did you test?
- Battery Mode: Working
- Resolution: Working
- Refresh Rate: Working
- DPI: Working
- Discrete GPU: Working
- Microphone Enable/Disable: Working
- FN Lock: Working
- Discrete GPU Disable/Enable: Working
- Battery Info: Working
- Actions: Working
### Which features of the application do not work as expected?
- Power Mode
### Logs
[15/03/2023 21:52:27.454] [1] [App.xaml.cs#468:ShouldByPassCompatibilityCheck] Argument present
[15/03/2023 21:52:27.456] [1] [App.xaml.cs#61:Application_Startup] Starting... [version=2.10.0.0, build=20230227193931]
[15/03/2023 21:52:27.574] [1] [Registry.cs#25:Listen] Starting listener... [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted =SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize' AND ValueName = 'AppsUseLightTheme', key=AppsUseLightTheme]
[15/03/2023 21:52:27.671] [1] [Registry.cs#38:Listen] Started listener [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted=SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize' AND ValueName = 'AppsUseLightTheme', key=AppsUseLightTheme]
[15/03/2023 21:52:27.672] [1] [Registry.cs#25:Listen] Starting listener... [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted =SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\DWM' AND ValueName = 'ColorizationColor', key=ColorizationColor]
[15/03/2023 21:52:27.681] [1] [Registry.cs#38:Listen] Started listener [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted=SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\DWM' AND ValueName = 'ColorizationColor', key=ColorizationColor]
[15/03/2023 21:52:27.684] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=DisplayBrightnessListener]
[15/03/2023 21:52:27.730] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=WinKeyListener]
[15/03/2023 21:52:27.741] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=WinKeyListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.765] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=LightingChangeListener]
[15/03/2023 21:52:27.771] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=LightingChangeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.773] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=SpecialKeyListener]
[15/03/2023 21:52:27.779] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=RGBKeyboardBacklightListener]
[15/03/2023 21:52:27.782] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=RGBKeyboardBacklightListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.785] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=PowerModeListener]
[15/03/2023 21:52:27.793] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=PowerModeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.811] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=ThermalModeListener]
[15/03/2023 21:52:27.815] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=ThermalModeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.904] [1] [App.xaml.cs#452:ShouldForceDisableRGBKeyboardSupport] Argument present
[15/03/2023 21:52:27.905] [1] [App.xaml.cs#460:ShouldForceDisableSpectrumKeyboardSupport] Argument present
[15/03/2023 21:52:27.927] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:27.930] [9] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:27.931] [1] [App.xaml.cs#361:InitBatteryFeatureAsync] Ensuring correct battery mode is set...
[15/03/2023 21:52:27.937] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:27.938] [9] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:27.956] [9] [AbstractDriverFeature.cs#56:SetStateAsync] Setting state to RapidCharge... [feature=BatteryFeature]
[15/03/2023 21:52:27.963] [33] [AbstractDriverFeature.cs#64:SetStateAsync] State set to RapidCharge [feature=BatteryFeature]
[15/03/2023 21:52:27.974] [1] [App.xaml.cs#388:InitRGBKeyboardControllerAsync] RGB keyboard is not supported.
[15/03/2023 21:52:28.012] [1] [App.xaml.cs#423:InitSpectrumKeyboardControllerAsync] Spectrum keyboard is not supported.
[15/03/2023 21:52:28.020] [1] [App.xaml.cs#286:InitAutomationProcessorAsync] Initializing automation processor...
[15/03/2023 21:52:28.138] [1] [AutomationProcessor.cs#377:UpdateListenersAsync] Stopping listeners...
[15/03/2023 21:52:28.139] [1] [AbstractWMIListener.cs#60:StopAsync] Stopping... [listener=InstanceEventListener]
[15/03/2023 21:52:28.139] [1] [AbstractWMIListener.cs#60:StopAsync] Stopping... [listener=InstanceEventListener]
[15/03/2023 21:52:28.140] [1] [AutomationProcessor.cs#383:UpdateListenersAsync] Stopped listeners...
[15/03/2023 21:52:28.140] [1] [AutomationProcessor.cs#393:UpdateListenersAsync] Starting listeners...
[15/03/2023 21:52:28.141] [1] [AutomationProcessor.cs#414:UpdateListenersAsync] Started relevant listeners.
[15/03/2023 21:52:28.141] [1] [AutomationProcessor.cs#126:RunOnStartup] Pipeline run on startup pending...
[15/03/2023 21:52:28.144] [1] [Autorun.cs#30:Validate] Validating autorun...
[15/03/2023 21:52:28.158] [44] [AutomationProcessor.cs#173:RunAsync] Run pending...
[15/03/2023 21:52:28.158] [44] [AutomationProcessor.cs#178:RunAsync] Run starting...
[15/03/2023 21:52:28.163] [1] [Autorun.cs#59:Validate] Autorun settings seems to be fine.
[15/03/2023 21:52:28.180] [38] [AutomationProcessor.cs#206:RunAsync] Pipeline triggers not satisfied. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterConnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.195] [38] [AutomationProcessor.cs#211:RunAsync] Running pipeline... [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.199] [38] [AutomationPipeline.cs#51:RunAsync] Running step... [type=PowerModeAutomationStep]
[15/03/2023 21:52:28.201] [38] [AbstractLenovoGamezoneWmiFeature.cs#60:GetStateAsync] Getting state... [feature=PowerModeFeature]
[15/03/2023 21:52:28.216] [38] [AutomationPipeline.cs#60:RunAsync] Step run failed. [name=PowerModeAutomationStep]
=== Exception ===
System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
---> System.Management.ManagementException: Invalid object
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
at LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature`1.GetStateAsync()
at LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep`1.RunAsync()
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
=== Exception demystified ===
System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
[15/03/2023 21:52:28.229] [38] [AutomationPipeline.cs#66:RunAsync] Step completed successfully. [type=PowerModeAutomationStep]
[15/03/2023 21:52:28.229] [38] [AutomationProcessor.cs#221:RunAsync] Pipeline run failed. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger]
=== Exception ===
System.AggregateException: One or more errors occurred. (Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode])
---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
---> System.Management.ManagementException: Invalid object
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
at LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature`1.GetStateAsync()
at LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep`1.RunAsync()
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
at LenovoLegionToolkit.Lib.Automation.AutomationProcessor.RunAsync(IAutomationEvent automationEvent)
=== Exception demystified ===
System.AggregateException: One or more errors occurred. (Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode])
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
at async Task LenovoLegionToolkit.Lib.Automation.AutomationProcessor.RunAsync(IAutomationEvent automationEvent) ---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
--- End of inner exception stack trace --- ---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
[15/03/2023 21:52:28.232] [38] [AutomationProcessor.cs#227:RunAsync] Pipeline is exclusive. Breaking. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.232] [38] [AutomationProcessor.cs#233:RunAsync] Run finished successfully.
[15/03/2023 21:52:28.379] [1] [App.xaml.cs#108:Application_Startup] Showing MainWindow...
[15/03/2023 21:52:28.438] [44] [UpdateChecker.cs#35:Check] Checking...
[15/03/2023 21:52:28.687] [41] [Compatibility.cs#89:GetMachineInformationAsync] Retrieved machine information:
[15/03/2023 21:52:28.687] [41] [Compatibility.cs#90:GetMachineInformationAsync] * Vendor: 'LENOVO'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#91:GetMachineInformationAsync] * Machine Type: '82V2'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#92:GetMachineInformationAsync] * Model: 'Slim 7 ProX 14ARH7'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#93:GetMachineInformationAsync] * BIOS: 'JVCN34WW'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#94:GetMachineInformationAsync] * SupportsGodMode: 'False'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#95:GetMachineInformationAsync] * SupportsExtendedHybridMode: 'False'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#96:GetMachineInformationAsync] * SupportsIntelligentSubMode: 'False'
[15/03/2023 21:52:28.693] [20] [Compatibility.cs#89:GetMachineInformationAsync] Retrieved machine information:
[15/03/2023 21:52:28.693] [20] [Compatibility.cs#90:GetMachineInformationAsync] * Vendor: 'LENOVO'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#91:GetMachineInformationAsync] * Machine Type: '82V2'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#92:GetMachineInformationAsync] * Model: 'Slim 7 ProX 14ARH7'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#93:GetMachineInformationAsync] * BIOS: 'JVCN34WW'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#94:GetMachineInformationAsync] * SupportsGodMode: 'False'
[15/03/2023 21:52:28.695] [20] [Compatibility.cs#95:GetMachineInformationAsync] * SupportsExtendedHybridMode: 'False'
[15/03/2023 21:52:28.695] [20] [Compatibility.cs#96:GetMachineInformationAsync] * SupportsIntelligentSubMode: 'False'
[15/03/2023 21:52:28.789] [5] [UpdateChecker.cs#62:Check] Error checking for updates.
=== Exception ===
Octokit.RateLimitExceededException: API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at Octokit.Connection.HandleErrors(IResponse response) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 704
at Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 685
at Octokit.Connection.Run[T](IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 670
at Octokit.ApiConnection.GetPage[TU](Uri uri, IDictionary`2 parameters, String accepts, ApiOptions options) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 642
at Octokit.ApiConnection.<>c__DisplayClass18_0`1.<<GetAll>b__0>d.MoveNext() in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 212
--- End of stack trace from previous location ---
at Octokit.ApiPagination.GetAllPages[T](Func`1 getFirstPage, Uri uri)
at LenovoLegionToolkit.Lib.Utils.UpdateChecker.Check()
{"message":"API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
=== Exception demystified ===
Octokit.RateLimitExceededException: API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at void Octokit.Connection.HandleErrors(IResponse response) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 704
at async Task<IResponse> Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 685
at async Task<IApiResponse<T>> Octokit.Connection.Run<T>(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 670
at async Task<IReadOnlyPagedCollection<TU>> Octokit.ApiConnection.GetPage<TU>(Uri uri, IDictionary<string, string> parameters, string accepts, ApiOptions options) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 642
at async Task<IReadOnlyList<T>> Octokit.ApiConnection.GetAll<T>(Uri uri, IDictionary<string, string> parameters, string accepts)+(?) => { } in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 212
at async Task<IReadOnlyList<T>> Octokit.ApiPagination.GetAllPages<T>(Func<Task<IReadOnlyPagedCollection<T>>> getFirstPage, Uri uri)
at async Task<Version> LenovoLegionToolkit.Lib.Utils.UpdateChecker.Check()
[15/03/2023 21:52:28.843] [1] [App.xaml.cs#114:Application_Startup] Start up complete
[15/03/2023 21:52:29.006] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=PowerModeControl]
[15/03/2023 21:52:29.014] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=BatteryModeControl]
[15/03/2023 21:52:29.015] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.016] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.016] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=AlwaysOnUSBControl]
[15/03/2023 21:52:29.019] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.020] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.021] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ToggleHybridModeControl]
[15/03/2023 21:52:29.030] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DiscreteGPUControl]
[15/03/2023 21:52:29.052] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ResolutionControl]
[15/03/2023 21:52:29.056] [1] [ResolutionFeature.cs#18:GetAllStatesAsync] Getting all resolutions...
[15/03/2023 21:52:29.078] [1] [InternalDisplay.cs#56:Get] Found internal display: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.080] [1] [ResolutionFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.084] [1] [ResolutionFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:29.212] [1] [ResolutionFeature.cs#46:GetAllStatesAsync] Possible resolutions are 3072x1920, 2560x1600, 2048x1536, 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1600x1000, 1280x1024, 1280x800, 1280x720, 1024x768
[15/03/2023 21:52:29.213] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:29.215] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.221] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:29.223] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.225] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=RefreshRateControl]
[15/03/2023 21:52:29.233] [1] [RefreshRateFeature.cs#18:GetAllStatesAsync] Getting all refresh rates...
[15/03/2023 21:52:29.233] [1] [RefreshRateFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.235] [1] [RefreshRateFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:29.369] [1] [RefreshRateFeature.cs#46:GetAllStatesAsync] Possible refresh rates are 30Hz, 48Hz, 60Hz, 75Hz, 100Hz, 120Hz
[15/03/2023 21:52:29.370] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:29.371] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.377] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:29.379] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.381] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DpiScaleControl]
[15/03/2023 21:52:29.383] [1] [DpiScaleFeature.cs#17:GetAllStatesAsync] Getting all DPI scales...
[15/03/2023 21:52:29.393] [1] [DpiScaleFeature.cs#39:GetAllStatesAsync] Current DPI scale is LenovoLegionToolkit.Lib.DpiScale[]
[15/03/2023 21:52:29.394] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:29.401] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:29.412] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:29.413] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:29.415] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=HDRControl]
[15/03/2023 21:52:29.418] [1] [HDRFeature.cs#14:IsSupportedAsync] Checking HDR support...
[15/03/2023 21:52:29.425] [1] [HDRFeature.cs#28:IsSupportedAsync] HDR support: False
[15/03/2023 21:52:29.426] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=HDRControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.Dashboard.HDRControl.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.Dashboard.HDRControl.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.427] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=OverDriveControl]
[15/03/2023 21:52:29.433] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TurnOffMonitorsControl]
[15/03/2023 21:52:29.434] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=MicrophoneControl]
[15/03/2023 21:52:29.447] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=WhiteKeyboardBacklightControl]
[15/03/2023 21:52:29.449] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=OneLevelWhiteKeyboardBacklightControl]
[15/03/2023 21:52:29.452] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FlipToStartControl]
[15/03/2023 21:52:29.457] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TouchpadLockControl]
[15/03/2023 21:52:29.457] [44] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:29.461] [44] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:29.469] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FnLockControl]
[15/03/2023 21:52:29.472] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:29.474] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:29.474] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=WinKeyControl]
[15/03/2023 21:52:29.516] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.525] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.526] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.526] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.528] [35] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:29.531] [35] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:29.531] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:29.532] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:29.550] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=ToggleHybridModeControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.571] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=OverDriveControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.572] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=WhiteKeyboardBacklightControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.573] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=OneLevelWhiteKeyboardBacklightControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.575] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=TouchpadLockControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.576] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=WinKeyControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.577] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=PowerModeControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.Dashboard.PowerModeControl.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.Dashboard.PowerModeControl.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.983] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=BatteryModeControl]
[15/03/2023 21:52:29.984] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.984] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.985] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=AlwaysOnUSBControl]
[15/03/2023 21:52:29.986] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.986] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DiscreteGPUControl]
[15/03/2023 21:52:29.986] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.989] [1] [GPUController.cs#106:StopAsync] Stopping... [refreshTask.isNull=True, _refreshCancellationTokenSource.IsCancellationRequested=]
[15/03/2023 21:52:29.990] [1] [GPUController.cs#113:StopAsync] Waiting to finish...
[15/03/2023 21:52:29.990] [1] [GPUController.cs#125:StopAsync] Finished
[15/03/2023 21:52:29.990] [1] [GPUController.cs#132:StopAsync] Stopped
[15/03/2023 21:52:29.990] [1] [GPUController.cs#96:StartAsync] Starting... [delay=1000, interval=5000]
[15/03/2023 21:52:29.992] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ResolutionControl]
[15/03/2023 21:52:29.995] [26] [GPUController.cs#186:RefreshLoopAsync] Initializing NVAPI...
[15/03/2023 21:52:29.995] [26] [GPUController.cs#191:RefreshLoopAsync] Initialized NVAPI
[15/03/2023 21:52:29.997] [1] [ResolutionFeature.cs#18:GetAllStatesAsync] Getting all resolutions...
[15/03/2023 21:52:30.000] [1] [ResolutionFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:30.010] [1] [ResolutionFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:30.167] [1] [ResolutionFeature.cs#46:GetAllStatesAsync] Possible resolutions are 3072x1920, 2560x1600, 2048x1536, 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1600x1000, 1280x1024, 1280x800, 1280x720, 1024x768
[15/03/2023 21:52:30.168] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:30.169] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.187] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:30.189] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.190] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=RefreshRateControl]
[15/03/2023 21:52:30.190] [1] [RefreshRateFeature.cs#18:GetAllStatesAsync] Getting all refresh rates...
[15/03/2023 21:52:30.191] [1] [RefreshRateFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:30.194] [1] [RefreshRateFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:30.332] [1] [RefreshRateFeature.cs#46:GetAllStatesAsync] Possible refresh rates are 30Hz, 48Hz, 60Hz, 75Hz, 100Hz, 120Hz
[15/03/2023 21:52:30.333] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:30.335] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.338] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:30.342] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.343] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DpiScaleControl]
[15/03/2023 21:52:30.344] [1] [DpiScaleFeature.cs#17:GetAllStatesAsync] Getting all DPI scales...
[15/03/2023 21:52:30.346] [1] [DpiScaleFeature.cs#39:GetAllStatesAsync] Current DPI scale is LenovoLegionToolkit.Lib.DpiScale[]
[15/03/2023 21:52:30.347] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:30.349] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:30.353] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:30.357] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:30.358] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TurnOffMonitorsControl]
[15/03/2023 21:52:30.359] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=MicrophoneControl]
[15/03/2023 21:52:30.362] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FlipToStartControl]
[15/03/2023 21:52:30.363] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FnLockControl]
[15/03/2023 21:52:30.363] [43] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:30.363] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:30.364] [43] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:30.364] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:30.365] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:30.365] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:30.366] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:30.366] [43] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:30.366] [43] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:30.367] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:30.367] [43] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:30.367] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:30.997] [43] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:30.999] [43] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:31.307] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:31.307] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:36.321] [26] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:36.322] [26] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:36.702] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:36.703] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:41.711] [43] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:41.712] [43] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:42.618] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:42.618] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:47.626] [35] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:47.626] [35] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:48.022] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:48.023] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:53.031] [34] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:53.031] [34] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:53.354] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:53.355] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:55.577] [1] [MainWindow.xaml.cs#99:MainWindow_Closing] Closing...
[15/03/2023 21:52:55.580] [1] [AbstractLenovoGamezoneWmiFeature.cs#60:GetStateAsync] Getting state... [feature=PowerModeFeature]
[15/03/2023 21:52:55.590] [1] [GPUController.cs#106:StopAsync] Stopping... [refreshTask.isNull=False, _refreshCancellationTokenSource.IsCancellationRequested=False]
[15/03/2023 21:52:55.591] [1] [GPUController.cs#132:StopAsync] Stopped
[15/03/2023 21:52:55.591] [34] [GPUController.cs#230:RefreshLoopAsync] Unloading NVAPI...
[15/03/2023 21:52:55.591] [34] [GPUController.cs#235:RefreshLoopAsync] Unloaded NVAPI
### Additional information
I am unable to query GetSmartFanMode although it is listed as a method. Power mode does work when using Lenovo vantage.
Here is the list of all Lenovo WMI Classes and Methods available on these laptops:
Excludes Active and InstanceName Properties/Methods
Excludes LENOVO_CPU_METHOD and LENOVO_GPU_METHOD Classes
| Class | Property/Method | CIMType | Description |
|--------------------------------|---------------------------------------|-----------|-------------------------------------|
| Lenovo_BatteryInformation | | | |
| | CurrentSetting | string | Battery Information |
| LENOVO_GAMEZONE_DATA | | | |
| | SetSmartFanMode | string | Set Smart Fan Mode |
| | GetSmartFanMode | string | Get Smart Fan Mode |
| | IsRestoreOCValue | string | Get the flag of restore OC value |
| LENOVO_FAN_METHOD | | | |
| | Fan_Get_FullSpeed | string | Get Fan Full Speed |
| | Fan_Set_FullSpeed | string | Set Fan Full Speed |
| | Fan_GetCurrentFanSpeed | string | Get Current Fan Speed |
| | Fan_GetCurrentSensorTemperature | string | Get Current Sensor Temperature |
| | Fan_SetCurrentFanSpeed | string | Set Current Fan Speed |
| LENOVO_OTHER_METHOD | | | |
| | Get_AC_PD_Status | string | Get AC_PD Status |
| | Enable_Charging | string | Enable_Charging |
| True | [COMPATIBILITY]: (Multiple Models) Power Mode on laptops without AI or GodMode - ### Version
2.10
### OS
Windows 11 22H2 22621.1413
### Device
N/A
### BIOS version
N/A
### Which features of the application did you test?
- Battery Mode: Working
- Resolution: Working
- Refresh Rate: Working
- DPI: Working
- Discrete GPU: Working
- Microphone Enable/Disable: Working
- FN Lock: Working
- Discrete GPU Disable/Enable: Working
- Battery Info: Working
- Actions: Working
### Which features of the application do not work as expected?
- Power Mode
### Logs
[15/03/2023 21:52:27.454] [1] [App.xaml.cs#468:ShouldByPassCompatibilityCheck] Argument present
[15/03/2023 21:52:27.456] [1] [App.xaml.cs#61:Application_Startup] Starting... [version=2.10.0.0, build=20230227193931]
[15/03/2023 21:52:27.574] [1] [Registry.cs#25:Listen] Starting listener... [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted =SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize' AND ValueName = 'AppsUseLightTheme', key=AppsUseLightTheme]
[15/03/2023 21:52:27.671] [1] [Registry.cs#38:Listen] Started listener [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted=SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize' AND ValueName = 'AppsUseLightTheme', key=AppsUseLightTheme]
[15/03/2023 21:52:27.672] [1] [Registry.cs#25:Listen] Starting listener... [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted =SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\DWM' AND ValueName = 'ColorizationColor', key=ColorizationColor]
[15/03/2023 21:52:27.681] [1] [Registry.cs#38:Listen] Started listener [hive=S-1-5-21-1870743243-3272752395-2331001600-1001, pathFormatted=SELECT * FROM RegistryValueChangeEvent WHERE Hive = 'HKEY_USERS' AND KeyPath = 'S-1-5-21-1870743243-3272752395-2331001600-1001\\Software\\Microsoft\\Windows\\DWM' AND ValueName = 'ColorizationColor', key=ColorizationColor]
[15/03/2023 21:52:27.684] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=DisplayBrightnessListener]
[15/03/2023 21:52:27.730] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=WinKeyListener]
[15/03/2023 21:52:27.741] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=WinKeyListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.765] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=LightingChangeListener]
[15/03/2023 21:52:27.771] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=LightingChangeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.773] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=SpecialKeyListener]
[15/03/2023 21:52:27.779] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=RGBKeyboardBacklightListener]
[15/03/2023 21:52:27.782] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=RGBKeyboardBacklightListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.785] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=PowerModeListener]
[15/03/2023 21:52:27.793] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=PowerModeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.811] [1] [AbstractWMIListener.cs#42:StartAsync] Starting... [listener=ThermalModeListener]
[15/03/2023 21:52:27.815] [1] [AbstractWMIListener.cs#49:StartAsync] Couldn't start listener. [listener=ThermalModeListener]
=== Exception ===
System.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementEventWatcher.Start()
at LenovoLegionToolkit.Lib.System.WMI.Listen(String scope, FormattableString query, Action`1 handler)
at LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener`1.StartAsync()
=== Exception demystified ===
System.Management.ManagementException: Invalid class
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at void System.Management.ManagementEventWatcher.Start()
at IDisposable LenovoLegionToolkit.Lib.System.WMI.Listen(string scope, FormattableString query, Action<PropertyDataCollection> handler)
at Task LenovoLegionToolkit.Lib.Listeners.AbstractWMIListener<T>.StartAsync()
[15/03/2023 21:52:27.904] [1] [App.xaml.cs#452:ShouldForceDisableRGBKeyboardSupport] Argument present
[15/03/2023 21:52:27.905] [1] [App.xaml.cs#460:ShouldForceDisableSpectrumKeyboardSupport] Argument present
[15/03/2023 21:52:27.927] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:27.930] [9] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:27.931] [1] [App.xaml.cs#361:InitBatteryFeatureAsync] Ensuring correct battery mode is set...
[15/03/2023 21:52:27.937] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:27.938] [9] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:27.956] [9] [AbstractDriverFeature.cs#56:SetStateAsync] Setting state to RapidCharge... [feature=BatteryFeature]
[15/03/2023 21:52:27.963] [33] [AbstractDriverFeature.cs#64:SetStateAsync] State set to RapidCharge [feature=BatteryFeature]
[15/03/2023 21:52:27.974] [1] [App.xaml.cs#388:InitRGBKeyboardControllerAsync] RGB keyboard is not supported.
[15/03/2023 21:52:28.012] [1] [App.xaml.cs#423:InitSpectrumKeyboardControllerAsync] Spectrum keyboard is not supported.
[15/03/2023 21:52:28.020] [1] [App.xaml.cs#286:InitAutomationProcessorAsync] Initializing automation processor...
[15/03/2023 21:52:28.138] [1] [AutomationProcessor.cs#377:UpdateListenersAsync] Stopping listeners...
[15/03/2023 21:52:28.139] [1] [AbstractWMIListener.cs#60:StopAsync] Stopping... [listener=InstanceEventListener]
[15/03/2023 21:52:28.139] [1] [AbstractWMIListener.cs#60:StopAsync] Stopping... [listener=InstanceEventListener]
[15/03/2023 21:52:28.140] [1] [AutomationProcessor.cs#383:UpdateListenersAsync] Stopped listeners...
[15/03/2023 21:52:28.140] [1] [AutomationProcessor.cs#393:UpdateListenersAsync] Starting listeners...
[15/03/2023 21:52:28.141] [1] [AutomationProcessor.cs#414:UpdateListenersAsync] Started relevant listeners.
[15/03/2023 21:52:28.141] [1] [AutomationProcessor.cs#126:RunOnStartup] Pipeline run on startup pending...
[15/03/2023 21:52:28.144] [1] [Autorun.cs#30:Validate] Validating autorun...
[15/03/2023 21:52:28.158] [44] [AutomationProcessor.cs#173:RunAsync] Run pending...
[15/03/2023 21:52:28.158] [44] [AutomationProcessor.cs#178:RunAsync] Run starting...
[15/03/2023 21:52:28.163] [1] [Autorun.cs#59:Validate] Autorun settings seems to be fine.
[15/03/2023 21:52:28.180] [38] [AutomationProcessor.cs#206:RunAsync] Pipeline triggers not satisfied. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterConnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.195] [38] [AutomationProcessor.cs#211:RunAsync] Running pipeline... [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.199] [38] [AutomationPipeline.cs#51:RunAsync] Running step... [type=PowerModeAutomationStep]
[15/03/2023 21:52:28.201] [38] [AbstractLenovoGamezoneWmiFeature.cs#60:GetStateAsync] Getting state... [feature=PowerModeFeature]
[15/03/2023 21:52:28.216] [38] [AutomationPipeline.cs#60:RunAsync] Step run failed. [name=PowerModeAutomationStep]
=== Exception ===
System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
---> System.Management.ManagementException: Invalid object
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
at LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature`1.GetStateAsync()
at LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep`1.RunAsync()
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
=== Exception demystified ===
System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
[15/03/2023 21:52:28.229] [38] [AutomationPipeline.cs#66:RunAsync] Step completed successfully. [type=PowerModeAutomationStep]
[15/03/2023 21:52:28.229] [38] [AutomationProcessor.cs#221:RunAsync] Pipeline run failed. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger]
=== Exception ===
System.AggregateException: One or more errors occurred. (Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode])
---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
---> System.Management.ManagementException: Invalid object
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.System.WMI.CallAsync[T](String scope, FormattableString query, String methodName, Dictionary`2 methodParams, Func`2 converter)
at LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature`1.GetStateAsync()
at LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep`1.RunAsync()
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
--- End of inner exception stack trace ---
at LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
at LenovoLegionToolkit.Lib.Automation.AutomationProcessor.RunAsync(IAutomationEvent automationEvent)
=== Exception demystified ===
System.AggregateException: One or more errors occurred. (Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode])
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token)
at async Task LenovoLegionToolkit.Lib.Automation.AutomationProcessor.RunAsync(IAutomationEvent automationEvent) ---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
--- End of inner exception stack trace --- ---> System.Management.ManagementException: Call failed: Invalid object . [scope=root\WMI, query=SELECT * FROM LENOVO_GAMEZONE_DATA, methodName=GetSmartFanMode]
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
at async Task<T> LenovoLegionToolkit.Lib.Features.AbstractLenovoGamezoneWmiFeature<T>.GetStateAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Steps.AbstractFeatureAutomationStep<T>.RunAsync()
at async Task LenovoLegionToolkit.Lib.Automation.Pipeline.AutomationPipeline.RunAsync(CancellationToken token) ---> System.Management.ManagementException: Invalid object
at void System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at ManagementBaseObject System.Management.ManagementObject.InvokeMethod(string methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
at async Task<T> LenovoLegionToolkit.Lib.System.WMI.CallAsync<T>(string scope, FormattableString query, string methodName, Dictionary<string, object> methodParams, Func<PropertyDataCollection, T> converter)
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
[15/03/2023 21:52:28.232] [38] [AutomationProcessor.cs#227:RunAsync] Pipeline is exclusive. Breaking. [name=, trigger=LenovoLegionToolkit.Lib.Automation.Pipeline.Triggers.ACAdapterDisconnectedAutomationPipelineTrigger, steps.Count=1]
[15/03/2023 21:52:28.232] [38] [AutomationProcessor.cs#233:RunAsync] Run finished successfully.
[15/03/2023 21:52:28.379] [1] [App.xaml.cs#108:Application_Startup] Showing MainWindow...
[15/03/2023 21:52:28.438] [44] [UpdateChecker.cs#35:Check] Checking...
[15/03/2023 21:52:28.687] [41] [Compatibility.cs#89:GetMachineInformationAsync] Retrieved machine information:
[15/03/2023 21:52:28.687] [41] [Compatibility.cs#90:GetMachineInformationAsync] * Vendor: 'LENOVO'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#91:GetMachineInformationAsync] * Machine Type: '82V2'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#92:GetMachineInformationAsync] * Model: 'Slim 7 ProX 14ARH7'
[15/03/2023 21:52:28.688] [41] [Compatibility.cs#93:GetMachineInformationAsync] * BIOS: 'JVCN34WW'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#94:GetMachineInformationAsync] * SupportsGodMode: 'False'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#95:GetMachineInformationAsync] * SupportsExtendedHybridMode: 'False'
[15/03/2023 21:52:28.689] [41] [Compatibility.cs#96:GetMachineInformationAsync] * SupportsIntelligentSubMode: 'False'
[15/03/2023 21:52:28.693] [20] [Compatibility.cs#89:GetMachineInformationAsync] Retrieved machine information:
[15/03/2023 21:52:28.693] [20] [Compatibility.cs#90:GetMachineInformationAsync] * Vendor: 'LENOVO'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#91:GetMachineInformationAsync] * Machine Type: '82V2'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#92:GetMachineInformationAsync] * Model: 'Slim 7 ProX 14ARH7'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#93:GetMachineInformationAsync] * BIOS: 'JVCN34WW'
[15/03/2023 21:52:28.694] [20] [Compatibility.cs#94:GetMachineInformationAsync] * SupportsGodMode: 'False'
[15/03/2023 21:52:28.695] [20] [Compatibility.cs#95:GetMachineInformationAsync] * SupportsExtendedHybridMode: 'False'
[15/03/2023 21:52:28.695] [20] [Compatibility.cs#96:GetMachineInformationAsync] * SupportsIntelligentSubMode: 'False'
[15/03/2023 21:52:28.789] [5] [UpdateChecker.cs#62:Check] Error checking for updates.
=== Exception ===
Octokit.RateLimitExceededException: API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at Octokit.Connection.HandleErrors(IResponse response) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 704
at Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 685
at Octokit.Connection.Run[T](IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 670
at Octokit.ApiConnection.GetPage[TU](Uri uri, IDictionary`2 parameters, String accepts, ApiOptions options) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 642
at Octokit.ApiConnection.<>c__DisplayClass18_0`1.<<GetAll>b__0>d.MoveNext() in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 212
--- End of stack trace from previous location ---
at Octokit.ApiPagination.GetAllPages[T](Func`1 getFirstPage, Uri uri)
at LenovoLegionToolkit.Lib.Utils.UpdateChecker.Check()
{"message":"API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
=== Exception demystified ===
Octokit.RateLimitExceededException: API rate limit exceeded for 131.204.254.86. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at void Octokit.Connection.HandleErrors(IResponse response) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 704
at async Task<IResponse> Octokit.Connection.RunRequest(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 685
at async Task<IApiResponse<T>> Octokit.Connection.Run<T>(IRequest request, CancellationToken cancellationToken) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/Connection.cs:line 670
at async Task<IReadOnlyPagedCollection<TU>> Octokit.ApiConnection.GetPage<TU>(Uri uri, IDictionary<string, string> parameters, string accepts, ApiOptions options) in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 642
at async Task<IReadOnlyList<T>> Octokit.ApiConnection.GetAll<T>(Uri uri, IDictionary<string, string> parameters, string accepts)+(?) => { } in /home/runner/work/octokit.net/octokit.net/Octokit/Http/ApiConnection.cs:line 212
at async Task<IReadOnlyList<T>> Octokit.ApiPagination.GetAllPages<T>(Func<Task<IReadOnlyPagedCollection<T>>> getFirstPage, Uri uri)
at async Task<Version> LenovoLegionToolkit.Lib.Utils.UpdateChecker.Check()
[15/03/2023 21:52:28.843] [1] [App.xaml.cs#114:Application_Startup] Start up complete
[15/03/2023 21:52:29.006] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=PowerModeControl]
[15/03/2023 21:52:29.014] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=BatteryModeControl]
[15/03/2023 21:52:29.015] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.016] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.016] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=AlwaysOnUSBControl]
[15/03/2023 21:52:29.019] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.020] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.021] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ToggleHybridModeControl]
[15/03/2023 21:52:29.030] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DiscreteGPUControl]
[15/03/2023 21:52:29.052] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ResolutionControl]
[15/03/2023 21:52:29.056] [1] [ResolutionFeature.cs#18:GetAllStatesAsync] Getting all resolutions...
[15/03/2023 21:52:29.078] [1] [InternalDisplay.cs#56:Get] Found internal display: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.080] [1] [ResolutionFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.084] [1] [ResolutionFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:29.212] [1] [ResolutionFeature.cs#46:GetAllStatesAsync] Possible resolutions are 3072x1920, 2560x1600, 2048x1536, 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1600x1000, 1280x1024, 1280x800, 1280x720, 1024x768
[15/03/2023 21:52:29.213] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:29.215] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.221] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:29.223] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.225] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=RefreshRateControl]
[15/03/2023 21:52:29.233] [1] [RefreshRateFeature.cs#18:GetAllStatesAsync] Getting all refresh rates...
[15/03/2023 21:52:29.233] [1] [RefreshRateFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:29.235] [1] [RefreshRateFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:29.369] [1] [RefreshRateFeature.cs#46:GetAllStatesAsync] Possible refresh rates are 30Hz, 48Hz, 60Hz, 75Hz, 100Hz, 120Hz
[15/03/2023 21:52:29.370] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:29.371] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.377] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:29.379] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:29.381] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DpiScaleControl]
[15/03/2023 21:52:29.383] [1] [DpiScaleFeature.cs#17:GetAllStatesAsync] Getting all DPI scales...
[15/03/2023 21:52:29.393] [1] [DpiScaleFeature.cs#39:GetAllStatesAsync] Current DPI scale is LenovoLegionToolkit.Lib.DpiScale[]
[15/03/2023 21:52:29.394] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:29.401] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:29.412] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:29.413] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:29.415] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=HDRControl]
[15/03/2023 21:52:29.418] [1] [HDRFeature.cs#14:IsSupportedAsync] Checking HDR support...
[15/03/2023 21:52:29.425] [1] [HDRFeature.cs#28:IsSupportedAsync] HDR support: False
[15/03/2023 21:52:29.426] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=HDRControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.Dashboard.HDRControl.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.Dashboard.HDRControl.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.427] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=OverDriveControl]
[15/03/2023 21:52:29.433] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TurnOffMonitorsControl]
[15/03/2023 21:52:29.434] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=MicrophoneControl]
[15/03/2023 21:52:29.447] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=WhiteKeyboardBacklightControl]
[15/03/2023 21:52:29.449] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=OneLevelWhiteKeyboardBacklightControl]
[15/03/2023 21:52:29.452] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FlipToStartControl]
[15/03/2023 21:52:29.457] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TouchpadLockControl]
[15/03/2023 21:52:29.457] [44] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:29.461] [44] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:29.469] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FnLockControl]
[15/03/2023 21:52:29.472] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:29.474] [44] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:29.474] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=WinKeyControl]
[15/03/2023 21:52:29.516] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.525] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.526] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.526] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.528] [35] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:29.531] [35] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:29.531] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:29.532] [35] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:29.550] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=ToggleHybridModeControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.571] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=OverDriveControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.572] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=WhiteKeyboardBacklightControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.573] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=OneLevelWhiteKeyboardBacklightControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.575] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=TouchpadLockControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.576] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=WinKeyControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractToggleFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.577] [1] [AbstractRefreshingControl.cs#66:RefreshAsync] Exception when refreshing control. [feature=PowerModeControl]
=== Exception ===
System.NotSupportedException: Specified method is not supported.
at LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl`1.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.Dashboard.PowerModeControl.OnRefreshAsync()
at LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
=== Exception demystified ===
System.NotSupportedException: Specified method is not supported.
at async Task LenovoLegionToolkit.WPF.Controls.AbstractComboBoxFeatureCardControl<T>.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.Dashboard.PowerModeControl.OnRefreshAsync()
at async Task LenovoLegionToolkit.WPF.Controls.AbstractRefreshingControl.RefreshAsync()
[15/03/2023 21:52:29.983] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=BatteryModeControl]
[15/03/2023 21:52:29.984] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:29.984] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:29.985] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=AlwaysOnUSBControl]
[15/03/2023 21:52:29.986] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.986] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DiscreteGPUControl]
[15/03/2023 21:52:29.986] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:29.989] [1] [GPUController.cs#106:StopAsync] Stopping... [refreshTask.isNull=True, _refreshCancellationTokenSource.IsCancellationRequested=]
[15/03/2023 21:52:29.990] [1] [GPUController.cs#113:StopAsync] Waiting to finish...
[15/03/2023 21:52:29.990] [1] [GPUController.cs#125:StopAsync] Finished
[15/03/2023 21:52:29.990] [1] [GPUController.cs#132:StopAsync] Stopped
[15/03/2023 21:52:29.990] [1] [GPUController.cs#96:StartAsync] Starting... [delay=1000, interval=5000]
[15/03/2023 21:52:29.992] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=ResolutionControl]
[15/03/2023 21:52:29.995] [26] [GPUController.cs#186:RefreshLoopAsync] Initializing NVAPI...
[15/03/2023 21:52:29.995] [26] [GPUController.cs#191:RefreshLoopAsync] Initialized NVAPI
[15/03/2023 21:52:29.997] [1] [ResolutionFeature.cs#18:GetAllStatesAsync] Getting all resolutions...
[15/03/2023 21:52:30.000] [1] [ResolutionFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:30.010] [1] [ResolutionFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:30.167] [1] [ResolutionFeature.cs#46:GetAllStatesAsync] Possible resolutions are 3072x1920, 2560x1600, 2048x1536, 1920x1200, 1920x1080, 1680x1050, 1600x1200, 1600x1000, 1280x1024, 1280x800, 1280x720, 1024x768
[15/03/2023 21:52:30.168] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:30.169] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.187] [1] [ResolutionFeature.cs#54:GetStateAsync] Getting current resolution...
[15/03/2023 21:52:30.189] [1] [ResolutionFeature.cs#69:GetStateAsync] Current resolution is 3072x1920 [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.190] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=RefreshRateControl]
[15/03/2023 21:52:30.190] [1] [RefreshRateFeature.cs#18:GetAllStatesAsync] Getting all refresh rates...
[15/03/2023 21:52:30.191] [1] [RefreshRateFeature.cs#30:GetAllStatesAsync] Built in display found: Display: \\.\DISPLAY1\Monitor0 (Generic PnP Monitor)
[15/03/2023 21:52:30.194] [1] [RefreshRateFeature.cs#35:GetAllStatesAsync] Current built in display settings: {Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}
[15/03/2023 21:52:30.332] [1] [RefreshRateFeature.cs#46:GetAllStatesAsync] Possible refresh rates are 30Hz, 48Hz, 60Hz, 75Hz, 100Hz, 120Hz
[15/03/2023 21:52:30.333] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:30.335] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.338] [1] [RefreshRateFeature.cs#54:GetStateAsync] Getting current refresh rate...
[15/03/2023 21:52:30.342] [1] [RefreshRateFeature.cs#69:GetStateAsync] Current refresh rate is 60Hz [currentSettings={Width=3072, Height=1920} Progressive 60hz @ Depth32Bit @ {X=0,Y=0}]
[15/03/2023 21:52:30.343] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=DpiScaleControl]
[15/03/2023 21:52:30.344] [1] [DpiScaleFeature.cs#17:GetAllStatesAsync] Getting all DPI scales...
[15/03/2023 21:52:30.346] [1] [DpiScaleFeature.cs#39:GetAllStatesAsync] Current DPI scale is LenovoLegionToolkit.Lib.DpiScale[]
[15/03/2023 21:52:30.347] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:30.349] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:30.353] [1] [DpiScaleFeature.cs#47:GetStateAsync] Getting current DPI scale...
[15/03/2023 21:52:30.357] [1] [DpiScaleFeature.cs#62:GetStateAsync] Current DPI scale is 175
[15/03/2023 21:52:30.358] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=TurnOffMonitorsControl]
[15/03/2023 21:52:30.359] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=MicrophoneControl]
[15/03/2023 21:52:30.362] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FlipToStartControl]
[15/03/2023 21:52:30.363] [1] [AbstractRefreshingControl.cs#49:RefreshAsync] Refreshing control... [feature=FnLockControl]
[15/03/2023 21:52:30.363] [43] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:30.363] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:30.364] [43] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:30.364] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:30.365] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=BatteryFeature]
[15/03/2023 21:52:30.365] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:30.366] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Normal [feature=BatteryFeature]
[15/03/2023 21:52:30.366] [43] [AbstractDriverFeature.cs#48:GetStateAsync] State is OnAlways [feature=AlwaysOnUSBFeature]
[15/03/2023 21:52:30.366] [43] [AbstractUEFIFeature.cs#47:ReadFromUefiAsync] Reading from UEFI... [feature=FlipToStartFeature]
[15/03/2023 21:52:30.367] [1] [AbstractDriverFeature.cs#41:GetStateAsync] Getting state... [feature=FnLockFeature]
[15/03/2023 21:52:30.367] [43] [AbstractUEFIFeature.cs#67:ReadFromUefiAsync] Read from UEFI successful [feature=FlipToStartFeature]
[15/03/2023 21:52:30.367] [26] [AbstractDriverFeature.cs#48:GetStateAsync] State is Off [feature=FnLockFeature]
[15/03/2023 21:52:30.997] [43] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:30.999] [43] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:31.307] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:31.307] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:36.321] [26] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:36.322] [26] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:36.702] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:36.703] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:41.711] [43] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:41.712] [43] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:42.618] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:42.618] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:47.626] [35] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:47.626] [35] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:48.022] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:48.023] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:53.031] [34] [GPUController.cs#203:RefreshLoopAsync] Will refresh...
[15/03/2023 21:52:53.031] [34] [GPUController.cs#242:RefreshStateAsync] Refresh in progress...
[15/03/2023 21:52:53.354] [20] [GPUController.cs#314:RefreshStateAsync] Deactivate possible [status=DeactivatePossible, processes.Count=1, gpuInstanceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1\4&2B28BF82&0&0009, pnpDeviceId=PCI\VEN_10DE&DEV_25E2&SUBSYS_3B1217AA&REV_A1]
[15/03/2023 21:52:53.355] [20] [GPUController.cs#209:RefreshLoopAsync] Refreshed
[15/03/2023 21:52:55.577] [1] [MainWindow.xaml.cs#99:MainWindow_Closing] Closing...
[15/03/2023 21:52:55.580] [1] [AbstractLenovoGamezoneWmiFeature.cs#60:GetStateAsync] Getting state... [feature=PowerModeFeature]
[15/03/2023 21:52:55.590] [1] [GPUController.cs#106:StopAsync] Stopping... [refreshTask.isNull=False, _refreshCancellationTokenSource.IsCancellationRequested=False]
[15/03/2023 21:52:55.591] [1] [GPUController.cs#132:StopAsync] Stopped
[15/03/2023 21:52:55.591] [34] [GPUController.cs#230:RefreshLoopAsync] Unloading NVAPI...
[15/03/2023 21:52:55.591] [34] [GPUController.cs#235:RefreshLoopAsync] Unloaded NVAPI
### Additional information
I am unable to query GetSmartFanMode although it is listed as a method. Power mode does work when using Lenovo vantage.
Here is the list of all Lenovo WMI Classes and Methods available on these laptops:
Excludes Active and InstanceName Properties/Methods
Excludes LENOVO_CPU_METHOD and LENOVO_GPU_METHOD Classes
| Class | Property/Method | CIMType | Description |
|--------------------------------|---------------------------------------|-----------|-------------------------------------|
| Lenovo_BatteryInformation | | | |
| | CurrentSetting | string | Battery Information |
| LENOVO_GAMEZONE_DATA | | | |
| | SetSmartFanMode | string | Set Smart Fan Mode |
| | GetSmartFanMode | string | Get Smart Fan Mode |
| | IsRestoreOCValue | string | Get the flag of restore OC value |
| LENOVO_FAN_METHOD | | | |
| | Fan_Get_FullSpeed | string | Get Fan Full Speed |
| | Fan_Set_FullSpeed | string | Set Fan Full Speed |
| | Fan_GetCurrentFanSpeed | string | Get Current Fan Speed |
| | Fan_GetCurrentSensorTemperature | string | Get Current Sensor Temperature |
| | Fan_SetCurrentFanSpeed | string | Set Current Fan Speed |
| LENOVO_OTHER_METHOD | | | |
| | Get_AC_PD_Status | string | Get AC_PD Status |
| | Enable_Charging | string | Enable_Charging |
| comp | multiple models power mode on laptops without ai or godmode version os windows device n a bios version n a which features of the application did you test battery mode working resolution working refresh rate working dpi working discrete gpu working microphone enable disable working fn lock working discrete gpu disable enable working battery info working actions working which features of the application do not work as expected power mode logs argument present starting starting listener started listener starting listener started listener starting starting couldn t start listener exception system management managementexception invalid class at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementeventwatcher start at lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at lenovolegiontoolkit lib listeners abstractwmilistener startasync exception demystified system management managementexception invalid class at void system management managementexception throwwithextendedinfo managementstatus errorcode at void system management managementeventwatcher start at idisposable lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at task lenovolegiontoolkit lib listeners abstractwmilistener startasync starting couldn t start listener exception system management managementexception invalid class at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementeventwatcher start at lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at lenovolegiontoolkit lib listeners abstractwmilistener startasync exception demystified system management managementexception invalid class at void system management managementexception throwwithextendedinfo managementstatus errorcode at void system management managementeventwatcher start at idisposable lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at task lenovolegiontoolkit lib listeners abstractwmilistener startasync starting starting couldn t start listener exception system management managementexception invalid class at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementeventwatcher start at lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at lenovolegiontoolkit lib listeners abstractwmilistener startasync exception demystified system management managementexception invalid class at void system management managementexception throwwithextendedinfo managementstatus errorcode at void system management managementeventwatcher start at idisposable lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at task lenovolegiontoolkit lib listeners abstractwmilistener startasync starting couldn t start listener exception system management managementexception invalid class at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementeventwatcher start at lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at lenovolegiontoolkit lib listeners abstractwmilistener startasync exception demystified system management managementexception invalid class at void system management managementexception throwwithextendedinfo managementstatus errorcode at void system management managementeventwatcher start at idisposable lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at task lenovolegiontoolkit lib listeners abstractwmilistener startasync starting couldn t start listener exception system management managementexception invalid class at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementeventwatcher start at lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at lenovolegiontoolkit lib listeners abstractwmilistener startasync exception demystified system management managementexception invalid class at void system management managementexception throwwithextendedinfo managementstatus errorcode at void system management managementeventwatcher start at idisposable lenovolegiontoolkit lib system wmi listen string scope formattablestring query action handler at task lenovolegiontoolkit lib listeners abstractwmilistener startasync argument present argument present getting state state is normal ensuring correct battery mode is set getting state state is normal setting state to rapidcharge state set to rapidcharge rgb keyboard is not supported spectrum keyboard is not supported initializing automation processor stopping listeners stopping stopping stopped listeners starting listeners started relevant listeners pipeline run on startup pending validating autorun run pending run starting autorun settings seems to be fine pipeline triggers not satisfied running pipeline running step getting state step run failed exception system management managementexception call failed invalid object system management managementexception invalid object at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementobject invokemethod string methodname managementbaseobject inparameters invokemethodoptions options at lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter end of inner exception stack trace at lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter at lenovolegiontoolkit lib features abstractlenovogamezonewmifeature getstateasync at lenovolegiontoolkit lib automation steps abstractfeatureautomationstep runasync at lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token exception demystified system management managementexception call failed invalid object at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter at async task lenovolegiontoolkit lib features abstractlenovogamezonewmifeature getstateasync at async task lenovolegiontoolkit lib automation steps abstractfeatureautomationstep runasync at async task lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token system management managementexception invalid object at void system management managementexception throwwithextendedinfo managementstatus errorcode at managementbaseobject system management managementobject invokemethod string methodname managementbaseobject inparameters invokemethodoptions options at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter end of inner exception stack trace step completed successfully pipeline run failed exception system aggregateexception one or more errors occurred call failed invalid object system management managementexception call failed invalid object system management managementexception invalid object at system management managementexception throwwithextendedinfo managementstatus errorcode at system management managementobject invokemethod string methodname managementbaseobject inparameters invokemethodoptions options at lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter end of inner exception stack trace at lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter at lenovolegiontoolkit lib features abstractlenovogamezonewmifeature getstateasync at lenovolegiontoolkit lib automation steps abstractfeatureautomationstep runasync at lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token end of inner exception stack trace at lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token at lenovolegiontoolkit lib automation automationprocessor runasync iautomationevent automationevent exception demystified system aggregateexception one or more errors occurred call failed invalid object at async task lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token at async task lenovolegiontoolkit lib automation automationprocessor runasync iautomationevent automationevent system management managementexception call failed invalid object at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter at async task lenovolegiontoolkit lib features abstractlenovogamezonewmifeature getstateasync at async task lenovolegiontoolkit lib automation steps abstractfeatureautomationstep runasync at async task lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token system management managementexception invalid object at void system management managementexception throwwithextendedinfo managementstatus errorcode at managementbaseobject system management managementobject invokemethod string methodname managementbaseobject inparameters invokemethodoptions options at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter end of inner exception stack trace end of inner exception stack trace system management managementexception call failed invalid object at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter at async task lenovolegiontoolkit lib features abstractlenovogamezonewmifeature getstateasync at async task lenovolegiontoolkit lib automation steps abstractfeatureautomationstep runasync at async task lenovolegiontoolkit lib automation pipeline automationpipeline runasync cancellationtoken token system management managementexception invalid object at void system management managementexception throwwithextendedinfo managementstatus errorcode at managementbaseobject system management managementobject invokemethod string methodname managementbaseobject inparameters invokemethodoptions options at async task lenovolegiontoolkit lib system wmi callasync string scope formattablestring query string methodname dictionary methodparams func converter end of inner exception stack trace end of inner exception stack trace pipeline is exclusive breaking run finished successfully showing mainwindow checking retrieved machine information vendor lenovo machine type model slim prox bios supportsgodmode false supportsextendedhybridmode false supportsintelligentsubmode false retrieved machine information vendor lenovo machine type model slim prox bios supportsgodmode false supportsextendedhybridmode false supportsintelligentsubmode false error checking for updates exception octokit ratelimitexceededexception api rate limit exceeded for but here s the good news authenticated requests get a higher rate limit check out the documentation for more details at octokit connection handleerrors iresponse response in home runner work octokit net octokit net octokit http connection cs line at octokit connection runrequest irequest request cancellationtoken cancellationtoken in home runner work octokit net octokit net octokit http connection cs line at octokit connection run irequest request cancellationtoken cancellationtoken in home runner work octokit net octokit net octokit http connection cs line at octokit apiconnection getpage uri uri idictionary parameters string accepts apioptions options in home runner work octokit net octokit net octokit http apiconnection cs line at octokit apiconnection c b d movenext in home runner work octokit net octokit net octokit http apiconnection cs line end of stack trace from previous location at octokit apipagination getallpages func getfirstpage uri uri at lenovolegiontoolkit lib utils updatechecker check message api rate limit exceeded for but here s the good news authenticated requests get a higher rate limit check out the documentation for more details documentation url exception demystified octokit ratelimitexceededexception api rate limit exceeded for but here s the good news authenticated requests get a higher rate limit check out the documentation for more details at void octokit connection handleerrors iresponse response in home runner work octokit net octokit net octokit http connection cs line at async task octokit connection runrequest irequest request cancellationtoken cancellationtoken in home runner work octokit net octokit net octokit http connection cs line at async task octokit connection run irequest request cancellationtoken cancellationtoken in home runner work octokit net octokit net octokit http connection cs line at async task octokit apiconnection getpage uri uri idictionary parameters string accepts apioptions options in home runner work octokit net octokit net octokit http apiconnection cs line at async task octokit apiconnection getall uri uri idictionary parameters string accepts in home runner work octokit net octokit net octokit http apiconnection cs line at async task octokit apipagination getallpages func getfirstpage uri uri at async task lenovolegiontoolkit lib utils updatechecker check start up complete refreshing control refreshing control getting state state is normal refreshing control getting state state is onalways refreshing control refreshing control refreshing control getting all resolutions found internal display display generic pnp monitor built in display found display generic pnp monitor current built in display settings width height progressive x y possible resolutions are getting current resolution current resolution is getting current resolution current resolution is refreshing control getting all refresh rates built in display found display generic pnp monitor current built in display settings width height progressive x y possible refresh rates are getting current refresh rate current refresh rate is getting current refresh rate current refresh rate is refreshing control getting all dpi scales current dpi scale is lenovolegiontoolkit lib dpiscale getting current dpi scale current dpi scale is getting current dpi scale current dpi scale is refreshing control checking hdr support hdr support false exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls dashboard hdrcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls dashboard hdrcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync refreshing control refreshing control refreshing control refreshing control refreshing control refreshing control refreshing control reading from uefi read from uefi successful refreshing control getting state state is off refreshing control getting state state is normal getting state state is onalways reading from uefi read from uefi successful getting state state is off exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstractcomboboxfeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstractcomboboxfeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstracttogglefeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception when refreshing control exception system notsupportedexception specified method is not supported at lenovolegiontoolkit wpf controls abstractcomboboxfeaturecardcontrol onrefreshasync at lenovolegiontoolkit wpf controls dashboard powermodecontrol onrefreshasync at lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync exception demystified system notsupportedexception specified method is not supported at async task lenovolegiontoolkit wpf controls abstractcomboboxfeaturecardcontrol onrefreshasync at async task lenovolegiontoolkit wpf controls dashboard powermodecontrol onrefreshasync at async task lenovolegiontoolkit wpf controls abstractrefreshingcontrol refreshasync refreshing control getting state state is normal refreshing control getting state refreshing control state is onalways stopping waiting to finish finished stopped starting refreshing control initializing nvapi initialized nvapi getting all resolutions built in display found display generic pnp monitor current built in display settings width height progressive x y possible resolutions are getting current resolution current resolution is getting current resolution current resolution is refreshing control getting all refresh rates built in display found display generic pnp monitor current built in display settings width height progressive x y possible refresh rates are getting current refresh rate current refresh rate is getting current refresh rate current refresh rate is refreshing control getting all dpi scales current dpi scale is lenovolegiontoolkit lib dpiscale getting current dpi scale current dpi scale is getting current dpi scale current dpi scale is refreshing control refreshing control refreshing control refreshing control reading from uefi getting state read from uefi successful state is off getting state getting state state is normal state is onalways reading from uefi getting state read from uefi successful state is off will refresh refresh in progress deactivate possible refreshed will refresh refresh in progress deactivate possible refreshed will refresh refresh in progress deactivate possible refreshed will refresh refresh in progress deactivate possible refreshed will refresh refresh in progress deactivate possible refreshed closing getting state stopping stopped unloading nvapi unloaded nvapi additional information i am unable to query getsmartfanmode although it is listed as a method power mode does work when using lenovo vantage here is the list of all lenovo wmi classes and methods available on these laptops excludes active and instancename properties methods excludes lenovo cpu method and lenovo gpu method classes class property method cimtype description lenovo batteryinformation currentsetting string battery information lenovo gamezone data setsmartfanmode string set smart fan mode getsmartfanmode string get smart fan mode isrestoreocvalue string get the flag of restore oc value lenovo fan method fan get fullspeed string get fan full speed fan set fullspeed string set fan full speed fan getcurrentfanspeed string get current fan speed fan getcurrentsensortemperature string get current sensor temperature fan setcurrentfanspeed string set current fan speed lenovo other method get ac pd status string get ac pd status enable charging string enable charging | 1 |
4,221 | 6,996,523,128 | IssuesEvent | 2017-12-16 01:31:20 | passff/passff | https://api.github.com/repos/passff/passff | closed | Pale Moon support? | incompatibility | I don't think this suggestion will have much chance given that development moved to webextensions, but is it possible that we would get a version that works with Pale Moon? I'd like to avoid the disaster called firefox 57, and this is like the only essetial firefox addon that doesn't work on Pale Moon.
I've checked out the last non web extension version from git, it look's like `modules/CustomizableUI.jsm` doesn't exists on Pale Moon so the plugin doesn't even load. I've tried to search for it, there's this code from ublock
https://github.com/gorhill/uBlock/blob/b429e1c7bad8d891f83f9f282a8406952caedbcd/platform/firefox/vapi-background.js#L2766
but it's a lot of code for someone who has zero experience with mozilla addon development. | True | Pale Moon support? - I don't think this suggestion will have much chance given that development moved to webextensions, but is it possible that we would get a version that works with Pale Moon? I'd like to avoid the disaster called firefox 57, and this is like the only essetial firefox addon that doesn't work on Pale Moon.
I've checked out the last non web extension version from git, it look's like `modules/CustomizableUI.jsm` doesn't exists on Pale Moon so the plugin doesn't even load. I've tried to search for it, there's this code from ublock
https://github.com/gorhill/uBlock/blob/b429e1c7bad8d891f83f9f282a8406952caedbcd/platform/firefox/vapi-background.js#L2766
but it's a lot of code for someone who has zero experience with mozilla addon development. | comp | pale moon support i don t think this suggestion will have much chance given that development moved to webextensions but is it possible that we would get a version that works with pale moon i d like to avoid the disaster called firefox and this is like the only essetial firefox addon that doesn t work on pale moon i ve checked out the last non web extension version from git it look s like modules customizableui jsm doesn t exists on pale moon so the plugin doesn t even load i ve tried to search for it there s this code from ublock but it s a lot of code for someone who has zero experience with mozilla addon development | 1 |
9,157 | 11,188,327,050 | IssuesEvent | 2020-01-02 04:13:22 | storybookjs/storybook | https://api.github.com/repos/storybookjs/storybook | reopened | Include css inside .stories.js file | compatibility with other tools inactive question / support | I would like to include css (not inline) inside my .stories.js files so I can manipulate the stories a little bit. For example, If I want to create a grid and show my component inside the grid I don't want to write css for each div, but I want to have a "global" css as for the components itself, but only for the stories.
Is it possible?
I use storybook with stencil.
Thank you
| True | Include css inside .stories.js file - I would like to include css (not inline) inside my .stories.js files so I can manipulate the stories a little bit. For example, If I want to create a grid and show my component inside the grid I don't want to write css for each div, but I want to have a "global" css as for the components itself, but only for the stories.
Is it possible?
I use storybook with stencil.
Thank you
| comp | include css inside stories js file i would like to include css not inline inside my stories js files so i can manipulate the stories a little bit for example if i want to create a grid and show my component inside the grid i don t want to write css for each div but i want to have a global css as for the components itself but only for the stories is it possible i use storybook with stencil thank you | 1 |
592,314 | 17,875,338,252 | IssuesEvent | 2021-09-07 02:12:04 | Sphereserver/Source-X | https://api.github.com/repos/Sphereserver/Source-X | closed | Not able Lauch f_onclient_exceed_network_quota function | Status-Bug: Confirmed Priority: Low Status-Bug: To be confirmed | I'm not able to make the new function trig: f_onclient_exceed_network_quota
The behavior to kick the player work but any script I put in the function are not considerate,
```
[FUNCTION f_onclient_exceed_network_quota]
SRC.SYSMESSAGE VOTRE ASSISTANT ENVOIE TROP DE DEMANDE AU SERVEUR. REVISER VOS MACROS OU VOS SCRIPTS
serv.log TEST
RETURN 2
```
TEST is never print in the console
The second point is the 50000 Byte default setting seem too small. I get some false positive when my character is park on britain city. 70 - 80 should be wiser but I don't know why 50k was choose at the beginning.
| 1.0 | Not able Lauch f_onclient_exceed_network_quota function - I'm not able to make the new function trig: f_onclient_exceed_network_quota
The behavior to kick the player work but any script I put in the function are not considerate,
```
[FUNCTION f_onclient_exceed_network_quota]
SRC.SYSMESSAGE VOTRE ASSISTANT ENVOIE TROP DE DEMANDE AU SERVEUR. REVISER VOS MACROS OU VOS SCRIPTS
serv.log TEST
RETURN 2
```
TEST is never print in the console
The second point is the 50000 Byte default setting seem too small. I get some false positive when my character is park on britain city. 70 - 80 should be wiser but I don't know why 50k was choose at the beginning.
| non_comp | not able lauch f onclient exceed network quota function i m not able to make the new function trig f onclient exceed network quota the behavior to kick the player work but any script i put in the function are not considerate src sysmessage votre assistant envoie trop de demande au serveur reviser vos macros ou vos scripts serv log test return test is never print in the console the second point is the byte default setting seem too small i get some false positive when my character is park on britain city should be wiser but i don t know why was choose at the beginning | 0 |
16,390 | 21,158,103,422 | IssuesEvent | 2022-04-07 06:43:32 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | opened | DISABLED test_exception_single (__main__.ForkTest) | module: multiprocessing module: flaky-tests skipped | Platforms: asan, linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_exception_single%2C%20ForkTest) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/5863105042).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 3 green. | 1.0 | DISABLED test_exception_single (__main__.ForkTest) - Platforms: asan, linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_exception_single%2C%20ForkTest) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/5863105042).
Over the past 3 hours, it has been determined flaky in 1 workflow(s) with 1 red and 3 green. | non_comp | disabled test exception single main forktest platforms asan linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with red and green | 0 |
17,567 | 24,215,366,447 | IssuesEvent | 2022-09-26 06:07:33 | ajv-validator/ajv | https://api.github.com/repos/ajv-validator/ajv | opened | Having issues with setting up Ajv validation using compiled schema in ember app | compatibility | <!--
Frequently Asked Questions: https://ajv.js.org/faq.html
Please provide all info and reduce your schema and data to the smallest possible size.
This template is for compatibility issues.
For other issues please see https://ajv.js.org/contributing/
-->
**The version of Ajv you are using**
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
**The environment you have the problem with**
EmberJS@v3.28
Embroider@1.8.0
Webpack@5.74.0
How do i import the compiled js file into my application? Please share any sample repo if possible.
| True | Having issues with setting up Ajv validation using compiled schema in ember app - <!--
Frequently Asked Questions: https://ajv.js.org/faq.html
Please provide all info and reduce your schema and data to the smallest possible size.
This template is for compatibility issues.
For other issues please see https://ajv.js.org/contributing/
-->
**The version of Ajv you are using**
"ajv": "^8.11.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
**The environment you have the problem with**
EmberJS@v3.28
Embroider@1.8.0
Webpack@5.74.0
How do i import the compiled js file into my application? Please share any sample repo if possible.
| comp | having issues with setting up ajv validation using compiled schema in ember app frequently asked questions please provide all info and reduce your schema and data to the smallest possible size this template is for compatibility issues for other issues please see the version of ajv you are using ajv ajv errors ajv formats the environment you have the problem with emberjs embroider webpack how do i import the compiled js file into my application please share any sample repo if possible | 1 |
7,694 | 9,940,518,346 | IssuesEvent | 2019-07-03 09:21:25 | sebastianbergmann/phpunit | https://api.github.com/repos/sebastianbergmann/phpunit | opened | Improve developer experience of global wrapper functions for assertions | backward-compatibility-break enhancement | [Functions.php](https://github.com/sebastianbergmann/phpunit/blob/master/src/Framework/Assert/Functions.php) provides global function wrappers such as `assertThat()` and `isInstanceOf()`, for instance, that allow writing
```php
assertThat(new stdClass, isInstanceOf(stdClass::class));
````
instead of
```php
$this->assertInstanceOf(stdClass::class, new stdClass);
````
which some developers prefer because the code is not cluttered by `$this->` and because `assertThat()` allows for a flexible way to compose assertions using a fluent API.
At the moment, `Functions.php` must be manually included before the global functions it declares can be used. This is due to the fact that these functions are currently defined in the global namespace (because `Functions.php` was forgotten when PHPUnit´s code was moved to namespaces) and we do not want to clutter the global namespace with these functions.
To make these function wrappers always available, and thus eliminating the requirement to manually load them, the following needs to be done:
- [ ] Move the function wrappers to the `PHPUnit\Framework` namespace
- [ ] Move `"src/Framework/Assert/Functions.php"` from the `"files"` section of `"autoload-dev"` to the `"files"` section of `"autoload"` in `composer.json`
- [ ] Make sure that the function wrappers are available when `phpunit.phar` is used
Because moving the function wrappers to the `PHPUnit\Framework` namespace is break of backward compatibility, this will has to wait until PHPUnit 9 unfortunately.
With PHPUnit 9, the example shown above would look like so:
```php
use function PHPUnit\Framework\assertThat;
use function PHPUnit\Framework\isInstanceOf;
// ...
assertThat(new stdClass, isInstanceOf(stdClass::class));
````
Once these steps have been taken, the global function wrappers should be documented more prominently in PHPUnit's documentation. | True | Improve developer experience of global wrapper functions for assertions - [Functions.php](https://github.com/sebastianbergmann/phpunit/blob/master/src/Framework/Assert/Functions.php) provides global function wrappers such as `assertThat()` and `isInstanceOf()`, for instance, that allow writing
```php
assertThat(new stdClass, isInstanceOf(stdClass::class));
````
instead of
```php
$this->assertInstanceOf(stdClass::class, new stdClass);
````
which some developers prefer because the code is not cluttered by `$this->` and because `assertThat()` allows for a flexible way to compose assertions using a fluent API.
At the moment, `Functions.php` must be manually included before the global functions it declares can be used. This is due to the fact that these functions are currently defined in the global namespace (because `Functions.php` was forgotten when PHPUnit´s code was moved to namespaces) and we do not want to clutter the global namespace with these functions.
To make these function wrappers always available, and thus eliminating the requirement to manually load them, the following needs to be done:
- [ ] Move the function wrappers to the `PHPUnit\Framework` namespace
- [ ] Move `"src/Framework/Assert/Functions.php"` from the `"files"` section of `"autoload-dev"` to the `"files"` section of `"autoload"` in `composer.json`
- [ ] Make sure that the function wrappers are available when `phpunit.phar` is used
Because moving the function wrappers to the `PHPUnit\Framework` namespace is break of backward compatibility, this will has to wait until PHPUnit 9 unfortunately.
With PHPUnit 9, the example shown above would look like so:
```php
use function PHPUnit\Framework\assertThat;
use function PHPUnit\Framework\isInstanceOf;
// ...
assertThat(new stdClass, isInstanceOf(stdClass::class));
````
Once these steps have been taken, the global function wrappers should be documented more prominently in PHPUnit's documentation. | comp | improve developer experience of global wrapper functions for assertions provides global function wrappers such as assertthat and isinstanceof for instance that allow writing php assertthat new stdclass isinstanceof stdclass class instead of php this assertinstanceof stdclass class new stdclass which some developers prefer because the code is not cluttered by this and because assertthat allows for a flexible way to compose assertions using a fluent api at the moment functions php must be manually included before the global functions it declares can be used this is due to the fact that these functions are currently defined in the global namespace because functions php was forgotten when phpunit´s code was moved to namespaces and we do not want to clutter the global namespace with these functions to make these function wrappers always available and thus eliminating the requirement to manually load them the following needs to be done move the function wrappers to the phpunit framework namespace move src framework assert functions php from the files section of autoload dev to the files section of autoload in composer json make sure that the function wrappers are available when phpunit phar is used because moving the function wrappers to the phpunit framework namespace is break of backward compatibility this will has to wait until phpunit unfortunately with phpunit the example shown above would look like so php use function phpunit framework assertthat use function phpunit framework isinstanceof assertthat new stdclass isinstanceof stdclass class once these steps have been taken the global function wrappers should be documented more prominently in phpunit s documentation | 1 |
20,743 | 30,832,929,278 | IssuesEvent | 2023-08-02 04:18:38 | modded-factorio/bobsmods | https://api.github.com/repos/modded-factorio/bobsmods | closed | AAI Industry Compatibility | mod compatibility Bob's Warfare Bob's Assembling machines Bob's Tech | If AAI Industry mod is enabled:
- Hide setting "Burner and steam assembling machines" from Assembling Machines mod
- Hide setting "Burner power phase" from Technology mod
- Don't add Radars 1 tech (Warfare). Instead use AAI tech `radar` | True | AAI Industry Compatibility - If AAI Industry mod is enabled:
- Hide setting "Burner and steam assembling machines" from Assembling Machines mod
- Hide setting "Burner power phase" from Technology mod
- Don't add Radars 1 tech (Warfare). Instead use AAI tech `radar` | comp | aai industry compatibility if aai industry mod is enabled hide setting burner and steam assembling machines from assembling machines mod hide setting burner power phase from technology mod don t add radars tech warfare instead use aai tech radar | 1 |
15,319 | 19,543,519,501 | IssuesEvent | 2022-01-01 11:47:45 | simplyWiri/Loadout-Compositing | https://api.github.com/repos/simplyWiri/Loadout-Compositing | closed | Check compatibility with Everybody Gets One | bug Mod-Compatibility | Check to ensure bills can be assigned in the appropriate bill locations when Everybody Gets One is active. | True | Check compatibility with Everybody Gets One - Check to ensure bills can be assigned in the appropriate bill locations when Everybody Gets One is active. | comp | check compatibility with everybody gets one check to ensure bills can be assigned in the appropriate bill locations when everybody gets one is active | 1 |
9,942 | 11,947,182,820 | IssuesEvent | 2020-04-03 09:28:46 | IntegratedAlarmSystem-Group/ias | https://api.github.com/repos/IntegratedAlarmSystem-Group/ias | closed | Extend CDB to support plugin configurations | CDB E-ELT prototype compatibility-change | At the present the CDB does not allow to store the configuration of plugins. We thought it was not needed considering that plugin would run in another control system from where accessing the CDB would have been difficult if even possible.
IN the field we have seen that most of the time the IAS CDB is accessible even from those plugin so it is better to allow to save the configurations of the plugins in the CDB.
As a workaround, the configuration can be saved in the CLIENT branch of the CDB as a JSON string but the IAS does not provide support for reading it. The JSON string of a CLIENT can be accessed using its unique ID.
This change shall still allow to read the configuration from files as it happens at the present for the plugins that cannot access the IAS CDB.
The CDB checker must be update to check the correctness of the configurations of the plugins. | True | Extend CDB to support plugin configurations - At the present the CDB does not allow to store the configuration of plugins. We thought it was not needed considering that plugin would run in another control system from where accessing the CDB would have been difficult if even possible.
IN the field we have seen that most of the time the IAS CDB is accessible even from those plugin so it is better to allow to save the configurations of the plugins in the CDB.
As a workaround, the configuration can be saved in the CLIENT branch of the CDB as a JSON string but the IAS does not provide support for reading it. The JSON string of a CLIENT can be accessed using its unique ID.
This change shall still allow to read the configuration from files as it happens at the present for the plugins that cannot access the IAS CDB.
The CDB checker must be update to check the correctness of the configurations of the plugins. | comp | extend cdb to support plugin configurations at the present the cdb does not allow to store the configuration of plugins we thought it was not needed considering that plugin would run in another control system from where accessing the cdb would have been difficult if even possible in the field we have seen that most of the time the ias cdb is accessible even from those plugin so it is better to allow to save the configurations of the plugins in the cdb as a workaround the configuration can be saved in the client branch of the cdb as a json string but the ias does not provide support for reading it the json string of a client can be accessed using its unique id this change shall still allow to read the configuration from files as it happens at the present for the plugins that cannot access the ias cdb the cdb checker must be update to check the correctness of the configurations of the plugins | 1 |
17,788 | 10,133,012,204 | IssuesEvent | 2019-08-02 01:12:00 | ComplianceAsCode/redhat | https://api.github.com/repos/ComplianceAsCode/redhat | opened | CA-3 (5): Restrictions On External System Connections | CA - Security Assessments and Authorization CoreOS | http://atopathways.redhatgov.io/product-documents/coreos4/nist-800-53/ca/#CA-3%20(5)
Need docs on establishing firewall rules. | True | CA-3 (5): Restrictions On External System Connections - http://atopathways.redhatgov.io/product-documents/coreos4/nist-800-53/ca/#CA-3%20(5)
Need docs on establishing firewall rules. | non_comp | ca restrictions on external system connections need docs on establishing firewall rules | 0 |
46,308 | 2,955,775,611 | IssuesEvent | 2015-07-08 06:49:23 | joeha480/dotify | https://api.github.com/repos/joeha480/dotify | closed | Reduce library dependency | auto-migrated Component-Framework Priority-Medium Type-Task | ```
Re-evaluate libraries for a possibly smaller list of dependencies.
Specifically, is there anything that isn't maintained anymore and needs
improvement?
```
Original issue reported on code.google.com by `joel.hak...@mtm.se` on 13 Sep 2012 at 10:14
* Blocked on: #58, #64 | 1.0 | Reduce library dependency - ```
Re-evaluate libraries for a possibly smaller list of dependencies.
Specifically, is there anything that isn't maintained anymore and needs
improvement?
```
Original issue reported on code.google.com by `joel.hak...@mtm.se` on 13 Sep 2012 at 10:14
* Blocked on: #58, #64 | non_comp | reduce library dependency re evaluate libraries for a possibly smaller list of dependencies specifically is there anything that isn t maintained anymore and needs improvement original issue reported on code google com by joel hak mtm se on sep at blocked on | 0 |
636,967 | 20,615,157,230 | IssuesEvent | 2022-03-07 12:31:30 | tlienart/LiveServer.jl | https://api.github.com/repos/tlienart/LiveServer.jl | closed | Allow index-free serve (show dir) | low priority easy | See context in #91 basically if a folder does not contain a `index.html`, switch mode to navigation mode and show folder content in raw HTML with a structured list | 1.0 | Allow index-free serve (show dir) - See context in #91 basically if a folder does not contain a `index.html`, switch mode to navigation mode and show folder content in raw HTML with a structured list | non_comp | allow index free serve show dir see context in basically if a folder does not contain a index html switch mode to navigation mode and show folder content in raw html with a structured list | 0 |
340,748 | 24,669,217,330 | IssuesEvent | 2022-10-18 12:40:19 | chiselstrike/chiselstrike | https://api.github.com/repos/chiselstrike/chiselstrike | opened | Cannot define anything but entities in `models` directory files | documentation developer experience | I have the following data model:
```typescript
import { ChiselEntity } from "@chiselstrike/api";
export class Session extends ChiselEntity {
/// The state of this session.
state: string;
/// The players participating in this session.
players: string[];
}
```
where `state` is the following enum:
```typescript
export enum SessionState {
Matchmaking = "MATCHMAKING",
Done = "DONE",
}
```
Unfortunately, I have to specify that enum _outside_ of the file where `Session` is defined (where that enum makes most sense) because of a `chiseld` limitation that says only entities can be defined. Let's lift the limitation so I can move the `SessionState` enum to the same file where `Session` is defined. | 1.0 | Cannot define anything but entities in `models` directory files - I have the following data model:
```typescript
import { ChiselEntity } from "@chiselstrike/api";
export class Session extends ChiselEntity {
/// The state of this session.
state: string;
/// The players participating in this session.
players: string[];
}
```
where `state` is the following enum:
```typescript
export enum SessionState {
Matchmaking = "MATCHMAKING",
Done = "DONE",
}
```
Unfortunately, I have to specify that enum _outside_ of the file where `Session` is defined (where that enum makes most sense) because of a `chiseld` limitation that says only entities can be defined. Let's lift the limitation so I can move the `SessionState` enum to the same file where `Session` is defined. | non_comp | cannot define anything but entities in models directory files i have the following data model typescript import chiselentity from chiselstrike api export class session extends chiselentity the state of this session state string the players participating in this session players string where state is the following enum typescript export enum sessionstate matchmaking matchmaking done done unfortunately i have to specify that enum outside of the file where session is defined where that enum makes most sense because of a chiseld limitation that says only entities can be defined let s lift the limitation so i can move the sessionstate enum to the same file where session is defined | 0 |
60,345 | 3,123,093,784 | IssuesEvent | 2015-09-07 02:52:27 | AtlasOfLivingAustralia/spatial-portal | https://api.github.com/repos/AtlasOfLivingAustralia/spatial-portal | opened | Sampling records from biocache (View in SP) fails | bug priority-high | 1. New records viewed http://biocache.ala.org.au/occurrences/search?q=first_loaded_date%3A[2015-08-31T10%3A30%3A00Z%20TO%20*]&sort=first_loaded_date&dir=desc#tab_mapView
2. Select filter dataset = Eurobodalla Regional Botanic Gardens
3. View in SP
4. Export | Point sample | World | point layer | against States and Territories
5. Error as below



| 1.0 | Sampling records from biocache (View in SP) fails - 1. New records viewed http://biocache.ala.org.au/occurrences/search?q=first_loaded_date%3A[2015-08-31T10%3A30%3A00Z%20TO%20*]&sort=first_loaded_date&dir=desc#tab_mapView
2. Select filter dataset = Eurobodalla Regional Botanic Gardens
3. View in SP
4. Export | Point sample | World | point layer | against States and Territories
5. Error as below



| non_comp | sampling records from biocache view in sp fails new records viewed sort first loaded date dir desc tab mapview select filter dataset eurobodalla regional botanic gardens view in sp export point sample world point layer against states and territories error as below | 0 |
9,954 | 3,985,006,718 | IssuesEvent | 2016-05-07 15:51:04 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Attachment does not support Chinese | No Code Attached Yet | Attachment does not support Chinese
How can use the date named files | 1.0 | Attachment does not support Chinese - Attachment does not support Chinese
How can use the date named files | non_comp | attachment does not support chinese attachment does not support chinese how can use the date named files | 0 |
147,215 | 13,203,363,814 | IssuesEvent | 2020-08-14 14:02:49 | kubernetes-sigs/cluster-api-provider-aws | https://api.github.com/repos/kubernetes-sigs/cluster-api-provider-aws | closed | Document how to use IAM Roles for Service Accounts for management cluster auth. | area/security help wanted kind/documentation lifecycle/frozen | /kind feature
**Describe the solution you'd like**
Now that https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/1234 has merged, we should document how to use the IAM Roles for Service Accounts feature for authentication rather than the current documented approach of using KIAM for role assumption.
Additional information here: https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/
| 1.0 | Document how to use IAM Roles for Service Accounts for management cluster auth. - /kind feature
**Describe the solution you'd like**
Now that https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/1234 has merged, we should document how to use the IAM Roles for Service Accounts feature for authentication rather than the current documented approach of using KIAM for role assumption.
Additional information here: https://aws.amazon.com/blogs/opensource/introducing-fine-grained-iam-roles-service-accounts/
| non_comp | document how to use iam roles for service accounts for management cluster auth kind feature describe the solution you d like now that has merged we should document how to use the iam roles for service accounts feature for authentication rather than the current documented approach of using kiam for role assumption additional information here | 0 |
75,927 | 26,155,153,013 | IssuesEvent | 2022-12-30 20:11:42 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | opened | Voice message timeline | T-Defect | ### Steps to reproduce
1. Tap and hold microphone button on Android to record a short voice message and post it in the room
2. Play back the message and note where the audio starts in relation to the timeline indicator.
### Outcome
#### What did you expect?
The current position indicator should move smoothly and match with when I hear audio.
#### What happened instead?
The current position indicator seemingly updates once per second and I seem to hear audio before where it shows up in the curve.
**Here is a screenshot with a red arrow added roughly when I start hearing audio.**

### Your phone model
Pixel 6a
### Operating system version
Android 13
### Application version and app store
Element 1.5.16 olm 3.2.12 from Google Play
### Homeserver
element.io
### Will you send logs?
No
### Are you willing to provide a PR?
No | 1.0 | Voice message timeline - ### Steps to reproduce
1. Tap and hold microphone button on Android to record a short voice message and post it in the room
2. Play back the message and note where the audio starts in relation to the timeline indicator.
### Outcome
#### What did you expect?
The current position indicator should move smoothly and match with when I hear audio.
#### What happened instead?
The current position indicator seemingly updates once per second and I seem to hear audio before where it shows up in the curve.
**Here is a screenshot with a red arrow added roughly when I start hearing audio.**

### Your phone model
Pixel 6a
### Operating system version
Android 13
### Application version and app store
Element 1.5.16 olm 3.2.12 from Google Play
### Homeserver
element.io
### Will you send logs?
No
### Are you willing to provide a PR?
No | non_comp | voice message timeline steps to reproduce tap and hold microphone button on android to record a short voice message and post it in the room play back the message and note where the audio starts in relation to the timeline indicator outcome what did you expect the current position indicator should move smoothly and match with when i hear audio what happened instead the current position indicator seemingly updates once per second and i seem to hear audio before where it shows up in the curve here is a screenshot with a red arrow added roughly when i start hearing audio your phone model pixel operating system version android application version and app store element olm from google play homeserver element io will you send logs no are you willing to provide a pr no | 0 |
37,723 | 8,489,486,421 | IssuesEvent | 2018-10-26 20:05:20 | Azure/blobxfer | https://api.github.com/repos/Azure/blobxfer | closed | File share SAS permission incorrectly scopes list | azure file defect | File share SAS permissions incorrectly determines list as not part of the scope as `s` is not considered valid for the signed resource.
| 1.0 | File share SAS permission incorrectly scopes list - File share SAS permissions incorrectly determines list as not part of the scope as `s` is not considered valid for the signed resource.
| non_comp | file share sas permission incorrectly scopes list file share sas permissions incorrectly determines list as not part of the scope as s is not considered valid for the signed resource | 0 |
431 | 2,847,409,629 | IssuesEvent | 2015-05-29 16:48:10 | Vazkii/Botania | https://api.github.com/repos/Vazkii/Botania | closed | Soujourner's Sash prevents block.onFallenUpon() | compatibility investigate minor | some of the BCA dusters require players to jump on them, when the have a sash equiped the block.onFallenUpon function doesn't get called
BCA issue reference: https://github.com/BCA-Team/Buildcraft-Additions/issues/422 | True | Soujourner's Sash prevents block.onFallenUpon() - some of the BCA dusters require players to jump on them, when the have a sash equiped the block.onFallenUpon function doesn't get called
BCA issue reference: https://github.com/BCA-Team/Buildcraft-Additions/issues/422 | comp | soujourner s sash prevents block onfallenupon some of the bca dusters require players to jump on them when the have a sash equiped the block onfallenupon function doesn t get called bca issue reference | 1 |
8,627 | 10,576,982,988 | IssuesEvent | 2019-10-07 19:04:44 | arcticicestudio/nord-vim | https://api.github.com/repos/arcticicestudio/nord-vim | closed | terminator + tmux + neovim + termguicolors | scope-compatibility scope-ux status-pending status-reproduction | Hi
First of all thanks for this great works.
I'm using nord color for terminator, tmux and neovim.
All work like a charm except for one thing actually, when i set termguicolors in neovim for reduce color comment brightness when copy with mouse in neovim add trailing space in each line.
tmux.conf
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",*-256color:Tc"
outside tmux no issue.
Did you have a workaround for this ? I'm not sure if is really neovim issue. | True | terminator + tmux + neovim + termguicolors - Hi
First of all thanks for this great works.
I'm using nord color for terminator, tmux and neovim.
All work like a charm except for one thing actually, when i set termguicolors in neovim for reduce color comment brightness when copy with mouse in neovim add trailing space in each line.
tmux.conf
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",*-256color:Tc"
outside tmux no issue.
Did you have a workaround for this ? I'm not sure if is really neovim issue. | comp | terminator tmux neovim termguicolors hi first of all thanks for this great works i m using nord color for terminator tmux and neovim all work like a charm except for one thing actually when i set termguicolors in neovim for reduce color comment brightness when copy with mouse in neovim add trailing space in each line tmux conf set g default terminal tmux set option ga terminal overrides tc outside tmux no issue did you have a workaround for this i m not sure if is really neovim issue | 1 |
17,490 | 10,709,108,853 | IssuesEvent | 2019-10-24 21:14:56 | microsoft/botbuilder-dotnet | https://api.github.com/repos/microsoft/botbuilder-dotnet | closed | Telegram Channel not accepting Landscape and rectangle images when sent as media | Bot Services bug customer-replied-to customer-reported | ## Version
4.4.4
## Describe the bug
Bot framework connect to various channels including telegram.
Sending image from telegram as media will not work if the image is landscape or rectangle.
The channel logs the following error:
Sequence contains no matching element
## To Reproduce
Steps to reproduce the behavior:
1. Create bot
2. Connect to Telegram
3. Open Telegram Bot
4. Send image that is landscape
## Expected behavior
Give a clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here.
[bug]
| 1.0 | Telegram Channel not accepting Landscape and rectangle images when sent as media - ## Version
4.4.4
## Describe the bug
Bot framework connect to various channels including telegram.
Sending image from telegram as media will not work if the image is landscape or rectangle.
The channel logs the following error:
Sequence contains no matching element
## To Reproduce
Steps to reproduce the behavior:
1. Create bot
2. Connect to Telegram
3. Open Telegram Bot
4. Send image that is landscape
## Expected behavior
Give a clear and concise description of what you expected to happen.
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here.
[bug]
| non_comp | telegram channel not accepting landscape and rectangle images when sent as media version describe the bug bot framework connect to various channels including telegram sending image from telegram as media will not work if the image is landscape or rectangle the channel logs the following error sequence contains no matching element to reproduce steps to reproduce the behavior create bot connect to telegram open telegram bot send image that is landscape expected behavior give a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem additional context add any other context about the problem here | 0 |
2,481 | 5,207,598,107 | IssuesEvent | 2017-01-25 00:09:31 | druid-io/druid | https://api.github.com/repos/druid-io/druid | opened | Store bitmap sizes along with bitmaps in the segment format | Improvement Incompatible | Absence of precomputed bitmap sizes makes implementation of features like #3878 #3848 much less effective than it could be. | True | Store bitmap sizes along with bitmaps in the segment format - Absence of precomputed bitmap sizes makes implementation of features like #3878 #3848 much less effective than it could be. | comp | store bitmap sizes along with bitmaps in the segment format absence of precomputed bitmap sizes makes implementation of features like much less effective than it could be | 1 |
14,143 | 17,019,908,683 | IssuesEvent | 2021-07-02 17:12:02 | ocaml-multicore/ocaml-multicore | https://api.github.com/repos/ocaml-multicore/ocaml-multicore | opened | caml_young_end is not a value * anymore | opam-ci/compatibility | Small inconsistency we can see in CI:
`caml_young_end` is now a `char *` rather than a `value *`, causing some warnings in pre-existing code.
This can be seen in `lablgtk`: http://check.ocamllabs.io:8082/log/1624991904-364a3dc92d821c5de168ef561a9f2a79860cfafc/4.12+domains/bad/lablgtk3.3.1.1
| True | caml_young_end is not a value * anymore - Small inconsistency we can see in CI:
`caml_young_end` is now a `char *` rather than a `value *`, causing some warnings in pre-existing code.
This can be seen in `lablgtk`: http://check.ocamllabs.io:8082/log/1624991904-364a3dc92d821c5de168ef561a9f2a79860cfafc/4.12+domains/bad/lablgtk3.3.1.1
| comp | caml young end is not a value anymore small inconsistency we can see in ci caml young end is now a char rather than a value causing some warnings in pre existing code this can be seen in lablgtk | 1 |
432,716 | 30,293,278,043 | IssuesEvent | 2023-07-09 14:43:08 | migraf/fhir-kindling | https://api.github.com/repos/migraf/fhir-kindling | closed | Update example notebooks | documentation | Update and extend example notebooks for v1. Refer to the examples in the docs
| 1.0 | Update example notebooks - Update and extend example notebooks for v1. Refer to the examples in the docs
| non_comp | update example notebooks update and extend example notebooks for refer to the examples in the docs | 0 |
121,569 | 4,818,232,155 | IssuesEvent | 2016-11-04 15:49:58 | openshift/origin-web-console | https://api.github.com/repos/openshift/origin-web-console | closed | Awkward wrapping of env section tooltips in create flow on mobile | area/styles kind/bug priority/P3 | Tested at iPhone 7 screen resolution.
Creating from builder image, icon wraps by itself.
<img width="353" alt="glass" src="https://cloud.githubusercontent.com/assets/1167259/19967157/78bf3f9a-a1a5-11e6-9b3c-e0fffb2cfbd4.png">
---
Deploying image, help text closer to inputs than the header its describing.
<img width="367" alt="glass" src="https://cloud.githubusercontent.com/assets/1167259/19967250/eb20347c-a1a5-11e6-8f59-57e8ed5fb8fc.png">
| 1.0 | Awkward wrapping of env section tooltips in create flow on mobile - Tested at iPhone 7 screen resolution.
Creating from builder image, icon wraps by itself.
<img width="353" alt="glass" src="https://cloud.githubusercontent.com/assets/1167259/19967157/78bf3f9a-a1a5-11e6-9b3c-e0fffb2cfbd4.png">
---
Deploying image, help text closer to inputs than the header its describing.
<img width="367" alt="glass" src="https://cloud.githubusercontent.com/assets/1167259/19967250/eb20347c-a1a5-11e6-8f59-57e8ed5fb8fc.png">
| non_comp | awkward wrapping of env section tooltips in create flow on mobile tested at iphone screen resolution creating from builder image icon wraps by itself img width alt glass src deploying image help text closer to inputs than the header its describing img width alt glass src | 0 |
269,803 | 20,425,700,875 | IssuesEvent | 2022-02-24 03:26:33 | BookOps-CAT/bookops-worldcat | https://api.github.com/repos/BookOps-CAT/bookops-worldcat | closed | Travis testing external pull requests issue | documentation | see this:
https://docs.travis-ci.com/user/pull-requests#pull-requests-and-security-restrictions
https://github.com/OHDSI/Achilles/issues/165
document how this can be resolved | 1.0 | Travis testing external pull requests issue - see this:
https://docs.travis-ci.com/user/pull-requests#pull-requests-and-security-restrictions
https://github.com/OHDSI/Achilles/issues/165
document how this can be resolved | non_comp | travis testing external pull requests issue see this document how this can be resolved | 0 |
20,298 | 29,519,625,325 | IssuesEvent | 2023-06-04 22:37:36 | mariotaku/moonlight-tv | https://api.github.com/repos/mariotaku/moonlight-tv | closed | [COMPAT] Moonlight crashes while connecting | compatibility | <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: (55UM7520PSB) <!-- e.g. 55SM8100PJB -->
- Firmware version: (05.30.30) <!-- Can be found in webOS Settings, e.g. 05.00.01 -->
- webOS version: (4.9.0) <!-- Can be found in Moonlight Settings - About, e.g. 4.9.0-53802 -->
- Moonlight version: (1.5.6) <!-- Can be found in Moonlight Settings - About -->
- Is audio working: (No) <!-- e.g. Yes/No -->
- Is video working: (No)<!-- e.g. 4K60fps -->
- Is input working: (No)<!-- e.g. Gamepad, Remote -->
## Description
<!-- Please describe the issue you have been encountered -->
Moonlight crashes while it tries to connect to host.
Host initializes application (in this case Steam) normally, after that TV exits Moonlight.
Decoders tried:
SMP + ALSA
NetCast Legacy + ALSA
NetCast Legacy + NetCast Legacy
Crash Report:
[_var_palm_jail_com.limelight.webos_lib_libc-2.24.so (gsignal+0xc4) [0x969e9ec0].txt](https://github.com/mariotaku/moonlight-tv/files/11646085/_var_palm_jail_com.limelight.webos_lib_libc-2.24.so.gsignal%2B0xc4.0x969e9ec0.txt)
| True | [COMPAT] Moonlight crashes while connecting - <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: (55UM7520PSB) <!-- e.g. 55SM8100PJB -->
- Firmware version: (05.30.30) <!-- Can be found in webOS Settings, e.g. 05.00.01 -->
- webOS version: (4.9.0) <!-- Can be found in Moonlight Settings - About, e.g. 4.9.0-53802 -->
- Moonlight version: (1.5.6) <!-- Can be found in Moonlight Settings - About -->
- Is audio working: (No) <!-- e.g. Yes/No -->
- Is video working: (No)<!-- e.g. 4K60fps -->
- Is input working: (No)<!-- e.g. Gamepad, Remote -->
## Description
<!-- Please describe the issue you have been encountered -->
Moonlight crashes while it tries to connect to host.
Host initializes application (in this case Steam) normally, after that TV exits Moonlight.
Decoders tried:
SMP + ALSA
NetCast Legacy + ALSA
NetCast Legacy + NetCast Legacy
Crash Report:
[_var_palm_jail_com.limelight.webos_lib_libc-2.24.so (gsignal+0xc4) [0x969e9ec0].txt](https://github.com/mariotaku/moonlight-tv/files/11646085/_var_palm_jail_com.limelight.webos_lib_libc-2.24.so.gsignal%2B0xc4.0x969e9ec0.txt)
| comp | moonlight crashes while connecting basic information device model firmware version webos version moonlight version is audio working no is video working no is input working no description moonlight crashes while it tries to connect to host host initializes application in this case steam normally after that tv exits moonlight decoders tried smp alsa netcast legacy alsa netcast legacy netcast legacy crash report txt | 1 |
176 | 2,644,744,714 | IssuesEvent | 2015-03-12 18:33:55 | facebook/hhvm | https://api.github.com/repos/facebook/hhvm | closed | unpack function return NULL instead of an empty array | php5 incompatibility | The following php code with hhvm 3.6.0 return is NULL whereas with php 5.5 return is an empty array :
```
<?php
var_dump(unpack('n*', ''));
```
HHVM Result :
```
NULL
```
PHP result :
```
array(0) {
}
```
versions installed to reproduce :
- PHP 5.5.5
- HipHop VM 3.6.0-dev (heads/master-0-ga8bce6c6e632e3693b5854c5bbf212f61fa1973a) | True | unpack function return NULL instead of an empty array - The following php code with hhvm 3.6.0 return is NULL whereas with php 5.5 return is an empty array :
```
<?php
var_dump(unpack('n*', ''));
```
HHVM Result :
```
NULL
```
PHP result :
```
array(0) {
}
```
versions installed to reproduce :
- PHP 5.5.5
- HipHop VM 3.6.0-dev (heads/master-0-ga8bce6c6e632e3693b5854c5bbf212f61fa1973a) | comp | unpack function return null instead of an empty array the following php code with hhvm return is null whereas with php return is an empty array php var dump unpack n hhvm result null php result array versions installed to reproduce php hiphop vm dev heads master | 1 |
47,241 | 10,058,400,116 | IssuesEvent | 2019-07-22 13:51:20 | oSoc19/best | https://api.github.com/repos/oSoc19/best | closed | Add geocoder installation documentation | geocoder | Installation guide for the pelias docker compose service.
Installation guide for the apache webserver. | 1.0 | Add geocoder installation documentation - Installation guide for the pelias docker compose service.
Installation guide for the apache webserver. | non_comp | add geocoder installation documentation installation guide for the pelias docker compose service installation guide for the apache webserver | 0 |
182,561 | 30,866,089,230 | IssuesEvent | 2023-08-03 08:09:39 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | It's impossible to die from monster/terrain impacts? | Design Balance | ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [ ] My issue happened while using mods.
### What happened?
Impact damage when getting attacked by monsters seems to be very limited. It's essentially impossible take significant damage from getting rammed by an Endworm/Charybdis/Hammerheads/Molochs.
Not just dying, but health rarely goes under 95%+ from getting rammed by large creatures for several minutes.
Discussion on Discord:
https://discord.com/channels/103209684680323072/668819422919524352/1111073865284722708
Related: #11301


### Reproduction steps
1. Spawn many large creatures around your submarine
2. Get attacked
3. Barely take any damage
4. This can go on for 10 minutes, health will be stable
### Bug prevalence
Just once
### Version
v1.0.21.0
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
_No response_ | 1.0 | It's impossible to die from monster/terrain impacts? - ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [ ] My issue happened while using mods.
### What happened?
Impact damage when getting attacked by monsters seems to be very limited. It's essentially impossible take significant damage from getting rammed by an Endworm/Charybdis/Hammerheads/Molochs.
Not just dying, but health rarely goes under 95%+ from getting rammed by large creatures for several minutes.
Discussion on Discord:
https://discord.com/channels/103209684680323072/668819422919524352/1111073865284722708
Related: #11301


### Reproduction steps
1. Spawn many large creatures around your submarine
2. Get attacked
3. Barely take any damage
4. This can go on for 10 minutes, health will be stable
### Bug prevalence
Just once
### Version
v1.0.21.0
### -
_No response_
### Which operating system did you encounter this bug on?
Windows
### Relevant error messages and crash reports
_No response_ | non_comp | it s impossible to die from monster terrain impacts disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened impact damage when getting attacked by monsters seems to be very limited it s essentially impossible take significant damage from getting rammed by an endworm charybdis hammerheads molochs not just dying but health rarely goes under from getting rammed by large creatures for several minutes discussion on discord related reproduction steps spawn many large creatures around your submarine get attacked barely take any damage this can go on for minutes health will be stable bug prevalence just once version no response which operating system did you encounter this bug on windows relevant error messages and crash reports no response | 0 |
3,611 | 6,516,114,612 | IssuesEvent | 2017-08-27 02:41:46 | SkyrimLL/SDPlus | https://api.github.com/repos/SkyrimLL/SDPlus | opened | Add a way to allow any race to serve as masters | Compatibility enhancement Enslavement quest | I am thinking of automatically adding the race of the NPC you submit to using the surrender key. That would give the NPC a default master profile.
Once that is done, I can look into updating Content Consumer's SD addon to allow toggles of racial options if it doesn't allow that already (creature vs speaking NPC, allow punishments scenes, allow punishment gear, allow whipping... that sort of thing) | True | Add a way to allow any race to serve as masters - I am thinking of automatically adding the race of the NPC you submit to using the surrender key. That would give the NPC a default master profile.
Once that is done, I can look into updating Content Consumer's SD addon to allow toggles of racial options if it doesn't allow that already (creature vs speaking NPC, allow punishments scenes, allow punishment gear, allow whipping... that sort of thing) | comp | add a way to allow any race to serve as masters i am thinking of automatically adding the race of the npc you submit to using the surrender key that would give the npc a default master profile once that is done i can look into updating content consumer s sd addon to allow toggles of racial options if it doesn t allow that already creature vs speaking npc allow punishments scenes allow punishment gear allow whipping that sort of thing | 1 |
5,488 | 7,934,230,491 | IssuesEvent | 2018-07-08 16:42:00 | pytest-dev/pytest | https://api.github.com/repos/pytest-dev/pytest | closed | remove the use of __future__.generator | type: backward compatibility type: refactoring | in #2316 we discovered a unfortunate usage of that constant,
we should remove its usage after determining the api impact
(i suspect low impact)
| True | remove the use of __future__.generator - in #2316 we discovered a unfortunate usage of that constant,
we should remove its usage after determining the api impact
(i suspect low impact)
| comp | remove the use of future generator in we discovered a unfortunate usage of that constant we should remove its usage after determining the api impact i suspect low impact | 1 |
14,691 | 18,041,031,934 | IssuesEvent | 2021-09-18 03:33:11 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | DELTARUNE (CHAPTER 1 & 2 DEMO) (1690940) | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues: DELTARUNE (CHAPTER 1 & 2 DEMO)
- Steam AppID of the game: 1690940
## System Information
- GPU: GeForce GTX 1060 6GB
- Driver/LLVM version: NVIDIA 470.63.01
- Kernel version: 5.13.16-200.fc34.x86_64
- Link to full system information report: [steam_system_info_desktop_workstation.txt ](https://gist.github.com/CuriousTommy/bdbfb367871864001e546d8ec88f738e)
- Proton version: Proton Experimental
## I confirm:
- [x] that I haven't found an existing compatibility report for this game.
- [x] that I have checked whether there are updates for my system available.
<!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and
attach the generated $HOME/steam-$APPID.log to this issue report as a file.
(Proton logs compress well if needed.)-->
## Symptoms <!-- What's the problem? -->
One out of the four arrow keys will work. Which arrow key works depends on where you are.
## Reproduction
[steam-1690940_chapter_one_prompt_down_press_works_only.log](https://github.com/ValveSoftware/Proton/files/7188899/steam-1690940_chapter_one_prompt_down_press_works_only.log)

1. Open demo
2. Press down
3. Now try to press up
---
[steam-1690940_chapter_one_character_selection_screen_left_press_works_only.log](https://github.com/ValveSoftware/Proton/files/7188906/steam-1690940_chapter_one_character_selection_screen_left_press_works_only.log)

1. Open demo
2. Press enter
3. Press left
4. Now try to press right
<!--
1. You can find the Steam AppID in the URL of the shop page of the game.
e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`.
2. You can find your driver and Linux version, as well as your graphics
processor's name in the system information report of Steam.
3. You can retrieve a full system information report by clicking
`Help` > `System Information` in the Steam client on your machine.
4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`.
Then paste it in a [Gist](https://gist.github.com/) and post the link in
this issue.
5. Please search for open issues and pull requests by the name of the game and
find out whether they are relevant and should be referenced above.
-->
| True | DELTARUNE (CHAPTER 1 & 2 DEMO) (1690940) - # Compatibility Report
- Name of the game with compatibility issues: DELTARUNE (CHAPTER 1 & 2 DEMO)
- Steam AppID of the game: 1690940
## System Information
- GPU: GeForce GTX 1060 6GB
- Driver/LLVM version: NVIDIA 470.63.01
- Kernel version: 5.13.16-200.fc34.x86_64
- Link to full system information report: [steam_system_info_desktop_workstation.txt ](https://gist.github.com/CuriousTommy/bdbfb367871864001e546d8ec88f738e)
- Proton version: Proton Experimental
## I confirm:
- [x] that I haven't found an existing compatibility report for this game.
- [x] that I have checked whether there are updates for my system available.
<!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and
attach the generated $HOME/steam-$APPID.log to this issue report as a file.
(Proton logs compress well if needed.)-->
## Symptoms <!-- What's the problem? -->
One out of the four arrow keys will work. Which arrow key works depends on where you are.
## Reproduction
[steam-1690940_chapter_one_prompt_down_press_works_only.log](https://github.com/ValveSoftware/Proton/files/7188899/steam-1690940_chapter_one_prompt_down_press_works_only.log)

1. Open demo
2. Press down
3. Now try to press up
---
[steam-1690940_chapter_one_character_selection_screen_left_press_works_only.log](https://github.com/ValveSoftware/Proton/files/7188906/steam-1690940_chapter_one_character_selection_screen_left_press_works_only.log)

1. Open demo
2. Press enter
3. Press left
4. Now try to press right
<!--
1. You can find the Steam AppID in the URL of the shop page of the game.
e.g. for `The Witcher 3: Wild Hunt` the AppID is `292030`.
2. You can find your driver and Linux version, as well as your graphics
processor's name in the system information report of Steam.
3. You can retrieve a full system information report by clicking
`Help` > `System Information` in the Steam client on your machine.
4. Please copy it to your clipboard by pressing `Ctrl+A` and then `Ctrl+C`.
Then paste it in a [Gist](https://gist.github.com/) and post the link in
this issue.
5. Please search for open issues and pull requests by the name of the game and
find out whether they are relevant and should be referenced above.
-->
| comp | deltarune chapter demo compatibility report name of the game with compatibility issues deltarune chapter demo steam appid of the game system information gpu geforce gtx driver llvm version nvidia kernel version link to full system information report proton version proton experimental i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available please add proton log command to the game s launch options and attach the generated home steam appid log to this issue report as a file proton logs compress well if needed symptoms one out of the four arrow keys will work which arrow key works depends on where you are reproduction open demo press down now try to press up open demo press enter press left now try to press right you can find the steam appid in the url of the shop page of the game e g for the witcher wild hunt the appid is you can find your driver and linux version as well as your graphics processor s name in the system information report of steam you can retrieve a full system information report by clicking help system information in the steam client on your machine please copy it to your clipboard by pressing ctrl a and then ctrl c then paste it in a and post the link in this issue please search for open issues and pull requests by the name of the game and find out whether they are relevant and should be referenced above | 1 |
1,625 | 4,178,689,503 | IssuesEvent | 2016-06-22 07:58:31 | hypothesis/h | https://api.github.com/repos/hypothesis/h | opened | `<span>` styling hides highlighted links on page | Web Page Compatibility | [This annotation](https://hyp.is/dQqBHjhNEea_1JNWjBMA5Q/learnyouahaskell.com/input-and-output) highlights the HTML `though the <a href="...">documentation</a>`. After highlighting the DOM looks like this:
```
though the <a href="..."><span class="annotator-hl">documentation</span></a>`
```
The link disappears entirely because of an `a span { display: none }` CSS rule on the page.
We recently made a change to the adder to use a custom tag instead of `<span>` to reduce the likelihood of CSS conflicts with content on the page. One possible solution here would be to do something similar. | True | `<span>` styling hides highlighted links on page - [This annotation](https://hyp.is/dQqBHjhNEea_1JNWjBMA5Q/learnyouahaskell.com/input-and-output) highlights the HTML `though the <a href="...">documentation</a>`. After highlighting the DOM looks like this:
```
though the <a href="..."><span class="annotator-hl">documentation</span></a>`
```
The link disappears entirely because of an `a span { display: none }` CSS rule on the page.
We recently made a change to the adder to use a custom tag instead of `<span>` to reduce the likelihood of CSS conflicts with content on the page. One possible solution here would be to do something similar. | comp | styling hides highlighted links on page highlights the html though the documentation after highlighting the dom looks like this though the documentation the link disappears entirely because of an a span display none css rule on the page we recently made a change to the adder to use a custom tag instead of to reduce the likelihood of css conflicts with content on the page one possible solution here would be to do something similar | 1 |
272,710 | 8,516,439,181 | IssuesEvent | 2018-11-01 02:43:47 | LessWrong2/Lesswrong2 | https://api.github.com/repos/LessWrong2/Lesswrong2 | closed | Styling inconsistency on not found pages | 3. Low Priority (Easy) 6. Optimization | If I go to these two URLs that don't exist the text "Sorry, we couldn't find what you were looking for." appears at two very different sizes. While this is relatively minor, it may point so some more fundamental issue about style sheet loading.
https://www.lesserwrong.com/posts/QKbzD7zrbCyQEWQya/draft-link/

https://www.lesserwrong.com/sdfjgdfkjgndfkgdf

| 1.0 | Styling inconsistency on not found pages - If I go to these two URLs that don't exist the text "Sorry, we couldn't find what you were looking for." appears at two very different sizes. While this is relatively minor, it may point so some more fundamental issue about style sheet loading.
https://www.lesserwrong.com/posts/QKbzD7zrbCyQEWQya/draft-link/

https://www.lesserwrong.com/sdfjgdfkjgndfkgdf

| non_comp | styling inconsistency on not found pages if i go to these two urls that don t exist the text sorry we couldn t find what you were looking for appears at two very different sizes while this is relatively minor it may point so some more fundamental issue about style sheet loading | 0 |
21,077 | 32,060,901,140 | IssuesEvent | 2023-09-24 16:45:47 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | A broken alias with a function when creating a table, version >= 22.10 | backward compatibility | Hello. Cickhouse 22.9.7.34. Problem with functions when upgrade to a new version.
In 22.9/22.8-lts everything works as expected and the server restarts without problems:
```
create function test as (string) -> (concat(string, '-test'));
Create table test (
stored SimpleAggregateFunction(max, DateTime) default now(),
messageId String,
testMessageId String alias test(messageId),
)
engine = MergeTree()
partition by toStartOfDay(stored)
order by (toStartOfDay(stored));
insert into test (messageId) values ('string1'), ('string2');
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:33:28 │ string1 │ string1-test │
│ 2023-05-03 14:33:28 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
create or replace function test as (string) -> (concat(string, '-test-new'));
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId────┐
│ 2023-05-03 14:33:28 │ string1 │ string1-test-new │
│ 2023-05-03 14:33:28 │ string2 │ string2-test-new │
└─────────────────────┴───────────┴──────────────────┘
describe table test;
┌─name──────────┬─type───────────────────────────────────┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ stored │ SimpleAggregateFunction(max, DateTime) │ DEFAULT │ now() │ │ │ │
│ messageId │ String │ │ │ │ │ │
│ testMessageId │ String │ ALIAS │ test(messageId) │ │ │ │
└───────────────┴────────────────────────────────────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘
```
After upgrading to version >= 22.10 from 22.8 or 22.9, server crashed:
```
2023.05.03 14:34:58.386952 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter10587544808150114746, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7ff3aec4e609 in ?
20. clone @ 0x7ff3aeb73133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:34:59.419891 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter10587544808150114746, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
2023.05.03 14:36:03.003294 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter4962109899243616065, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7f7fb85f5609 in ?
20. clone @ 0x7f7fb851a133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:36:04.034292 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter4962109899243616065, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
2023.05.03 14:36:24.613732 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter6364593125776712171, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7f46cf3c0609 in ?
20. clone @ 0x7f46cf2e5133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:36:25.635901 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter6364593125776712171, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
```
Delete the table from store, restart and check that the function exists:
```
select * from system.functions where name = 'test';
┌─name─┬─is_aggregate─┬─case_insensitive─┬─alias_to─┬─create_query──────────────────────────────────────────────┬─origin─────────┬─description─┐
│ test │ 0 │ 0 │ │ CREATE FUNCTION test AS string -> concat(string, '-test') │ SQLUserDefined │ │
└──────┴──────────────┴──────────────────┴──────────┴───────────────────────────────────────────────────────────┴────────────────┴─────────────┘
```
In 22.10.7.13, 22.11.6.44 the same error. Creating a function and a table like described above, the server crash after restart.
In >= 22.12 the behavior has been changed. Describe the table after creating
```
describe table test;
┌─name──────────┬─type───────────────────────────────────┬─default_type─┬─default_expression─────────┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ stored │ SimpleAggregateFunction(max, DateTime) │ DEFAULT │ now() │ │ │ │
│ messageId │ String │ │ │ │ │ │
│ testMessageId │ String │ ALIAS │ concat(messageId, '-test') │ │ │ │
└───────────────┴────────────────────────────────────────┴──────────────┴────────────────────────────┴─────────┴──────────────────┴────────────────┘
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:34:45 │ string1 │ string1-test │
│ 2023-05-03 14:34:45 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
-- replace the function
create or replace function test as (string) -> (concat(string, '-test-new'));
-- nothing changes
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:34:45 │ string1 │ string1-test │
│ 2023-05-03 14:34:45 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
``` | True | A broken alias with a function when creating a table, version >= 22.10 - Hello. Cickhouse 22.9.7.34. Problem with functions when upgrade to a new version.
In 22.9/22.8-lts everything works as expected and the server restarts without problems:
```
create function test as (string) -> (concat(string, '-test'));
Create table test (
stored SimpleAggregateFunction(max, DateTime) default now(),
messageId String,
testMessageId String alias test(messageId),
)
engine = MergeTree()
partition by toStartOfDay(stored)
order by (toStartOfDay(stored));
insert into test (messageId) values ('string1'), ('string2');
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:33:28 │ string1 │ string1-test │
│ 2023-05-03 14:33:28 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
create or replace function test as (string) -> (concat(string, '-test-new'));
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId────┐
│ 2023-05-03 14:33:28 │ string1 │ string1-test-new │
│ 2023-05-03 14:33:28 │ string2 │ string2-test-new │
└─────────────────────┴───────────┴──────────────────┘
describe table test;
┌─name──────────┬─type───────────────────────────────────┬─default_type─┬─default_expression─┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ stored │ SimpleAggregateFunction(max, DateTime) │ DEFAULT │ now() │ │ │ │
│ messageId │ String │ │ │ │ │ │
│ testMessageId │ String │ ALIAS │ test(messageId) │ │ │ │
└───────────────┴────────────────────────────────────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘
```
After upgrading to version >= 22.10 from 22.8 or 22.9, server crashed:
```
2023.05.03 14:34:58.386952 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter10587544808150114746, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7ff3aec4e609 in ?
20. clone @ 0x7ff3aeb73133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:34:59.419891 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter10587544808150114746, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
2023.05.03 14:36:03.003294 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter4962109899243616065, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7f7fb85f5609 in ?
20. clone @ 0x7f7fb851a133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:36:04.034292 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter4962109899243616065, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
2023.05.03 14:36:24.613732 [ 1 ] {} <Error> Application: Caught exception while loading metadata: Code: 46. DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter6364593125776712171, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192. (UNKNOWN_FUNCTION), Stack trace (when copying this message, always include the lines below):
0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0xce4697a in /usr/bin/clickhouse
1. ? @ 0x114d028c in /usr/bin/clickhouse
2. DB::FunctionFactory::getImpl(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114cf8d0 in /usr/bin/clickhouse
3. DB::FunctionFactory::get(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context const>) const @ 0x114d048a in /usr/bin/clickhouse
4. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a22d6 in /usr/bin/clickhouse
5. DB::ActionsMatcher::visit(DB::ASTFunction const&, std::__1::shared_ptr<DB::IAST> const&, DB::ActionsMatcher::Data&) @ 0x120a278d in /usr/bin/clickhouse
6. ? @ 0x12066a7c in /usr/bin/clickhouse
7. DB::ExpressionAnalyzer::getRootActions(std::__1::shared_ptr<DB::IAST> const&, bool, std::__1::shared_ptr<DB::ActionsDAG>&, bool) @ 0x1206681e in /usr/bin/clickhouse
8. DB::ExpressionAnalyzer::getActionsDAG(bool, bool) @ 0x12078ad0 in /usr/bin/clickhouse
9. DB::ExpressionAnalyzer::getActions(bool, bool, DB::CompileExpressions) @ 0x12078cb4 in /usr/bin/clickhouse
10. DB::validateColumnsDefaultsAndGetSampleBlock(std::__1::shared_ptr<DB::IAST>, DB::NamesAndTypesList const&, std::__1::shared_ptr<DB::Context const>) @ 0x12b8281a in /usr/bin/clickhouse
11. DB::InterpreterCreateQuery::getColumnsDescription(DB::ASTExpressionList const&, std::__1::shared_ptr<DB::Context const>, bool) @ 0x12452711 in /usr/bin/clickhouse
12. DB::createTableFromAST(DB::ASTCreateQuery, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::Context>, bool) @ 0x11a6d3c9 in /usr/bin/clickhouse
13. DB::DatabaseOrdinary::loadTableFromMetadata(std::__1::shared_ptr<DB::Context>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, DB::QualifiedTableName const&, std::__1::shared_ptr<DB::IAST> const&, DB::LoadingStrictnessLevel) @ 0x11a8c0a7 in /usr/bin/clickhouse
14. ? @ 0x11ad0298 in /usr/bin/clickhouse
15. ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::worker(std::__1::__list_iterator<ThreadFromGlobalPoolImpl<false>, void*>) @ 0xcf051ac in /usr/bin/clickhouse
16. void std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPoolImpl<false>::ThreadFromGlobalPoolImpl<void ThreadPoolImpl<ThreadFromGlobalPoolImpl<false> >::scheduleImpl<void>(std::__1::function<void ()>, long, std::__1::optional<unsigned long>, bool)::'lambda0'()>(void&&)::'lambda'(), void ()> >(std::__1::__function::__policy_storage const*) @ 0xcf07f37 in /usr/bin/clickhouse
17. ThreadPoolImpl<std::__1::thread>::worker(std::__1::__list_iterator<std::__1::thread, void*>) @ 0xcf016cc in /usr/bin/clickhouse
18. ? @ 0xcf06e3e in /usr/bin/clickhouse
19. ? @ 0x7f46cf3c0609 in ?
20. clone @ 0x7f46cf2e5133 in ?
(version 22.10.7.13 (official build))
2023.05.03 14:36:25.635901 [ 1 ] {} <Error> Application: DB::Exception: Unknown function test. Maybe you meant: ['left','CAST']: While processing _CAST(test(messageId) AS testMessageId_tmp_alter6364593125776712171, 'String') AS testMessageId: default expression and column type are incompatible.: Cannot attach table `default`.`test` from metadata file /var/lib/clickhouse/store/b0a/b0aa9d1c-ab78-4a65-95a9-26aa8661a292/test.sql from query ATTACH TABLE default.test UUID 'b97dd2c5-1d23-4cf1-bb2f-ea62918b1ddb' (`stored` SimpleAggregateFunction(max, DateTime) DEFAULT now(), `messageId` String, `testMessageId` String ALIAS test(messageId)) ENGINE = MergeTree PARTITION BY toStartOfDay(stored) ORDER BY toStartOfDay(stored) SETTINGS index_granularity = 8192
```
Delete the table from store, restart and check that the function exists:
```
select * from system.functions where name = 'test';
┌─name─┬─is_aggregate─┬─case_insensitive─┬─alias_to─┬─create_query──────────────────────────────────────────────┬─origin─────────┬─description─┐
│ test │ 0 │ 0 │ │ CREATE FUNCTION test AS string -> concat(string, '-test') │ SQLUserDefined │ │
└──────┴──────────────┴──────────────────┴──────────┴───────────────────────────────────────────────────────────┴────────────────┴─────────────┘
```
In 22.10.7.13, 22.11.6.44 the same error. Creating a function and a table like described above, the server crash after restart.
In >= 22.12 the behavior has been changed. Describe the table after creating
```
describe table test;
┌─name──────────┬─type───────────────────────────────────┬─default_type─┬─default_expression─────────┬─comment─┬─codec_expression─┬─ttl_expression─┐
│ stored │ SimpleAggregateFunction(max, DateTime) │ DEFAULT │ now() │ │ │ │
│ messageId │ String │ │ │ │ │ │
│ testMessageId │ String │ ALIAS │ concat(messageId, '-test') │ │ │ │
└───────────────┴────────────────────────────────────────┴──────────────┴────────────────────────────┴─────────┴──────────────────┴────────────────┘
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:34:45 │ string1 │ string1-test │
│ 2023-05-03 14:34:45 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
-- replace the function
create or replace function test as (string) -> (concat(string, '-test-new'));
-- nothing changes
select *, testMessageId from test;
┌──────────────stored─┬─messageId─┬─testMessageId─┐
│ 2023-05-03 14:34:45 │ string1 │ string1-test │
│ 2023-05-03 14:34:45 │ string2 │ string2-test │
└─────────────────────┴───────────┴───────────────┘
``` | comp | a broken alias with a function when creating a table version hello cickhouse problem with functions when upgrade to a new version in lts everything works as expected and the server restarts without problems create function test as string concat string test create table test stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored insert into test messageid values select testmessageid from test ┌──────────────stored─┬─messageid─┬─testmessageid─┐ │ │ │ test │ │ │ │ test │ └─────────────────────┴───────────┴───────────────┘ create or replace function test as string concat string test new select testmessageid from test ┌──────────────stored─┬─messageid─┬─testmessageid────┐ │ │ │ test new │ │ │ │ test new │ └─────────────────────┴───────────┴──────────────────┘ describe table test ┌─name──────────┬─type───────────────────────────────────┬─default type─┬─default expression─┬─comment─┬─codec expression─┬─ttl expression─┐ │ stored │ simpleaggregatefunction max datetime │ default │ now │ │ │ │ │ messageid │ string │ │ │ │ │ │ │ testmessageid │ string │ alias │ test messageid │ │ │ │ └───────────────┴────────────────────────────────────────┴──────────────┴────────────────────┴─────────┴──────────────────┴────────────────┘ after upgrading to version from or server crashed application caught exception while loading metadata code db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity unknown function stack trace when copying this message always include the lines below db exception exception std basic string std allocator const int bool in usr bin clickhouse in usr bin clickhouse db functionfactory getimpl std basic string std allocator const std shared ptr const in usr bin clickhouse db functionfactory get std basic string std allocator const std shared ptr const in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse in usr bin clickhouse db expressionanalyzer getrootactions std shared ptr const bool std shared ptr bool in usr bin clickhouse db expressionanalyzer getactionsdag bool bool in usr bin clickhouse db expressionanalyzer getactions bool bool db compileexpressions in usr bin clickhouse db validatecolumnsdefaultsandgetsampleblock std shared ptr db namesandtypeslist const std shared ptr in usr bin clickhouse db interpretercreatequery getcolumnsdescription db astexpressionlist const std shared ptr bool in usr bin clickhouse db createtablefromast db astcreatequery std basic string std allocator const std basic string std allocator const std shared ptr bool in usr bin clickhouse db databaseordinary loadtablefrommetadata std shared ptr std basic string std allocator const db qualifiedtablename const std shared ptr const db loadingstrictnesslevel in usr bin clickhouse in usr bin clickhouse threadpoolimpl worker std list iterator void in usr bin clickhouse void std function policy invoker call impl threadfromglobalpoolimpl scheduleimpl std function long std optional bool void lambda void std function policy storage const in usr bin clickhouse threadpoolimpl worker std list iterator in usr bin clickhouse in usr bin clickhouse in clone in version official build application db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity application caught exception while loading metadata code db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity unknown function stack trace when copying this message always include the lines below db exception exception std basic string std allocator const int bool in usr bin clickhouse in usr bin clickhouse db functionfactory getimpl std basic string std allocator const std shared ptr const in usr bin clickhouse db functionfactory get std basic string std allocator const std shared ptr const in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse in usr bin clickhouse db expressionanalyzer getrootactions std shared ptr const bool std shared ptr bool in usr bin clickhouse db expressionanalyzer getactionsdag bool bool in usr bin clickhouse db expressionanalyzer getactions bool bool db compileexpressions in usr bin clickhouse db validatecolumnsdefaultsandgetsampleblock std shared ptr db namesandtypeslist const std shared ptr in usr bin clickhouse db interpretercreatequery getcolumnsdescription db astexpressionlist const std shared ptr bool in usr bin clickhouse db createtablefromast db astcreatequery std basic string std allocator const std basic string std allocator const std shared ptr bool in usr bin clickhouse db databaseordinary loadtablefrommetadata std shared ptr std basic string std allocator const db qualifiedtablename const std shared ptr const db loadingstrictnesslevel in usr bin clickhouse in usr bin clickhouse threadpoolimpl worker std list iterator void in usr bin clickhouse void std function policy invoker call impl threadfromglobalpoolimpl scheduleimpl std function long std optional bool void lambda void std function policy storage const in usr bin clickhouse threadpoolimpl worker std list iterator in usr bin clickhouse in usr bin clickhouse in clone in version official build application db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity application caught exception while loading metadata code db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity unknown function stack trace when copying this message always include the lines below db exception exception std basic string std allocator const int bool in usr bin clickhouse in usr bin clickhouse db functionfactory getimpl std basic string std allocator const std shared ptr const in usr bin clickhouse db functionfactory get std basic string std allocator const std shared ptr const in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse db actionsmatcher visit db astfunction const std shared ptr const db actionsmatcher data in usr bin clickhouse in usr bin clickhouse db expressionanalyzer getrootactions std shared ptr const bool std shared ptr bool in usr bin clickhouse db expressionanalyzer getactionsdag bool bool in usr bin clickhouse db expressionanalyzer getactions bool bool db compileexpressions in usr bin clickhouse db validatecolumnsdefaultsandgetsampleblock std shared ptr db namesandtypeslist const std shared ptr in usr bin clickhouse db interpretercreatequery getcolumnsdescription db astexpressionlist const std shared ptr bool in usr bin clickhouse db createtablefromast db astcreatequery std basic string std allocator const std basic string std allocator const std shared ptr bool in usr bin clickhouse db databaseordinary loadtablefrommetadata std shared ptr std basic string std allocator const db qualifiedtablename const std shared ptr const db loadingstrictnesslevel in usr bin clickhouse in usr bin clickhouse threadpoolimpl worker std list iterator void in usr bin clickhouse void std function policy invoker call impl threadfromglobalpoolimpl scheduleimpl std function long std optional bool void lambda void std function policy storage const in usr bin clickhouse threadpoolimpl worker std list iterator in usr bin clickhouse in usr bin clickhouse in clone in version official build application db exception unknown function test maybe you meant while processing cast test messageid as testmessageid tmp string as testmessageid default expression and column type are incompatible cannot attach table default test from metadata file var lib clickhouse store test sql from query attach table default test uuid stored simpleaggregatefunction max datetime default now messageid string testmessageid string alias test messageid engine mergetree partition by tostartofday stored order by tostartofday stored settings index granularity delete the table from store restart and check that the function exists select from system functions where name test ┌─name─┬─is aggregate─┬─case insensitive─┬─alias to─┬─create query──────────────────────────────────────────────┬─origin─────────┬─description─┐ │ test │ │ │ │ create function test as string concat string test │ sqluserdefined │ │ └──────┴──────────────┴──────────────────┴──────────┴───────────────────────────────────────────────────────────┴────────────────┴─────────────┘ in the same error creating a function and a table like described above the server crash after restart in the behavior has been changed describe the table after creating describe table test ┌─name──────────┬─type───────────────────────────────────┬─default type─┬─default expression─────────┬─comment─┬─codec expression─┬─ttl expression─┐ │ stored │ simpleaggregatefunction max datetime │ default │ now │ │ │ │ │ messageid │ string │ │ │ │ │ │ │ testmessageid │ string │ alias │ concat messageid test │ │ │ │ └───────────────┴────────────────────────────────────────┴──────────────┴────────────────────────────┴─────────┴──────────────────┴────────────────┘ select testmessageid from test ┌──────────────stored─┬─messageid─┬─testmessageid─┐ │ │ │ test │ │ │ │ test │ └─────────────────────┴───────────┴───────────────┘ replace the function create or replace function test as string concat string test new nothing changes select testmessageid from test ┌──────────────stored─┬─messageid─┬─testmessageid─┐ │ │ │ test │ │ │ │ test │ └─────────────────────┴───────────┴───────────────┘ | 1 |
57,600 | 6,551,610,916 | IssuesEvent | 2017-09-05 15:17:35 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | e2e namespace cleanup fails with attempt to delete custom resources | kind/flake priority/failing-test sig/api-machinery | https://storage.googleapis.com/k8s-gubernator/triage/index.html?text=sample-api
Seen in https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/51034/pull-kubernetes-e2e-gce-etcd3/50311:
Aug 26 09:35:45.074: Couldn't delete ns: "e2e-tests-containers-9cscj": an error on the server ("missing route (service \"sample-api\" not found)") has prevented the request from succeeding (get flunders.wardle.k8s.io) (&errors.StatusError{ErrStatus:v1.Status{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ListMeta:v1.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Failure", Message:"an error on the server (\"missing route (service \\\"sample-api\\\" not found)\") has prevented the request from succeeding (get flunders.wardle.k8s.io)", Reason:"InternalError", Details:(*v1.StatusDetails)(0xc4217a4900), Code:500}}) | 1.0 | e2e namespace cleanup fails with attempt to delete custom resources - https://storage.googleapis.com/k8s-gubernator/triage/index.html?text=sample-api
Seen in https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/51034/pull-kubernetes-e2e-gce-etcd3/50311:
Aug 26 09:35:45.074: Couldn't delete ns: "e2e-tests-containers-9cscj": an error on the server ("missing route (service \"sample-api\" not found)") has prevented the request from succeeding (get flunders.wardle.k8s.io) (&errors.StatusError{ErrStatus:v1.Status{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ListMeta:v1.ListMeta{SelfLink:"", ResourceVersion:""}, Status:"Failure", Message:"an error on the server (\"missing route (service \\\"sample-api\\\" not found)\") has prevented the request from succeeding (get flunders.wardle.k8s.io)", Reason:"InternalError", Details:(*v1.StatusDetails)(0xc4217a4900), Code:500}}) | non_comp | namespace cleanup fails with attempt to delete custom resources seen in aug couldn t delete ns tests containers an error on the server missing route service sample api not found has prevented the request from succeeding get flunders wardle io errors statuserror errstatus status typemeta typemeta kind apiversion listmeta listmeta selflink resourceversion status failure message an error on the server missing route service sample api not found has prevented the request from succeeding get flunders wardle io reason internalerror details statusdetails code | 0 |
64,233 | 14,657,925,159 | IssuesEvent | 2020-12-28 16:40:37 | Kolobok12309/My-auth_back | https://api.github.com/repos/Kolobok12309/My-auth_back | closed | Проверить безопасность обновления токенов | security | Добавить тесты для проверки рефреш токенов при обновлении | True | Проверить безопасность обновления токенов - Добавить тесты для проверки рефреш токенов при обновлении | non_comp | проверить безопасность обновления токенов добавить тесты для проверки рефреш токенов при обновлении | 0 |
16,695 | 23,034,464,588 | IssuesEvent | 2022-07-22 17:04:41 | mariotaku/moonlight-tv | https://api.github.com/repos/mariotaku/moonlight-tv | opened | [COMPAT] | compatibility | <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: ( 32LK6200PLA) <!-- e.g. 55SM8100PJB -->
- Firmware version: ( 05.40.26) <!-- Can be found in webOS Settings, e.g. 05.00.01 -->
- webOS version: (4.4.0-12(goldilocks-gorce)) <!-- Can be found in Moonlight Settings - About, e.g. 4.9.0-53802 -->
- Moonlight version: ( 1.4.7) <!-- Can be found in Moonlight Settings - About -->
- Is audio working: ( Yes ) <!-- e.g. Yes/No -->
- Is video working: (Yes) <!-- e.g. 4K60fps -->
- Is input working: ( Yes) <!-- e.g. Gamepad, Remote -->
## Description
<!-- Please describe the issue you have been encountered --> After starting a game and the loading of the stream, the stream instantly freezes at the first frame and after around 10 seconds "unstable connection" sign shows up, sound and input to the game still work. I tried putting bitrate, resolution and fps as far down as possible. Tv is connected through cabel.
| True | [COMPAT] - <!-- Since device support range becomes wider, please submit this issue ONLY when you got problems -->
## Basic information
<!-- Please fill info into following spaces -->
- Device model: ( 32LK6200PLA) <!-- e.g. 55SM8100PJB -->
- Firmware version: ( 05.40.26) <!-- Can be found in webOS Settings, e.g. 05.00.01 -->
- webOS version: (4.4.0-12(goldilocks-gorce)) <!-- Can be found in Moonlight Settings - About, e.g. 4.9.0-53802 -->
- Moonlight version: ( 1.4.7) <!-- Can be found in Moonlight Settings - About -->
- Is audio working: ( Yes ) <!-- e.g. Yes/No -->
- Is video working: (Yes) <!-- e.g. 4K60fps -->
- Is input working: ( Yes) <!-- e.g. Gamepad, Remote -->
## Description
<!-- Please describe the issue you have been encountered --> After starting a game and the loading of the stream, the stream instantly freezes at the first frame and after around 10 seconds "unstable connection" sign shows up, sound and input to the game still work. I tried putting bitrate, resolution and fps as far down as possible. Tv is connected through cabel.
| comp | basic information device model firmware version webos version goldilocks gorce moonlight version is audio working yes is video working yes is input working yes description after starting a game and the loading of the stream the stream instantly freezes at the first frame and after around seconds unstable connection sign shows up sound and input to the game still work i tried putting bitrate resolution and fps as far down as possible tv is connected through cabel | 1 |
10,876 | 12,876,086,391 | IssuesEvent | 2020-07-11 02:29:09 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Ambiguous column error for remote() tables | backward compatibility bug comp-distributed st-fixed v20.3-affected |
**Describe the issue**
There is ambiguous column error on version 20.3.8.53 for distributed table. The same sql run correct on version 19.14.7.15.
**How to reproduce**
To simplify the reproducing steps, I use remote query on two hosts to substitute the query on distributed table.
1. prepare table and data on host1 and host2
`create table test.fact (id1 Int64, id2 Int64, value Int64) ENGINE = MergeTree() ORDER BY id1;`
`create table test.dimension (id1 Int64, name String) ENGINE = MergeTree() ORDER BY id1;`
`insert into test.fact values (1,2,10),(2,2,10),(3,3,10),(4,3,10);`
`insert into test.dimension values (1,'name_1'),(2,'name_1'),(3,'name_3'),(4, 'name_4');`
2. run sql on both host1 and host2 is correct
`SELECT
f.id1 AS ID,
d.name AS Name,
sum(f.value)
FROM test.fact AS f
LEFT JOIN test.dimension AS d ON f.id1 = d.id1
WHERE f.id1 = f.id2
GROUP BY
ID,
Name`
Result
┌─ID─┬─Name───┬─sum(value)─┐
│ 2 │ name_1 │ 10 │
│ 3 │ name_3 │ 10 │
└────┴────────┴────────────┘
3. But, run the sql based on two remote hosts is not correct. Run on host1, reports error on host2. Run on host2, report error on host1.
`SELECT
f.id1 AS ID,
d.name AS Name,
sum(f.value)
FROM remote('{{host1}},{{host2}}', test.fact, 'default', '') AS f
LEFT JOIN test.dimension AS d ON f.id1 = d.id1
WHERE f.id1 = f.id2
GROUP BY
ID,
Name`
Report error
`↖ Progress: 0.00 rows, 0.00 B (0.00 rows/s., 0.00 B/s.) Received exception from server (version 20.3.8):
Code: 352. DB::Exception: Received from localhost:9000. DB::Exception: Received from {host2}:9000. DB::Exception: Ambiguous column 'id1'.
`
* Which ClickHouse server versions are incompatible
The same sql run correct on version 19.14.7.15, but fail on version 20.3.8.53. On version 20.3.8.53, it reports "DB::Exception: Ambiguous column***"
* Which interface to use, if matters
clickhouse-client
**Additional context**
We are planing to upgrade clickhouse version from 19.14.7.15. to 20.3.8.53.
So, we do function regression for the new version 20.3.8.53. We unfortunately found that our widely used sql pattern, as described above, is not supported on the new version.
*This issue is quite emergent on our side. Looking forward to your reply. Thanks!* | True | Ambiguous column error for remote() tables -
**Describe the issue**
There is ambiguous column error on version 20.3.8.53 for distributed table. The same sql run correct on version 19.14.7.15.
**How to reproduce**
To simplify the reproducing steps, I use remote query on two hosts to substitute the query on distributed table.
1. prepare table and data on host1 and host2
`create table test.fact (id1 Int64, id2 Int64, value Int64) ENGINE = MergeTree() ORDER BY id1;`
`create table test.dimension (id1 Int64, name String) ENGINE = MergeTree() ORDER BY id1;`
`insert into test.fact values (1,2,10),(2,2,10),(3,3,10),(4,3,10);`
`insert into test.dimension values (1,'name_1'),(2,'name_1'),(3,'name_3'),(4, 'name_4');`
2. run sql on both host1 and host2 is correct
`SELECT
f.id1 AS ID,
d.name AS Name,
sum(f.value)
FROM test.fact AS f
LEFT JOIN test.dimension AS d ON f.id1 = d.id1
WHERE f.id1 = f.id2
GROUP BY
ID,
Name`
Result
┌─ID─┬─Name───┬─sum(value)─┐
│ 2 │ name_1 │ 10 │
│ 3 │ name_3 │ 10 │
└────┴────────┴────────────┘
3. But, run the sql based on two remote hosts is not correct. Run on host1, reports error on host2. Run on host2, report error on host1.
`SELECT
f.id1 AS ID,
d.name AS Name,
sum(f.value)
FROM remote('{{host1}},{{host2}}', test.fact, 'default', '') AS f
LEFT JOIN test.dimension AS d ON f.id1 = d.id1
WHERE f.id1 = f.id2
GROUP BY
ID,
Name`
Report error
`↖ Progress: 0.00 rows, 0.00 B (0.00 rows/s., 0.00 B/s.) Received exception from server (version 20.3.8):
Code: 352. DB::Exception: Received from localhost:9000. DB::Exception: Received from {host2}:9000. DB::Exception: Ambiguous column 'id1'.
`
* Which ClickHouse server versions are incompatible
The same sql run correct on version 19.14.7.15, but fail on version 20.3.8.53. On version 20.3.8.53, it reports "DB::Exception: Ambiguous column***"
* Which interface to use, if matters
clickhouse-client
**Additional context**
We are planing to upgrade clickhouse version from 19.14.7.15. to 20.3.8.53.
So, we do function regression for the new version 20.3.8.53. We unfortunately found that our widely used sql pattern, as described above, is not supported on the new version.
*This issue is quite emergent on our side. Looking forward to your reply. Thanks!* | comp | ambiguous column error for remote tables describe the issue there is ambiguous column error on version for distributed table the same sql run correct on version how to reproduce to simplify the reproducing steps i use remote query on two hosts to substitute the query on distributed table prepare table and data on and create table test fact value engine mergetree order by create table test dimension name string engine mergetree order by insert into test fact values insert into test dimension values name name name name run sql on both and is correct select f as id d name as name sum f value from test fact as f left join test dimension as d on f d where f f group by id name result ┌─id─┬─name───┬─sum value ─┐ │ │ name │ │ │ │ name │ │ └────┴────────┴────────────┘ but run the sql based on two remote hosts is not correct run on reports error on run on report error on select f as id d name as name sum f value from remote test fact default as f left join test dimension as d on f d where f f group by id name report error ↖ progress rows b rows s b s received exception from server version code db exception received from localhost db exception received from db exception ambiguous column which clickhouse server versions are incompatible the same sql run correct on version but fail on version on version it reports db exception ambiguous column which interface to use if matters clickhouse client additional context we are planing to upgrade clickhouse version from to so we do function regression for the new version we unfortunately found that our widely used sql pattern as described above is not supported on the new version this issue is quite emergent on our side looking forward to your reply thanks | 1 |
12,571 | 14,889,718,292 | IssuesEvent | 2021-01-20 21:51:49 | mmikkel/Reasons-Craft3 | https://api.github.com/repos/mmikkel/Reasons-Craft3 | closed | Broken in Craft 3.5.18? | bug compatibility | At least it looks that way. Updated and now Reasons is failing, although I can't see any obvious errors appearing, the fields with conditional rules applied just don't appear.
The latest release of Craft includes many accessibility improvements which could be related. | True | Broken in Craft 3.5.18? - At least it looks that way. Updated and now Reasons is failing, although I can't see any obvious errors appearing, the fields with conditional rules applied just don't appear.
The latest release of Craft includes many accessibility improvements which could be related. | comp | broken in craft at least it looks that way updated and now reasons is failing although i can t see any obvious errors appearing the fields with conditional rules applied just don t appear the latest release of craft includes many accessibility improvements which could be related | 1 |
32,974 | 15,731,764,234 | IssuesEvent | 2021-03-29 17:28:14 | Pioreactor/pioreactorui | https://api.github.com/repos/Pioreactor/pioreactorui | closed | Replace time_series_aggregating json blobs with a SQLite3 query? | chart performance | This needs to be researched more, but something like:
```
SELECT pioreactor_unit, od_reading_v, channel, angle, timestamp FROM od_readings_raw WHERE experiment="Bakers-Yeast-YPD-9" and timestamp > datetime('now', '-4 hours') AND ROWID % 5 = 0;
```
could be enough to replace the time series agg. job (big savings on memory + complexity, but more importantly: big savings on read/write) | True | Replace time_series_aggregating json blobs with a SQLite3 query? - This needs to be researched more, but something like:
```
SELECT pioreactor_unit, od_reading_v, channel, angle, timestamp FROM od_readings_raw WHERE experiment="Bakers-Yeast-YPD-9" and timestamp > datetime('now', '-4 hours') AND ROWID % 5 = 0;
```
could be enough to replace the time series agg. job (big savings on memory + complexity, but more importantly: big savings on read/write) | non_comp | replace time series aggregating json blobs with a query this needs to be researched more but something like select pioreactor unit od reading v channel angle timestamp from od readings raw where experiment bakers yeast ypd and timestamp datetime now hours and rowid could be enough to replace the time series agg job big savings on memory complexity but more importantly big savings on read write | 0 |
553,621 | 16,375,307,328 | IssuesEvent | 2021-05-16 00:50:21 | stanvanrooy/instauto | https://api.github.com/repos/stanvanrooy/instauto | opened | Add new helper function: `helpers.friendships.unfollow_user` | Priority: Medium Status: Available Type: Enchancement Type: 🍎 good first issue | The `follow_user` function already exists, but the `unfollow_user` function is missing. | 1.0 | Add new helper function: `helpers.friendships.unfollow_user` - The `follow_user` function already exists, but the `unfollow_user` function is missing. | non_comp | add new helper function helpers friendships unfollow user the follow user function already exists but the unfollow user function is missing | 0 |
2,763 | 5,521,911,737 | IssuesEvent | 2017-03-19 19:19:50 | Silverfeelin/Starbound-ManipulatedUI | https://api.github.com/repos/Silverfeelin/Starbound-ManipulatedUI | closed | uninit function hook causing stack overflow with Manipulated UI installed. | incompatibility wontfix | So, a user unintentionally directed me to an interesting problem that's related to MUI's handling of uninit in the manipulator upgrade UI at the moment.
Currently with both Build Mode and MUI installed, when closing the MM Upgrade window or using the back-arrow, the game freezes briefly because both mods' uninit functions end up calling each other in an infinite loop until a `LuaInstructionLimitReached` error occurs. This is a new problem and I'm not sure what caused it, but I hadn't made any changes to Build Mode and it still works correctly without MUI, so it appears to be something that changed with MUI. (I've since made a minor tweak to my code to bandage a tangential problem this error was causing with my mod's operation, but it's not relevant to the report.)
[Here's the relevant function in Build Mode](https://github.com/Ilazki/build-mode/blob/master/build-mode/interface/scripted/mmupgrade/mmbm.lua#L115-L122). It's nothing special, just the usual "shadow a function and call it" trick, and it was working without problem before, so I'm not sure what was changed to make it now cause a loop.
If necessary, I can probably work around this by checking if `mui` exists and changing build mode's uninit slightly when it does, but I didn't want to quietly bandage it when it may be a sign of a bigger problem. | True | uninit function hook causing stack overflow with Manipulated UI installed. - So, a user unintentionally directed me to an interesting problem that's related to MUI's handling of uninit in the manipulator upgrade UI at the moment.
Currently with both Build Mode and MUI installed, when closing the MM Upgrade window or using the back-arrow, the game freezes briefly because both mods' uninit functions end up calling each other in an infinite loop until a `LuaInstructionLimitReached` error occurs. This is a new problem and I'm not sure what caused it, but I hadn't made any changes to Build Mode and it still works correctly without MUI, so it appears to be something that changed with MUI. (I've since made a minor tweak to my code to bandage a tangential problem this error was causing with my mod's operation, but it's not relevant to the report.)
[Here's the relevant function in Build Mode](https://github.com/Ilazki/build-mode/blob/master/build-mode/interface/scripted/mmupgrade/mmbm.lua#L115-L122). It's nothing special, just the usual "shadow a function and call it" trick, and it was working without problem before, so I'm not sure what was changed to make it now cause a loop.
If necessary, I can probably work around this by checking if `mui` exists and changing build mode's uninit slightly when it does, but I didn't want to quietly bandage it when it may be a sign of a bigger problem. | comp | uninit function hook causing stack overflow with manipulated ui installed so a user unintentionally directed me to an interesting problem that s related to mui s handling of uninit in the manipulator upgrade ui at the moment currently with both build mode and mui installed when closing the mm upgrade window or using the back arrow the game freezes briefly because both mods uninit functions end up calling each other in an infinite loop until a luainstructionlimitreached error occurs this is a new problem and i m not sure what caused it but i hadn t made any changes to build mode and it still works correctly without mui so it appears to be something that changed with mui i ve since made a minor tweak to my code to bandage a tangential problem this error was causing with my mod s operation but it s not relevant to the report it s nothing special just the usual shadow a function and call it trick and it was working without problem before so i m not sure what was changed to make it now cause a loop if necessary i can probably work around this by checking if mui exists and changing build mode s uninit slightly when it does but i didn t want to quietly bandage it when it may be a sign of a bigger problem | 1 |
1,782 | 4,343,731,383 | IssuesEvent | 2016-07-29 03:56:36 | jamesiarmes/php-ews | https://api.github.com/repos/jamesiarmes/php-ews | closed | Move array classes to their own namespace | Backward Incompatible Task | There are some EWS types that serve as arrays of other types. These should be moved to their own namespace and inherit a common base class. | True | Move array classes to their own namespace - There are some EWS types that serve as arrays of other types. These should be moved to their own namespace and inherit a common base class. | comp | move array classes to their own namespace there are some ews types that serve as arrays of other types these should be moved to their own namespace and inherit a common base class | 1 |
88,306 | 17,538,440,475 | IssuesEvent | 2021-08-12 09:10:36 | microsoft/azure-pipelines-tasks | https://api.github.com/repos/microsoft/azure-pipelines-tasks | closed | Xcode builds failing with message 'error: <pod> does not support provisioning profiles | question Area: ABTT stale Task: Xcode | **Question, Bug, or Feature?**
*Type*: Bug or Question
**Enter Task Name**: Xcode@5
## Environment
- Azure Pipelines
- Agent :
- MacOS, xcode 8.0
## Issue Description
IOS Object-C app, want to build a pipeline for it, but it failing with error code 65.
- error: <podname> does not support provisioning profiles. <podname> does not support provisioning profiles but provisioning profile <distrprofile> has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target '<podname>')
- Changing provisioning sign mode to "Automatic" will raise error in release pipeline.

and
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle <Bundle Name>[Payload/Name.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store.
- So I keep use "Manual" sign mode.
With the solutions that others gave https://github.com/microsoft/azure-pipelines-tasks/issues/9984, I tried to downgrade the pods version
I tried https://github.com/microsoft/azure-pipelines-tasks/issues/9984#issuecomment-478647641
```
echo "uninstalling all cocoapods versions"
sudo gem uninstall cocoapods -ax
echo "installing cocoapods version 1.5.3"
sudo gem install cocoapods -v 1.5.3
```
and https://github.com/microsoft/azure-pipelines-tasks/issues/9984#issuecomment-483968562

The build will stuck in the uninstall the old version step without moving on

| 1.0 | Xcode builds failing with message 'error: <pod> does not support provisioning profiles - **Question, Bug, or Feature?**
*Type*: Bug or Question
**Enter Task Name**: Xcode@5
## Environment
- Azure Pipelines
- Agent :
- MacOS, xcode 8.0
## Issue Description
IOS Object-C app, want to build a pipeline for it, but it failing with error code 65.
- error: <podname> does not support provisioning profiles. <podname> does not support provisioning profiles but provisioning profile <distrprofile> has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target '<podname>')
- Changing provisioning sign mode to "Automatic" will raise error in release pipeline.

and
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle <Bundle Name>[Payload/Name.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store.
- So I keep use "Manual" sign mode.
With the solutions that others gave https://github.com/microsoft/azure-pipelines-tasks/issues/9984, I tried to downgrade the pods version
I tried https://github.com/microsoft/azure-pipelines-tasks/issues/9984#issuecomment-478647641
```
echo "uninstalling all cocoapods versions"
sudo gem uninstall cocoapods -ax
echo "installing cocoapods version 1.5.3"
sudo gem install cocoapods -v 1.5.3
```
and https://github.com/microsoft/azure-pipelines-tasks/issues/9984#issuecomment-483968562

The build will stuck in the uninstall the old version step without moving on

| non_comp | xcode builds failing with message error does not support provisioning profiles question bug or feature type bug or question enter task name xcode environment azure pipelines agent macos xcode issue description ios object c app want to build a pipeline for it but it failing with error code error does not support provisioning profiles does not support provisioning profiles but provisioning profile has been manually specified set the provisioning profile value to automatic in the build settings editor in target changing provisioning sign mode to automatic will raise error in release pipeline and error itms invalid provisioning profile the provisioning profile included in the bundle is invalid a distribution provisioning profile should be used when submitting apps to the app store so i keep use manual sign mode with the solutions that others gave i tried to downgrade the pods version i tried echo uninstalling all cocoapods versions sudo gem uninstall cocoapods ax echo installing cocoapods version sudo gem install cocoapods v and the build will stuck in the uninstall the old version step without moving on | 0 |
336,001 | 24,485,573,921 | IssuesEvent | 2022-10-09 11:42:12 | ComputerSocietyVITC/Annual-Yearbook | https://api.github.com/repos/ComputerSocietyVITC/Annual-Yearbook | opened | [BUG]: Various bug-patches | bug documentation enhancement hacktoberfest | ### Description
The following bugs were recorded in the repository:
- [ ] Broken React Plugin at `gatsby-config.js`
- [ ] Incorrect position of `seo.jsx`
- [ ] Incorrect linting of `contributors.tsx`
- [ ] Correction of heading at `pull_request_template`
- [ ] Correction of Issue Template
### Expected Behaviour
_No response_
### Current Behaviour
_No response_
### Additional information
_No response_ | 1.0 | [BUG]: Various bug-patches - ### Description
The following bugs were recorded in the repository:
- [ ] Broken React Plugin at `gatsby-config.js`
- [ ] Incorrect position of `seo.jsx`
- [ ] Incorrect linting of `contributors.tsx`
- [ ] Correction of heading at `pull_request_template`
- [ ] Correction of Issue Template
### Expected Behaviour
_No response_
### Current Behaviour
_No response_
### Additional information
_No response_ | non_comp | various bug patches description the following bugs were recorded in the repository broken react plugin at gatsby config js incorrect position of seo jsx incorrect linting of contributors tsx correction of heading at pull request template correction of issue template expected behaviour no response current behaviour no response additional information no response | 0 |
19,112 | 26,546,800,211 | IssuesEvent | 2023-01-20 01:25:48 | ferriarnus/VivecraftMod | https://api.github.com/repos/ferriarnus/VivecraftMod | opened | ItemSwapper compatibility | mod compatibility | opening the ItemSwapper menu shows the dirt box, and pointing with the controller doesn't work
https://github.com/tr7zw/ItemSwapper | True | ItemSwapper compatibility - opening the ItemSwapper menu shows the dirt box, and pointing with the controller doesn't work
https://github.com/tr7zw/ItemSwapper | comp | itemswapper compatibility opening the itemswapper menu shows the dirt box and pointing with the controller doesn t work | 1 |
7,211 | 9,485,816,135 | IssuesEvent | 2019-04-22 11:48:40 | jiangdashao/Matrix-Issues | https://api.github.com/repos/jiangdashao/Matrix-Issues | closed | [INCOMPATIBILITY] Crackshot False hitbox (reach) posivities (explosives weapons) | Incompatibility Won't Fix | ## Basic Information
**Incompatible plugin: CrackShot (Guns) 0.98.9**:
**Verbose message(s): When one player damage other player by a grenade or RPG, Matrix gives false positives (hitbox check (reach)) .**:
**Console error(s): null**:
**Video of incompatibility: screenshots**:
## Configuration Files
**checks.yml file **:
hitbox:
enable: true
angle:
max: 90
min_dist: 1.5
reach:
max_reach: 3.5
enable_analyser: true
cancel_vl: 8
commands:
20: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox)'
40: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox) #2'
60: 'matrix kick %player% Reach/HitBox Hacks'
# Server Infomation
**Server version: Spigot 1.12.2**:
**Matrix version: 1.8.9**:
**ProtocolLib version: 4.4.0**:




| True | [INCOMPATIBILITY] Crackshot False hitbox (reach) posivities (explosives weapons) - ## Basic Information
**Incompatible plugin: CrackShot (Guns) 0.98.9**:
**Verbose message(s): When one player damage other player by a grenade or RPG, Matrix gives false positives (hitbox check (reach)) .**:
**Console error(s): null**:
**Video of incompatibility: screenshots**:
## Configuration Files
**checks.yml file **:
hitbox:
enable: true
angle:
max: 90
min_dist: 1.5
reach:
max_reach: 3.5
enable_analyser: true
cancel_vl: 8
commands:
20: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox)'
40: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox) #2'
60: 'matrix kick %player% Reach/HitBox Hacks'
# Server Infomation
**Server version: Spigot 1.12.2**:
**Matrix version: 1.8.9**:
**ProtocolLib version: 4.4.0**:




| comp | crackshot false hitbox reach posivities explosives weapons basic information incompatible plugin crackshot guns verbose message s when one player damage other player by a grenade or rpg matrix gives false positives hitbox check reach console error s null video of incompatibility screenshots configuration files checks yml file hitbox enable true angle max min dist reach max reach enable analyser true cancel vl commands matrix notify player tried to reach entity outside max reach distance hitbox matrix notify player tried to reach entity outside max reach distance hitbox matrix kick player reach hitbox hacks server infomation server version spigot matrix version protocollib version | 1 |
1,680 | 4,237,534,938 | IssuesEvent | 2016-07-05 22:12:13 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | opened | Remove Jetpack webmaster verification | COMPATIBILITY | Jetpack also adds webmaster verification fields, so we need to remove these when AIOSEOP is activated. | True | Remove Jetpack webmaster verification - Jetpack also adds webmaster verification fields, so we need to remove these when AIOSEOP is activated. | comp | remove jetpack webmaster verification jetpack also adds webmaster verification fields so we need to remove these when aioseop is activated | 1 |
44,864 | 5,658,089,609 | IssuesEvent | 2017-04-10 09:08:42 | CasparCG/Server | https://api.github.com/repos/CasparCG/Server | closed | adding a preview screen increases CPU load | feature request found in 2.1.0 testable | It seems when adding a preview screen CPU load increases 10 to 20%
With this command I could add a screen without much load on the CPU
ADD 2 SCREEN 1 NO_AUTO_DEINTERLACE
PLAY 2-1 route://1
Using PAL settings for the preview channel should cause very low load.
With Win7 i7 cpu I see now a increase on load of about 15%.
This increased CPU load starts after I start the Route command.
| 1.0 | adding a preview screen increases CPU load - It seems when adding a preview screen CPU load increases 10 to 20%
With this command I could add a screen without much load on the CPU
ADD 2 SCREEN 1 NO_AUTO_DEINTERLACE
PLAY 2-1 route://1
Using PAL settings for the preview channel should cause very low load.
With Win7 i7 cpu I see now a increase on load of about 15%.
This increased CPU load starts after I start the Route command.
| non_comp | adding a preview screen increases cpu load it seems when adding a preview screen cpu load increases to with this command i could add a screen without much load on the cpu add screen no auto deinterlace play route using pal settings for the preview channel should cause very low load with cpu i see now a increase on load of about this increased cpu load starts after i start the route command | 0 |
16,668 | 9,856,501,671 | IssuesEvent | 2019-06-19 22:23:45 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Spaces] - Accessing non-existent Spaces | Team:Security | Opened to track https://github.com/elastic/kibana/pull/21408#issuecomment-414845228 (cc @ycombinator)
When accessing any Kibana endpoint with Spaces enabled, the Spaces plugin should ensure that the space exists before allowing the request to continue. If the space does not exist, then a `404` should be thrown instead. | True | [Spaces] - Accessing non-existent Spaces - Opened to track https://github.com/elastic/kibana/pull/21408#issuecomment-414845228 (cc @ycombinator)
When accessing any Kibana endpoint with Spaces enabled, the Spaces plugin should ensure that the space exists before allowing the request to continue. If the space does not exist, then a `404` should be thrown instead. | non_comp | accessing non existent spaces opened to track cc ycombinator when accessing any kibana endpoint with spaces enabled the spaces plugin should ensure that the space exists before allowing the request to continue if the space does not exist then a should be thrown instead | 0 |
18,077 | 24,970,037,222 | IssuesEvent | 2022-11-01 23:40:19 | openrocket/openrocket | https://api.github.com/repos/openrocket/openrocket | closed | OpenRocket - v2022 beta 2 - export to RockSim Drops sub-sub assemblies | bug Rocksim compatibility | Our existing model has several parts of the model which have 3 levels of componentry - eg 1) Switch Band which is attached to 2) Tube Coupler and inside that are 3) Other bits (Electronics, Charge-wells, Bulkheads, etc)
**ORK FIle with full tree of components:**

**Exported to RKT format and re-opening in OR - missing sub-sub level components**

**ORK file with Electronics component shifted from sub-sub level to sub level**

**Exported to RKT and re-opened in OR and now the Electronics appear**

It appears that the Open Rocket export routine is not exporting out any item that is a sub-sub component.
| True | OpenRocket - v2022 beta 2 - export to RockSim Drops sub-sub assemblies - Our existing model has several parts of the model which have 3 levels of componentry - eg 1) Switch Band which is attached to 2) Tube Coupler and inside that are 3) Other bits (Electronics, Charge-wells, Bulkheads, etc)
**ORK FIle with full tree of components:**

**Exported to RKT format and re-opening in OR - missing sub-sub level components**

**ORK file with Electronics component shifted from sub-sub level to sub level**

**Exported to RKT and re-opened in OR and now the Electronics appear**

It appears that the Open Rocket export routine is not exporting out any item that is a sub-sub component.
| comp | openrocket beta export to rocksim drops sub sub assemblies our existing model has several parts of the model which have levels of componentry eg switch band which is attached to tube coupler and inside that are other bits electronics charge wells bulkheads etc ork file with full tree of components exported to rkt format and re opening in or missing sub sub level components ork file with electronics component shifted from sub sub level to sub level exported to rkt and re opened in or and now the electronics appear it appears that the open rocket export routine is not exporting out any item that is a sub sub component | 1 |
11,287 | 13,237,909,278 | IssuesEvent | 2020-08-18 22:48:29 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | `missing_fragment_specifier` future-compatibility warnings | A-macros C-future-compatibility T-compiler | This is the summary issue for the `missing_fragment_specifier` future-compatibility warning and other related errors. The goal of this page is describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the change should not be made.
#### What is the warning for?
The `missing_fragment_specifier` warning is issued when an unused pattern in a `macro_rules!` macro definition has a meta-variable (e.g. `$e`) that is not followed by a fragment specifier (e.g. `:expr`).
This warning can always be fixed by removing the unused pattern in the `macro_rules!` macro definition.
#### When will this warning become a hard error?
At the beginning of each 6-week release cycle, the Rust compiler team will review the set of outstanding future compatibility warnings and nominate some of them for Final Comment Period. Toward the end of the cycle, we will review any comments and make a final determination whether to convert the warning into a hard error or remove it entirely.
#### Current status
- [x] https://github.com/rust-lang/rust/pull/39419 introduces the `missing_fragment_specifier` lint as warn-by-default
- [x] https://github.com/rust-lang/rust/pull/42894 makes the `missing_fragment_specifier` lint deny-by-default
- [ ] #75516 makes the `missing_fragment_specifier` lint a hard error | True | `missing_fragment_specifier` future-compatibility warnings - This is the summary issue for the `missing_fragment_specifier` future-compatibility warning and other related errors. The goal of this page is describe why this change was made and how you can fix code that is affected by it. It also provides a place to ask questions or register a complaint if you feel the change should not be made.
#### What is the warning for?
The `missing_fragment_specifier` warning is issued when an unused pattern in a `macro_rules!` macro definition has a meta-variable (e.g. `$e`) that is not followed by a fragment specifier (e.g. `:expr`).
This warning can always be fixed by removing the unused pattern in the `macro_rules!` macro definition.
#### When will this warning become a hard error?
At the beginning of each 6-week release cycle, the Rust compiler team will review the set of outstanding future compatibility warnings and nominate some of them for Final Comment Period. Toward the end of the cycle, we will review any comments and make a final determination whether to convert the warning into a hard error or remove it entirely.
#### Current status
- [x] https://github.com/rust-lang/rust/pull/39419 introduces the `missing_fragment_specifier` lint as warn-by-default
- [x] https://github.com/rust-lang/rust/pull/42894 makes the `missing_fragment_specifier` lint deny-by-default
- [ ] #75516 makes the `missing_fragment_specifier` lint a hard error | comp | missing fragment specifier future compatibility warnings this is the summary issue for the missing fragment specifier future compatibility warning and other related errors the goal of this page is describe why this change was made and how you can fix code that is affected by it it also provides a place to ask questions or register a complaint if you feel the change should not be made what is the warning for the missing fragment specifier warning is issued when an unused pattern in a macro rules macro definition has a meta variable e g e that is not followed by a fragment specifier e g expr this warning can always be fixed by removing the unused pattern in the macro rules macro definition when will this warning become a hard error at the beginning of each week release cycle the rust compiler team will review the set of outstanding future compatibility warnings and nominate some of them for final comment period toward the end of the cycle we will review any comments and make a final determination whether to convert the warning into a hard error or remove it entirely current status introduces the missing fragment specifier lint as warn by default makes the missing fragment specifier lint deny by default makes the missing fragment specifier lint a hard error | 1 |
1,255 | 3,783,201,342 | IssuesEvent | 2016-03-19 00:55:14 | SkyrimLL/SDPlus | https://api.github.com/repos/SkyrimLL/SDPlus | opened | Move old files from ZAP to SD folder | Compatibility enhancement Enslavement quest | Files used for SD iron devices:
As you requested here is the list of ZAP conflicts, there are 13 of them, it's stuff from bondage folder only
List:
/textures/bondage/steel_n.dds
/textures/bondage/steel_black2.dds
/textures/bondage/slavegagrune1.dds
/textures/bondage/doggiebelt.dds
/textures/bondage/black_n.dds
/textures/bondage/black.dds
/meshes/bondage/gsb-ringgag.nif
/meshes/bondage/gsb-ballgag.nif
/meshes/bondage/doggiebelt_1.nif
/meshes/bondage/doggiebelt_0.nif
/meshes/bondage/bondagegag6.nif
/meshes/bondage/ankle_ropes_f_1.nif
/meshes/bondage/ankle_ropes_f_0.nif | True | Move old files from ZAP to SD folder - Files used for SD iron devices:
As you requested here is the list of ZAP conflicts, there are 13 of them, it's stuff from bondage folder only
List:
/textures/bondage/steel_n.dds
/textures/bondage/steel_black2.dds
/textures/bondage/slavegagrune1.dds
/textures/bondage/doggiebelt.dds
/textures/bondage/black_n.dds
/textures/bondage/black.dds
/meshes/bondage/gsb-ringgag.nif
/meshes/bondage/gsb-ballgag.nif
/meshes/bondage/doggiebelt_1.nif
/meshes/bondage/doggiebelt_0.nif
/meshes/bondage/bondagegag6.nif
/meshes/bondage/ankle_ropes_f_1.nif
/meshes/bondage/ankle_ropes_f_0.nif | comp | move old files from zap to sd folder files used for sd iron devices as you requested here is the list of zap conflicts there are of them it s stuff from bondage folder only list textures bondage steel n dds textures bondage steel dds textures bondage dds textures bondage doggiebelt dds textures bondage black n dds textures bondage black dds meshes bondage gsb ringgag nif meshes bondage gsb ballgag nif meshes bondage doggiebelt nif meshes bondage doggiebelt nif meshes bondage nif meshes bondage ankle ropes f nif meshes bondage ankle ropes f nif | 1 |
281,760 | 30,888,942,373 | IssuesEvent | 2023-08-04 02:02:37 | nidhi7598/linux-4.1.15_CVE-2019-10220 | https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220 | reopened | CVE-2017-17855 (High) detected in linuxlinux-4.4.302 | Mend: dependency security vulnerability | ## CVE-2017-17855 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.1.15_CVE-2019-10220/commit/6a0d304d962ca933d73f507ce02157ef2791851c">6a0d304d962ca933d73f507ce02157ef2791851c</a></p>
<p>Found in base branch: <b>master</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>/kernel/bpf/verifier.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging improper use of pointers in place of scalars.
<p>Publish Date: 2017-12-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17855>CVE-2017-17855</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>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-17855">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-17855</a></p>
<p>Release Date: 2017-12-27</p>
<p>Fix Resolution: v4.15-rc5</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-2017-17855 (High) detected in linuxlinux-4.4.302 - ## CVE-2017-17855 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p>
<p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-4.1.15_CVE-2019-10220/commit/6a0d304d962ca933d73f507ce02157ef2791851c">6a0d304d962ca933d73f507ce02157ef2791851c</a></p>
<p>Found in base branch: <b>master</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>/kernel/bpf/verifier.c</b>
<img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/kernel/bpf/verifier.c</b>
</p>
</details>
<p></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
kernel/bpf/verifier.c in the Linux kernel through 4.14.8 allows local users to cause a denial of service (memory corruption) or possibly have unspecified other impact by leveraging improper use of pointers in place of scalars.
<p>Publish Date: 2017-12-27
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-17855>CVE-2017-17855</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>7.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- 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="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-17855">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-17855</a></p>
<p>Release Date: 2017-12-27</p>
<p>Fix Resolution: v4.15-rc5</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_comp | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files kernel bpf verifier c kernel bpf verifier c vulnerability details kernel bpf verifier c in the linux kernel through allows local users to cause a denial of service memory corruption or possibly have unspecified other impact by leveraging improper use of pointers in place of scalars publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low 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 step up your open source security game with mend | 0 |
239,291 | 26,222,467,282 | IssuesEvent | 2023-01-04 15:51:28 | fecgov/fec-eregs | https://api.github.com/repos/fecgov/fec-eregs | closed | [Snyk:High] Upgrade gitpython(due by 01/7/2023) | Security: high Security: general | Introduced through
gitpython@3.1.27
Exploit maturity
No known exploit
Detailed paths
Introduced through: project@0.0.0 › gitpython@3.1.27
Fix: No remediation path available.
Security information
Factors contributing to the scoring:
Snyk: [CVSS 8.1](https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-3113858) - High Severity
NVD: Not available. NVD has not yet published its analysis.
Why are the scores different? Learn how Snyk evaluates vulnerability scores
Overview
[GitPython](https://pypi.org/project/GitPython/) is a python library used to interact with Git repositories
Affected versions of this package are vulnerable to Remote Code Execution (RCE) due to improper user input validation, which makes it possible to inject a maliciously crafted remote URL into the clone command. Exploiting this vulnerability is possible because the library makes external calls to git without sufficient sanitization of input arguments. | True | [Snyk:High] Upgrade gitpython(due by 01/7/2023) - Introduced through
gitpython@3.1.27
Exploit maturity
No known exploit
Detailed paths
Introduced through: project@0.0.0 › gitpython@3.1.27
Fix: No remediation path available.
Security information
Factors contributing to the scoring:
Snyk: [CVSS 8.1](https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-3113858) - High Severity
NVD: Not available. NVD has not yet published its analysis.
Why are the scores different? Learn how Snyk evaluates vulnerability scores
Overview
[GitPython](https://pypi.org/project/GitPython/) is a python library used to interact with Git repositories
Affected versions of this package are vulnerable to Remote Code Execution (RCE) due to improper user input validation, which makes it possible to inject a maliciously crafted remote URL into the clone command. Exploiting this vulnerability is possible because the library makes external calls to git without sufficient sanitization of input arguments. | non_comp | upgrade gitpython due by introduced through gitpython exploit maturity no known exploit detailed paths introduced through project › gitpython fix no remediation path available security information factors contributing to the scoring snyk high severity nvd not available nvd has not yet published its analysis why are the scores different learn how snyk evaluates vulnerability scores overview is a python library used to interact with git repositories affected versions of this package are vulnerable to remote code execution rce due to improper user input validation which makes it possible to inject a maliciously crafted remote url into the clone command exploiting this vulnerability is possible because the library makes external calls to git without sufficient sanitization of input arguments | 0 |
76,419 | 9,937,615,195 | IssuesEvent | 2019-07-02 22:33:20 | NilScripter/RoClass | https://api.github.com/repos/NilScripter/RoClass | opened | New wiki | documentation enhancement good first issue major change | There is now a wiki for newcomers. It is (almost) finished
It should help a lot and give you information about RoClass | 1.0 | New wiki - There is now a wiki for newcomers. It is (almost) finished
It should help a lot and give you information about RoClass | non_comp | new wiki there is now a wiki for newcomers it is almost finished it should help a lot and give you information about roclass | 0 |
707,366 | 24,303,539,554 | IssuesEvent | 2022-09-29 15:30:44 | blindnet-io/product-management | https://api.github.com/repos/blindnet-io/product-management | closed | Extract a library for JWT authentication | priority: 1 (urgent) priority: 0 (critical) | Extract a separate library for JWT authentication.
This library will be shared and used by different blindnet devkit components.
Part of: https://github.com/blindnet-io/product-management/issues/721 | 2.0 | Extract a library for JWT authentication - Extract a separate library for JWT authentication.
This library will be shared and used by different blindnet devkit components.
Part of: https://github.com/blindnet-io/product-management/issues/721 | non_comp | extract a library for jwt authentication extract a separate library for jwt authentication this library will be shared and used by different blindnet devkit components part of | 0 |
693 | 3,114,645,443 | IssuesEvent | 2015-09-03 10:01:47 | Yoast/wordpress-seo | https://api.github.com/repos/Yoast/wordpress-seo | closed | Yoast SEO conflict with Backup Buddy | compatibility wait for feedback | Yoast SEO disables the Remote Destinations page in the Backup Buddy plugin. My site is up to date on all plugins and running WordPress 4.3. It seems to disable frames that need to open and close. Can this be fixed? | True | Yoast SEO conflict with Backup Buddy - Yoast SEO disables the Remote Destinations page in the Backup Buddy plugin. My site is up to date on all plugins and running WordPress 4.3. It seems to disable frames that need to open and close. Can this be fixed? | comp | yoast seo conflict with backup buddy yoast seo disables the remote destinations page in the backup buddy plugin my site is up to date on all plugins and running wordpress it seems to disable frames that need to open and close can this be fixed | 1 |
18,609 | 25,915,962,241 | IssuesEvent | 2022-12-15 17:22:35 | eclipse/microprofile-marketing | https://api.github.com/repos/eclipse/microprofile-marketing | closed | [Compatible Implementations Announcement] MP 5.0 - WildFly Preview 26.0.0.Final | Announcement Compatible Implementation | **Organization Name**
Name: [Red Hat](https://www.redhat.com/en)
**Product Version and download URL**
URL: [WildFly Preview 26.0.0.Final](https://github.com/wildfly/wildfly/releases/download/26.0.0.Final/wildfly-preview-26.0.0.Final.zip)
**Java runtime used to run the implementation**
[TCK results](https://github.com/wildfly/certifications/blob/MP5.0/WildFly_Preview_26.0.0.Final/microprofile-5.0/microprofile-full-platform.adoc) - JDK 8, 11, 17
**Media Description**
280 chararters includes the organization's name & URL or blog
**Design Card** (for MicroProfile designer)
**Notes**
- MicroProfile 5.0 and it's WildFlye Preview (not just WildFly)
- CCR - https://github.com/eclipse/microprofile/issues/284 | True | [Compatible Implementations Announcement] MP 5.0 - WildFly Preview 26.0.0.Final - **Organization Name**
Name: [Red Hat](https://www.redhat.com/en)
**Product Version and download URL**
URL: [WildFly Preview 26.0.0.Final](https://github.com/wildfly/wildfly/releases/download/26.0.0.Final/wildfly-preview-26.0.0.Final.zip)
**Java runtime used to run the implementation**
[TCK results](https://github.com/wildfly/certifications/blob/MP5.0/WildFly_Preview_26.0.0.Final/microprofile-5.0/microprofile-full-platform.adoc) - JDK 8, 11, 17
**Media Description**
280 chararters includes the organization's name & URL or blog
**Design Card** (for MicroProfile designer)
**Notes**
- MicroProfile 5.0 and it's WildFlye Preview (not just WildFly)
- CCR - https://github.com/eclipse/microprofile/issues/284 | comp | mp wildfly preview final organization name name product version and download url url java runtime used to run the implementation jdk media description chararters includes the organization s name url or blog design card for microprofile designer notes microprofile and it s wildflye preview not just wildfly ccr | 1 |
231,177 | 17,663,799,750 | IssuesEvent | 2021-08-22 03:21:26 | stanleyowen/lofi-player | https://api.github.com/repos/stanleyowen/lofi-player | closed | Issue a License | documentation implemented | **Is your feature request related to a problem? Please describe.**
As described [here](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository#choosing-the-right-license):
> You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.
While LoFi Player is an open-source program where everyone is allowed to reproduce, distribute, etc. It's necessary to provide a LICENSE file.
**Scope**
<!-- Please include a list of what the feature should and shouldn't do by filling in the table below.
'Must' implies that the feature should not ship without this capability.
'Should' is something we should push hard for, but is not absolutely required to ship.
'Could' is a nice-to-have; a good stretch goal that isn't painful if we don't achieve it.
'Won't' is a clear statement that the proposal/feature will intentionally not have that capability.
This list will evolve and grow as the proposal becomes more refined over time.
A good rule of thumb is to start your proposal with no more than 7 high-level requirements.
-->
| Capability | Priority |
| :---------- | :------- |
| Issue a License for LoFi Player | Must | | 1.0 | Issue a License - **Is your feature request related to a problem? Please describe.**
As described [here](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/licensing-a-repository#choosing-the-right-license):
> You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.
While LoFi Player is an open-source program where everyone is allowed to reproduce, distribute, etc. It's necessary to provide a LICENSE file.
**Scope**
<!-- Please include a list of what the feature should and shouldn't do by filling in the table below.
'Must' implies that the feature should not ship without this capability.
'Should' is something we should push hard for, but is not absolutely required to ship.
'Could' is a nice-to-have; a good stretch goal that isn't painful if we don't achieve it.
'Won't' is a clear statement that the proposal/feature will intentionally not have that capability.
This list will evolve and grow as the proposal becomes more refined over time.
A good rule of thumb is to start your proposal with no more than 7 high-level requirements.
-->
| Capability | Priority |
| :---------- | :------- |
| Issue a License for LoFi Player | Must | | non_comp | issue a license is your feature request related to a problem please describe as described you re under no obligation to choose a license however without a license the default copyright laws apply meaning that you retain all rights to your source code and no one may reproduce distribute or create derivative works from your work if you re creating an open source project we strongly encourage you to include an open source license the open source guide provides additional guidance on choosing the correct license for your project while lofi player is an open source program where everyone is allowed to reproduce distribute etc it s necessary to provide a license file scope please include a list of what the feature should and shouldn t do by filling in the table below must implies that the feature should not ship without this capability should is something we should push hard for but is not absolutely required to ship could is a nice to have a good stretch goal that isn t painful if we don t achieve it won t is a clear statement that the proposal feature will intentionally not have that capability this list will evolve and grow as the proposal becomes more refined over time a good rule of thumb is to start your proposal with no more than high level requirements capability priority issue a license for lofi player must | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.