-
Is there possibility of having named {{ attrs }} ?
Consider the below example
```html
{% if header_slot %}
{{ header_slot }}
{% endif %}
{% …
-
Currently, all the attributes passed by JAX FFI frontend or maybe even XLA will be translated to fields inside backend_config.
1. This is generally not compatible with the native backend_config pro…
-
Discussion broken off from https://github.com/pandas-dev/pandas/issues/51280
PR #52152
Propagation of `attrs` in `__finalize__` is a small-but-everywhere performance hit that we should deprecate.
…
-
Hi 👋,
I've encountered an issue with the `sort-attrs` rule when working with Twig files. The rule works correctly for standard HTML attributes, such as:
```html
Test
```
However, it fails w…
-
As [discussed](https://github.com/wrabit/django-cotton/discussions/189), it's sometimes desirable to pass down the `attrs` object to other components.
```html
`
```
```html
```
In th…
-
`` in Vue 3 generates invalid HTML attribute:
```html
```
This is probably caused by this:
https://github.com/TownSquareXYZ/tonconnect-ui-vue/blob/ee614c6b09efb3a9ef200887882a88de32a30…
-
**Is your feature request related to a problem? Please describe.**
As of right now, this library does not support `attrs` dataclasses. Default values or types are not recognised.
**Describe the s…
-
Orion 1.6 - I have a context broker and a context provider. The **context provider** returns two properties:
```json
{
"id": "urn:ngsi-ld:Animal:cow001",
"type": "Animal",
"heartRate": {
…
-
### Zarr version
v3
### Numcodecs version
na
### Python Version
na
### Operating System
na
### Installation
na
### Description
There's an inconsistency between `Group.attrs` and `AsyncGroup…
-
[attrs](https://www.attrs.org/en/stable/) is a popular third-party package for defining dataclasses with additional convenient features (converters, more fine-grained initialization, etc.). Currently …