-
In the attrs integration, expose document metadata (id, rev, etc) on the object.
Huly®: BRS-66
-
#### Description
Sonic-buildimage PR#20540 has incorporated SAI changes which includes latest sairedis, this in turn features changes to SAI, including SAI_PORT_ATTR_SELECTIVE_COUNTER_LIST, which d…
-
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…
-
Example:
```
#[doc = include_str!(...)]
```
The code fragment above will display documentation on hover when the user hovers over `doc`, and over `include_str`. Both with their respective documentat…
-
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.
…
-
**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…
-
Hi,
First of all, thanks for this work, and for the documentation, which is crystal clear.
I have an issue while trying to restart after having installed as described here : https://github.com/s…
-
Now that `attr()`'s syntax expands to `attr( ? [, ]?)` where `` has a fairly complex grammar, I was wondering if we need a divider between the two in case we ever want to expand the first argument?
…
-
**Feature**
There are cases where mypy spits out an `attr-defined` error when accessing `bar.foo`; these can be ignore per-use with a `# type: ignore[attr-defined]`, however, there doesn't currentl…
-
@szhorvat is this expected:
``` r
library("igraph")
#>
#> Attaching package: 'igraph'
#> The following objects are masked from 'package:stats':
#>
#> decompose, spectrum
#> The followi…