Kaffi Yang

Results 17 issues of Kaffi Yang

related https://github.com/web-infra-dev/rsbuild/issues/2093 cause: `genRequest` who does the deduplicating is not called for the branch for `experiments.css === true` https://github.com/vuejs/vue-loader/blob/96a7493fd1eb6b79b0056dd1faefaf5003b2053f/lib/loaders/pitcher.js?plain=1#L126-L161

### System Info ```block System: OS: macOS 14.5 CPU: (12) arm64 Apple M2 Max Memory: 626.78 MB / 32.00 GB Shell: 3.7.1 - /opt/homebrew/bin/fish Binaries: Node: 20.12.2 - ~/.managed/n/bin/node Yarn:...

bug
pending triage

## Summary Build linux debug binary directly instead of on another container Applied for: 1. github shared runner only 1. the `CI` Workflow only 1. `Test Linux` job only that...

Reducing the execution time of the workflow to under 1 minute. - Use `find -delete` instead of `rm -rf` to speed up deleting large amount files. - Optimize prerm script...

### Describe the bug I was importing an atom URL and found the description in the result is not string but `{"$":{"type":"text"}}` which crashed the discover page ### Feed Info...

### Describe the bug I was importing an atom link and found an unrelated item being imported ### Feed Info ### URL ``` https://github.com/RSSNext/Follow/releases.atom ``` ### Unexpected item `data[1]` is...

### Description This PR introduces: 1. Move all use of `toast.error` on react-query's `onError` to use `toastFetchError` 1. UI optimization for error toast | |Before | After | | ---...

### Description Resizing is not that natural now. For example, when we move the top handle, the box becomes shorter from bottom. https://github.com/user-attachments/assets/bda13586-200b-4809-a070-3ea179bf91a7 This PR combines `resizing` and `dragging` when...