Jeremy Fleischman

Results 153 issues of Jeremy Fleischman

### Description Originally requested by @mightyiam in https://github.com/NixOS/nixfmt/pull/297 Should we ensure that empty attrsets are always formatted the same way? ### Small example input ```nix { a = { };...

This completes step 1 of https://github.com/numtide/treefmt/issues/573#issuecomment-2877869301.

This is part of https://github.com/numtide/treefmt/issues/334. I could use some feedback, especially on the parts with conflict markers (`

I see we have a brief section on IDE integration in [the README](https://github.com/numtide/treefmt/blob/ea46bf49582f605386d65470c483edb7847bbd3e/README.md#ide-integration), but it only mentions [isbecker/treefmt-vscode](https://github.com/isbecker/treefmt-vscode). I know there are other solutions (such as these two neovim solutions:...

enhancement

I stumbled across https://treefmt.com/index-formatters/ via google. What is this page? Is it linked to anywhere on our website? All I'm able to find by clicking around is this page: https://treefmt.com/main/reference/formatter-spec/

In the older `plugins.lsp` API, `plugins/lsp/language-servers/default.nix` has a huge collection of very useful options and sane defaults. For example, I recently learned about enabling `volar` [automagically enables `ts_ls` and reconfigures...

I'm curious how to merge multiple `listToUnkeyedAttrs`. For example: ```console ./ $ nix repl github:nix-community/nixvim ... nix-repl> builtins.trace (lib.nixvim.toLuaObject ((lib.nixvim.listToUnkeyedAttrs ["a" "b"]) // (lib.nixvim.listToUnkeyedAttrs ["c" "d"]) // {foo = "bar";}))...

question
tech debt

(See title) For example, we have this PR created by update-flake-lock https://github.com/molybdenumsoftware/pr-tracker/pull/260, which now conflicts because a different PR updated flake.lock first. What do we do to "unstick" this PR?...

Right now, it's only possible to configure devices/clients via MQTT, [as documented in the README](https://github.com/awilliams/wifi-presence?tab=readme-ov-file#configuration). This works great, but I'd love to be able to specify devices in a config...

I've started seeing the following (slightly redacted) log from home assistant: > WARNING (MainThread) [homeassistant.components.mqtt.entity] The configuration for entity device_tracker.aaaaaaaaaaaa_myrouter uses the deprecated option `object_id` to set the default entity...