-
Huge error. When I changing a value of an entry, all the surrounding entries adopt the same values.
Not sure of the exact pattern for reproducibility yet, but it happens often. Try changing 2 entries…
-
It appears as if the Algolia Search integration has regressed since the 2.x docs were merged and versioned into `master`.
When selecting `1.x` as the version and searching for something, no results…
-
### Description
When I have any side effects in the parent components, any contents of ProgressTabs gets forcefully unrendered and rerendered back.
Because of that it's impossible to have any side e…
-
### What happened?
Context
I have a list of contacts and a contact form. When I select a contact, I reset a form with the selected contact values. An autosave is triggered by form meta change.
…
-
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…
-
Consider the following snippet:
```
DEV = $$([[ "${PROJECT_ENV}" == "production" ]] && echo "" || echo "_dev")
DB_NAME ?= ${PROJECT}${DEV}
########## comment
```
highlighting results:
…
-
## Expected Behavior of the rule
The rule should detect code inside lambdas that should be pure functions that contain side effects. For example:
```kotlin
listOf(1, 2)
.map {
println(it)
i…
-
### Operating System
Linux
### (Linux only) Distribution
Archlinux, Linux 6.11.9.arch1-1
### (Linux only) Desktop Environment
No desktop environment, just X11 and dwm
### (Linux Only) Display S…
pmiam updated
3 hours ago
-
Annoying that we pass a dict in to be filled. Would be better to return an object that we the convert to a dict. Polars/Pandas can take a list of dicts assuming they all have the same fields. Would al…
-
An expression lambda like `s -> b.append("/").append(s)` can't be converted to a method reference because `b.append("/")` has a side effect
```java
String a = null;
StringBuilder b = new StringBu…
mches updated
1 month ago