Antanas Masevičius

Results 8 issues of Antanas Masevičius

```golang func main() { ... datastore.Do(compare(data)) ... } ``` should be: ```golang func main() { ... datastore.Do(concat(data)) ... } ``` I usually discourage the use of lambdas, but where are...

>NOTE: In many scenarios, invoking a panic will actually be preferable to indicate that there is an error check missing. I cannot think of a situation when this is not...

Error defining/handling examples mostly outdated since go 1.13 as there was `%w` directive introduced for `fmt.Errorf()` function. Something like this can be used if you want to introduce details into...

## System Information ### Linux distribution ``` Debian 12``` ### Terraform version ```sh $ tf -v Terraform v1.6.2 on darwin_amd64 + provider registry.terraform.io/dmacvicar/libvirt v0.7.1 ``` ### Provider and libvirt versions...

This is more like a summary for a discussion we had between @chompomonim, @zolia , @soffokl and @vkuznecovas . Its an attempt to resolve #1572 securely. ### Problem statement Currently...

security
component:node
component:node-ui
RFC
mmn

We have got complain from german CERT that our redis is unsecured. It turns out that this redis is being launched during CI process. Most likely this "vulnerability" would not...

security
infra

We can start a node without actually unlocking it, but we cannot lock identity after we unlocked it. This poses a couple of problems: - since we will be running...

feature request
security