0UserName
0UserName
Can you provide more information about the format, because according to #7 I can use any order of submission, if it is the same as in the file. > The...
I want to expand the API controller **Opserver** to provide the ability to automatically detect items (Redis for example) for the **Zabbix** monitor. Can this change be accepted into the...
I have **WSFC** clusters with multiple **AG** as resources. The following snippet is an example of my **Opserver** configuration: ``` { "defaultConnectionString":"Application Name=opserver;Data Source=$ServerName$;Initial Catalog=master;User ID=USER;Password=PASS", "clusters":[ { "name":"P001 Cluster",...
I has problem in the following [place](https://github.com/loadimpact/jmeter-to-k6/blob/master/src/common/variable.js): ``` const makeContext = require('../context') const text = require('../text') /** * Convert variable * * @param {object} node - Parsed variable node. *...
### Terraform Version Terraform v1.1.7 on windows_amd64. ``` rabbitmq = { source = "cyrilgdn/rabbitmq" version = "1.6.0" } ``` ### Affected Resource(s) The problem is relevant for any resource that...
I checked the docs and examples (maybe missed something), but as I see, there are only simple queries. I am interested in a more complex scenario, for example: ```sql CREATE...
Continuing the discussion: #5415. > For a number of needs there are no public methods, so calls are implemented through UnsafeAccessor (see the [Accessors](https://github.com/0UserName/npgsql.tvp/tree/master/Npgsql.Tvp/Internal/Accessors) directory). I changed the access modifiers...