Brandon Fulljames

Results 71 comments of Brandon Fulljames

It's more testing that the filter func is called and applied. As a simple test, you could have a table with rows that contain '1', '2', and '3', and then...

Nice find, but still need to find it in the docs! :D

A helpful link for `inherit` but unfortunately doesn't solve the puzzle of how to know that this: ```nix makePkgs = import nixpkgs; pkgs = makePkgs { inherit system; }; ```...

The short answer is yes, that sounds useful to have available and shouldn't break any existing workflows that I could conceive of. Easiest thing to do would be to add...

Thanks for the updates, just need to fix the page text a bit and then I think we're good to merge!

Looks like a few more linting errors snuck in.

The linter is still angry about the extra newlines. :(

Are you running `make lint`? https://github.com/Evertras/bubble-table/actions/runs/11559775491/job/32221732059?pr=185 still has the newline issues.

```go // Good if something { return true } // Bad if something { fmt.Println("Thing") return } ``` Basically, a statement before it versus a `{`

Thank you for the patience and fixes!