Vity
Vity
Hello, first of all - thank you for the kick off this project. ShellCheck is very useful tool and this plugin helps a lot - especially for beginners... Whenever I...
It would be nice to be able select from last few used assignees. Preserve the combobox (with all users) but show last few users next to it. It's common to...
...therefore the code is not started in a new thread. Its content should be moved into run() method.
Hello, first of all - thanks for the great graph component and sharing it. For our usecase all our nodes *have value attribute set*, but the component always counts the...
It looks like the implementation support is far behind current Hashicorp Vault functionality. Eg. see [https://www.vaultproject.io/api/secret/pki/index.html#read-ca-certificate](https://www.vaultproject.io/api/secret/pki/index.html#read-ca-certificate) Also the current functionality of generateCertificates is not feature complete - see [https://www.vaultproject.io/api/secret/pki/index.html#generate-certificate](https://www.vaultproject.io/api/secret/pki/index.html#generate-certificate) the...
CREATE INDEX lines are removed without reason. Sample code: ``` CREATE TABLE IF NOT EXISTS `walletkey` ( `wk` VARCHAR(100) NOT NULL, `license_id` VARCHAR(100) NOT NULL, PRIMARY KEY (`wk`, `license_id`), CONSTRAINT...
Current simple conversion HTML into text using Regex is not good enough . Eg. HTML entities like ` &` are not being converted at all. I integrated support for [HtmlToText ](https://github.com/html-to-text/node-html-to-text/blob/master/packages/html-to-text/README.md)...
I present my solution for multihost Grafanas. It's easy to use and the code should be backwards compatible with current implementation. Use can choose whether to use multihost setting or...
Related to issue #69
### 📜 Description Following the migration from version 1.16 to the latest iteration, 1.22.x, which included the adoption of a new backend system, I have observed sporadic freezes in my...