Brandon Fulljames

Results 71 comments of Brandon Fulljames

You would set `WithPageSize` depending on the desired height. You'd take `msg.Height` and subtract a bit of a constant value to account for the border + footer + header, then...

@rendicott Are you setting the table with the result, like this? https://github.com/Evertras/bubble-table/blob/main/examples/pagination/main.go#L95 Calling `WithX` will always create a copy that needs to be assigned, in order to preserve the immutability...

Mentioned this in the nixos discourse forums as well, but for visibility repeating: I'm a little wary of adding too much troubleshooting to the guide itself. I'd rather leave that...

I think there's some merit to having home manager bootstrap itself, but I'd also be wary. If you accidentally delete home manager from the list (for example, forgetting to include...

I actually use @bj0 's solution in my [personal setup](https://github.com/Evertras/nix-systems/blob/main/Makefile#L4), I may add that to the guide officially at this point as this seems to be a painful bit.

...I actually missed this even being asked. It was a fun side project but hasn't gotten a lot of interest, so I've kind of let it slide. I'm open to...

I agree on avoiding repetition, both for maintainability and clarity. The biggest problem is certainly discoverability. I spent more time than I want to admit trying to piece together how...

In the vein of discoverability, it may also make sense to rename [the "Matchmaking Guide"](https://open-match.dev/site/docs/guides/matchmaker/) to "Architecture Overview" or something similar. I really wanted a high level overview of what...

Hey there, sorry for the delay in response. I'm a little nervous about adding a 'hidden' field to the column because there's already an idea of just not including the...

Just to make sure we're on the same page, I think your idea of `FilterFunc(map[string]interface{}) bool` is probably going to be the way to go for flexibility here.