-
### Proposal
`def encode(self, value, mutation_context):
child_data = self.get_child_data(mutation_context=mutation_context)`
"Aligned" can't get child data using 'get_child_data' because o…
-
### Describe the bug
See the reproduction code below. When we try to add `LambdaAction` to a different `Alarm` with the same id, synthesize fails. This pattern often appears when we define `Alarm` …
-
Dart 3.0 introduced patterns, including the following kind of construct known as an if-case statement:
```dart
if (json case [int x, int y]) {
print('Was coordinate array $x,$y');
} else {
…
-
**Question/Proposal**
While I was investigating a [performance issue within the Cloud Security Benchmark Rules page](https://github.com/elastic/kibana/issues/177279) I realized that for every user …
-
### Link to the code that reproduces this issue
https://github.com/ProchaLu/next-js-mdx-provider
[CodeSandbox](https://codesandbox.io/p/devbox/github/ProchaLu/next-js-mdx-provider/tree/main/?fil…
-
It appears as if default function values are parsed in an unexpected manner. Specifically, the `AssignPattern.key()` value always returns `None`, when I would expect it to be a `SinglePattern`. I can …
-
It's a very common React pattern to pass `children` into a component. You'd set up your component to take in a `children: ReactNode` prop like so:
```tsx
import type { ReactNode } from 'react';
i…
-
### Code
```rust
extern "C" {
fn printf(s: *const i8, ...);
}
#[lang = "sized"]
pub trait Sized {}
struct Foo {
my_int: u32,
}
trait Parent {
fn parent(&self) -> T;
…
-
### Context
When using `qml.counts()` in the output of a quantum circuit with `qjit`, the output pytree is modified to replace the output pytree element related to `qml.counts` with `tree_structure…
-
We should add an intuitive high-level API for native transfers, such that you can write indexing functions that fire when a specific account (or list of accounts specified by a factory) sends or recei…