ARKye03

Results 11 issues of ARKye03

So that more public understands lol

### Discord username (optional) arkangel3132 ### Describe the bug Can't run warp-terminal, returns this from the terminal: The same here, Arch Linux, Nvidia, Hyprland(As wayland compositor), the app just doesnt...

Bug

I'm using arch linux, the servers runs well. [log.txt](https://github.com/iyaja/llama-fs/files/15487895/log.txt) ```sh $ curl -X POST http://127.0.0.1:8000 \  ✔ -H "Content-Type: application/json" \ -d '{"path": "/home/archkye/Downloads/", "instruction": "string", "incognito": false}' ```...

### Dupe Check - [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates ### Describe the bug Since the update "2024.05.30 (v0.2024.05.28.08.02)", the warp has gotten slower, making...

Bugs

Similar to this [case](https://github.com/rust-lang/rust-analyzer/issues/17269). ### Rust-Analyzer runs a slow cargo check every time I save, which takes about half a minute to complete. This prevents me from running cargo run/build,...

C-bug

On VSCode ```conf Version: 1.89.1 Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:16:23.416Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.8.9-zen1-2-zen ``` $ go version ```sh go version...

# Introduce a new circular progress bar widget for GTK4 > [!CAUTION] > It's necessary to link the math library to use this widget. > > This explains `gtk4/src/meson.build`, new...

While [gtkgizmo.c](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtkgizmo.c) is quite simple, I need to review the code thoroughly and test it in the field (e.g. [CircularProgress](https://github.com/ARKye03/astal/tree/feat/AstalCircularProgressGizmo)). > [!NOTE] > CircularProgress above will be merged onto https://github.com/ARKye03/astal/tree/feat/CircularProgressWidget,...

>[!WARNING] > There is a bug with uncrustify in `lib/apps/application.vala` line *59* (after formatting), that deletes the `;`, adding it back after formatting the file will work as expected and...