Results 12 issues of Leo

## Description as discussed in https://github.com/payloadcms/payload/discussions/764 ```ts { slug: "landing", fields: [ { name: "cards", type: "blocks", blocks: [cards], required: true, }, ], } ``` is outputting ``` type Landing...

having @ available after selecting a region with SPC woulb be nice

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...

bug

Currently response logs will not show up when there's a deserialization error, this doesn't seem to be intended, but if it is, maybe logging every request could be addded as...

enhancement
v4

https://github.com/Mstrodl/elcord/pull/34

It would be nice to have elcord stop or change text when the user is idle. it could be configured via an option: `(setq elcord-idletimer 360)`.

to reproduce, just go to https://berrydashboard.io/free/dashboard/default toggle device emulation and select a small phone, as you open and close the sidebar you can see the `` component padding changing

Hey, is it possible to modify the application switcher in same way that the window switcher was modified?

enhancement

`sqlx prepare` is firing `chmod` events making it impossible to use with `cargo-watch`, files with queries are not necessarily affected, only lib.rs and anything inside bin, I've tried a few...

bug

# Summary [summary]: #summary set the "request.headers" setting to the graphql request headers # Rationale [rationale]: #rationale this functionality is already offered by supabase postgrest and it's very useful for...