Eason

Results 8 issues of Eason

**Describe the bug** In [v2.0.3.2](https://github.com/rocksdanister/lively/releases/tag/v2.0.3.2) update, icon become blurred in the task bar. I am not sure if it happen in the previous version. **Expected behavior** Clear icon on the...

bug

### What Happened? ```shell -> % minikube start --driver=kvm2 😄 minikube v1.26.1 on Raspbian 11.4 (arm64) ✨ Using the kvm2 driver based on user configuration 👍 Starting control plane node...

kind/support

**Describe the bug** `memory.oom_control` is used in `notify_on_oom_v2`, if I recall correctly, `memory.oom_control` only exist in cgroup v1 when memory subsystem is mounted. **Expected behavior** Return `ErrorKind::Other`, or document the...

bug
needs-review

## Which issue does this PR close? Close #12518 Also, we need to wait for next `sqlparser` release, so this PR is expected to be draft for a while. ##...

sql
core

## Changed under `#[cfg(feature="std")]`, `stacker::maybe_grow` was called in `RecursionCounter::try_decrease` to prevent stack overflow I also tested on Windows(stack size 1MB), it seems fine. ### reproducible code from original issue ```rust...

related to https://github.com/apache/datafusion/issues/12731 The issue is that unoptimized(debug) build consume more stack memory, which known to cause stack overflow if stack size is less than 1MiB. Expected change: 1. Return...

#2442 has established the OPFS services layout. To further support the OPFS, we need to implement additional features - [ ] Add Read/Write Capability - [ ] Add test(`wasm-pack test`)...

If you are adding a new app to the list, please check the checkboxes to ensure you have done the following: - [x] I have put the app in alphabetical...