Wsevolod
Wsevolod
### Description Most of reverse proxies forward client Origin header as X-Forwarded-Origin. However, Hasura (as a proxy between client and Actions backend) doesn't ### Changelog - [ ] `CHANGELOG.md` is...
This adds ability to set any command in `swaybar_command`, not just path to binary, which is [default behavior](https://github.com/i3/i3/blob/next/src/main.c#L1186-L1191) in `i3`.
### Description When applying an SQL function for table computed field, the function might either return: 1. a scalar (`bool`, `int`, `decimal` etc) 2. `table_name`, where `table_name` is tracked by...
`config.lua`: ```lua require("github-theme").setup({ groups = { all = { StatusLine = { link = "Error" }, }, }, }) vim.cmd.colorscheme("github_dark_dimmed") ``` Now running neovim with ```bash $ nvim --noplugin -u...
This approach should be much faster than string concatenation
Telegram could potentially block bot from delivering messages to chats: https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this. Problem can be solved by adding rate-limiting (via kotlinx channels)