-
Look into making a computed property for eventsWentTo using the library django-computed-property.
-
Observations/conclusions from the exchange on [Slack](https://xmlcom.slack.com/archives/C01GVC3JLHE/p1729683669891659) regarding computed node constructors:
1. We should highlight the breaking chan…
-
The "Computed Side Effects" rule produces false positives.
```vue
import { ref, computed } from 'vue';
const str1 = ref('abc');
const str2 = computed(() => {
const inner = 'def';
ret…
-
## 🐛 Bug
Aggregated values (mean, median) are not displayed correctly.
### To reproduce
Log several values for different contexts, where some values appear multiple times as below:
```
im…
-
### Reproduction
https://github.com/Ericlm/pinia-computed
### Steps to reproduce the bug
Since version 2.2.5, computed values are evaluated at the start even if they're not displayed (when using st…
-
The following program prints `length = 2`:
```
local l1 = new Listing {
"foo"
}
local l2 = (l1) {
[0 + 0] = "bar"
}
length = l2.length
```
If `[0 + 0]` is replaced with `[0]`, th…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
from @sjdemartini in #334:
> Side note/ask: It would be nice if the @computed_field could be added to the model.events SignalGroup even without a setter, so that at least we could manually model.ev…
-
I came around
https://wpt.fyi/results/svg/styling/use-element-animations.html
The test includes the following code
```css
@keyframes font-anim {
0% { /* starts from computed font-size */ }
…
-
Based on an initial examination, it appears that the variance in the 2D files (which includes contributions from signal and read noise) is not being properly computed in the L1 files. For L1 files, i…