-
### Describe the bug
The
```v
fn (mut checker Decoder) check_json_format(val string) !
```
is creating a wrong `length` in `ValueInfo` in `LinkedList`
### Reproduction Steps
```v
import x.json2.…
-
**Describe the bug**
```cpp
//!\brief A.
template
struct A
{
struct B;
};
//!\brief B.
template
struct A::B
{
using A_type = A; //!< Foo.
struct C;
};
//!\brief C.
te…
-
This application nests the `winit` event loop inside the `tokio` event loop: https://github.com/ChrisRega/example-blog-client/blob/7b42b9aef9820f5a66f8680854046cc7835a8bd5/src/main.rs#L17-L26
Doing…
-
What works:
```
optionalRow.RowOperation();
```
what is simplified to
```
if (optionalRow != null) {
optionalRow.RowOperation();
}
```
What is not correctly handled:
```
WriteLi…
-
Hello,
I'm reopening this issue because **it is a bug in Kyverno's helm chart.**
To merge featuresOverride with features your are using mergeOverwrite Helm function:
```
$ grep -r ".Values.f…
-
As discussed in discord, there is likely a parser bug that is causing nested tuple access to result in odd compilation errors, as well as the formatter putting the access (`0.0` in the below example…
-
A test like below should be possible when nesting a call for `try!` function.
```rust
#[test]
fn stx_transfer_issue() {
crosscheck(
"(begin (try! (stx-transfer? u70000000000…
-
## Feature Request
We are using typa.http.assertQuery for an API we are using.
We need to be able to use nested query parameters in the query string.
An example of this would be a query like this…
-
According to the RelaxNG schema it is possible to nest `` tags, however any such list requires at least one `` entry.
This means a nesting like:
```xml
Constants used with stream_sock…
-
## Acceptance criteria
Design needs to decide if we want to allow nested menus within the Menu button component. We allow this for the context menu variant when the need for these menus seems higher …