-
### Description
After installing the version 10.0.0-beta to test nested virtualization on M3; the default template doesn't offer nested virtualization on MacOS 15 + M3 or higher CPU.
After readi…
-
There seems to be a bug in how :host() is handled. You can reproduce with the following:
```ts
const parse = createParser({
strict: false,
syntax: 'progressive'
})
const ast = parse(':host…
-
Background: we launched the trace timeline view a few months ago, for users to help identify performance bottlenecks and visualise parallelisation.
However, for deeply nested traces we're hitting …
-
I tried the example, but I set the diagnose=False
```python
logger.add("out.log", backtrace=True, diagnose=False)
def func(a, b):
return a / b
def nested(c):
try:
func(5, c)
…
-
Some frameworks, like lit, use template strings to define HTML and CSS. For example:
```javascript
const element = html`This is my new custom element!`
```
Wondering what it would take to add su…
-
### Steps to reproduce the issue
This concerns display and ordering of tags in a tag form field select box in both ajax and nested modes.
There are also separate, but related issues around the way s…
-
While implementing attribute set behaviour for Tvix, we have noticed that there is an dependency on definition order in nested attribute sets. For example:
```
nix-repl> { a.b = 1; a = rec { c = b…
-
**Describe the bug**
When policy result is RoutingPolicy_PolicyResultType_NEXT_STATEMENT in last statement of a policy, policy evaluation should continue to the next policy. If no policy exists, ev…
-
I have a global script that automatically adds a dynamic button to headline texts based on whether a nested span element within the headline has a specific target class. This dynamically inserted butt…
-
Say for a sort like this
```python
s = Search(using=client, index=source)
s = s.sort("metadata.date")
```
Won't work because ES will complain `"it is mandatory to set the [nested] context on the neste…
jhdxr updated
2 months ago