Turiiya

Results 116 issues of Turiiya

The change allows to use the nonce of a Secretbox for en- and decryption.

Some chores, related to super-linters complains.

After getting a response from Alex that it's fine to add the suggestion made in https://github.com/vlang/v/pull/21300 this should be the frist extension after #21417. ~~Currently, it includes the PR. It...

### Describe the bug I can't get the expected output of some system commands whose output I want to reuse after executing them in a V program. I'm running into...

Bug
Unit: vlib

### Describe the bug ```v struct Foo { str string } // fn (f Foo) foo(f2 Foo) string { // would work, since no autoref when not mut? // fn...

Bug

With the PR we get errors for invalid Cjson input. Currently, there are many occasions where decoding panics without an error. Or the main concern in the related issue, is...

### Describe the bug Currently, it's not possible to directly call a method on an expression inside another expression. It is required to assign the nested expression to a variable...

Bug