silverwind

Results 1256 comments of silverwind

Can you reduce the space between these card to half of what it is currently?

> @silverwind I managed to reduce the space between the cards to half the size on the latest commit, but I don't know if my changes follow the best practices....

@carlosfelgueiras could you fix the merge conflict? Then I will do the refactor.

As a workaround, try `*.xlsx diff` in `.gitattributes` which should force git to show a text diff.

> well I prefere to have them in here - but for now I can move them out I'm happy to have them there as long as they are versioned....

Is there a way to declare dependency versions ranges like `go = ~1.22` in `flake.nix`, or alternatively have `flake.lock` picture the exact versions? It seems odd to me to have...

> The `flake.lock` is what pins the version of nixpkgs. Anyone using this flake will get the same set of dependencies every time until/unless that input is updated. Ah, so...

Some more ideas based on stuff in makefile: - gnused - python312 - poetry - gzip

Do we need to regenerate `flake.lock` now that we changed the `buildInputs`?

Lint output tweaked, sort by file and show count of errors below. ``` go run github.com/golangci/golangci-lint/cmd/[email protected] run modules/base/tool.go:70:2: increment-decrement: should replace minutes -= 1 with minutes-- (revive) minutes -= 1...