Max “Goldstein” Siling

Results 120 comments of Max “Goldstein” Siling

One more data point for rationale: rust-analyzer would generate `async fn` implementation methods with `#[trait_variant::only_send]`, but `-> impl Future + Send` methods with manually specified RPITIT.

JSON could be loaded from a standard location like `$XDG_CONFIG_HOME/cargo-mommy/responses.json`

Also reproduces for me. `xdg-desktop-portal` is running, as is `pipewire` and `wireplumber`

We found a rounding problem with the layout engine some time ago, could it possibly be related? https://github.com/zed-industries/zed/pull/31836

I wonder whether this is common in real code. I don’t think I’ve seen functions accepting boxes as arguments that often: usually it makes more sense to just pass a...

Yeah, probably. Sorry, I searched for `definition`, and #250 doesn’t mention it.

`show_modified_status` (as in `windows`) would also be useful

It’s already supported for `windows` component tho (via `show_filename_only = false`), so duplicating logic in user config would be somewhat weird here.

Also `fmt` gets only tab name, so it’s impossible to distinguish between two tabs with same names.

It’s possible to achieve this by updating `t:tabname` tho: https://github.com/GoldsteinE/nixos/blob/1efbdc78560310c4e5d6bc1594539c73b83145ef/dotfiles/.config/nvim/lua/lualine_conf.lua#L3-L35