LollipopFt
LollipopFt
i tried to match '' but it gave me `'auto-close-pair': wrong argument count`
 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.
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....
`rust-analyzer` introduced [this](https://rust-analyzer.github.io/thisweek/2022/07/25/changelog-139.html).
 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`  `2nd run`  `3rd run`  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:  i then toggle diagnostics 2 times....