LollipopFt

Results 12 issues of LollipopFt

i tried to match '' but it gave me `'auto-close-pair': wrong argument count`

![image](https://user-images.githubusercontent.com/62802897/166133364-293d516f-949a-4164-aaa0-9398fe6561ef.png) managed to get this in the log file. the linter does not display anything at all. for context, file (in a cargo project): ```rust #![warn(clippy::restriction, clippy::pedantic, clippy::cargo, clippy::nursery)] mod...

i am currently on the 2nd tutorial where i make the surface. I realised that the time between the white window appearing and the blue surface being applied is about...

hi, i was trying to compile on windows when i ran into this error: ``` warning Lockfile has incorrect entry for "debug@4". Ignoring it. warning Lockfile has incorrect entry for...

error: `[2022-07-17T03:51:11Z ERROR smithay_client_toolkit::window::fallback_frame] Failed to set cursor` everything worked fine, it's just that this kept appearing on the terminal every time my mouse moved.

platform: Wayland
status: needs investigation
platform: WSL

i removed the original `palette.symbol` to map to nothing and mapped `Open Folder` to `Ctrl + Shift + O`. However, after that doing `Ctrl + Shift + O` did nothing....

C-bug
A-keymap

`rust-analyzer` introduced [this](https://rust-analyzer.github.io/thisweek/2022/07/25/changelog-139.html).

C-feature
A-lsp

![image](https://user-images.githubusercontent.com/62802897/135303005-9964f862-8306-424e-9ed6-cd6653f52261.png) a very minor offset for only a few lines can be seen near the bottom of the screen.

with this code: https://github.com/RayTracing/raytracing.github.io/blob/806ab499cc220d044f4abff57fe01612bd9a6e82/books/RayTracingInOneWeekend.html#L1626-L1633 image output is unstable: `1st run` ![image](https://user-images.githubusercontent.com/62802897/187018469-6d528fc2-3e74-48ba-aa0b-728e609b704d.png) `2nd run` ![image](https://user-images.githubusercontent.com/62802897/187018477-cd8f3da7-ce6c-4432-aeae-5c12e3c003ef.png) `3rd run` ![image](https://user-images.githubusercontent.com/62802897/187018489-792ac6fb-b126-48bf-9ef4-df614e2dfc24.png) and many more. notice how unstable the bottom and top of the sphere...

when i edit a file with mistakes in rust-analyzer server, lint+ statusview warnings do not appear despite having 12 warnings from LSP Diagnostics: ![image](https://user-images.githubusercontent.com/62802897/213685090-09b6c8b9-385f-4a6a-ac46-a8ba730ff7a1.png) i then toggle diagnostics 2 times....