Denis Nelubin
Denis Nelubin
It looks like the test uses an old version of the `parser`. Wrong modules configuration? Now I've merged the master to this pull request, and tests work: ```console $ go...
`ATTACH MATERIALIZED VIEW` is not documented. Both [here](https://clickhouse.com/docs/en/sql-reference/statements/attach/) and [here](https://clickhouse.com/docs/en/sql-reference/statements/create/view#materialized-view). I cannot guess the correct syntax :( And it looks like for Ordinary and Atomic database engines this syntax also...
The [instructions](https://kb.altinity.com/altinity-kb-schema-design/materialized-views/#q-how-to-alter-mv-implicit-storage-wo-to-syntax) work well on Ordinary database. But with Atomic database the syntax of `ATTACH MATERIALIZED VIEW` differs and is unknown.
I have another view of this issue, from the `.ir` files perspective :) Currently the `tv.ir` file from `/infrared/assets` has multiple definitions of the same button. For example: ``` Filetype:...
Some cli utility to parse the existing wg0.conf and producing compatible json database should be enough. It requires only for initial migration to wireguard-ui, then the UI takes the full...
It's ok to have old clients imported without private key. This means the private key was generated on the clients and is already stored somewhere on them (which is, from...
Possible fix is here: https://github.com/gelin/rosgo/commit/62d827df6186b7570ddc60bb1dc812cd1803a0b5
It's nice to have a domain alias. For example, in case of GitHub I have to use an alias in `~/.ssh/config`: ``` Host github-work HostName github.com IdentityFile ~/.ssh/work IdentitiesOnly yes...
Oh... Probably, Wazuh 4.6 is not even released yet. The last script available is https://packages.wazuh.com/4.4/wazuh-certs-tool.sh, v4.4. The [release notes page](https://documentation.wazuh.com/current/release-notes/index.html) reports the last version of v4.3.10. However, the role has...
Aha. The [release v4.3.10](https://github.com/wazuh/wazuh-ansible/releases/tag/v4.3.10) works well. The master doesn't work here. Ok.