∆
∆
@nihalanisumit This is really interesting, but for some reason the toast is displaying incorrectly for me (I made some small modifications so it looked like I needed, but the strange...
> Hello, I've looked into it but its simply not possible or very hard to do. Because there are multiple desktop environments (gnome,kde etc.) you'd have to implement some kind...
> The BD Installer is a GUI so it won't allow installation from the terminal even if you add it to Homebrew. > > As mentioned, you can clone the...
just redefine the function like so ```lua local core = require "core" function core.compose_window_title(--[[ args here ]]) -- code here end ```
  `cover` only really works if you set it on both vertical and horizontal policies
> > cover only really works if you set it on both vertical and horizontal policies > > In that case, there's probably some interaction with `valign` and `halign`. It...
 is this good?
any updates on this?
```rs // lib.rs use mlua::prelude::*; fn error_nested() -> LuaResult { Err(LuaError::external("Error from rust")) } fn error(_: &Lua, (): ()) -> LuaResult { Ok(error_nested()?) } #[mlua::lua_module] fn libexample(lua: &Lua) -> LuaResult...
will it limit the fonts to sans in kanban mode? (sidenote: why is it even restricted in kanban mode? it doesn't make much sense to me)