Gabe Cook

Results 108 comments of Gabe Cook

I also needed this and came across [lrstanley/bubblezone](https://github.com/lrstanley/bubblezone). I'm using it in a few lists now without issue! The repo even has a list example.

Oops, I just now noticed this issue. Sorry for the delay! I really appreciate the work you did on this. I wonder if calibration values factor into that formula or...

That's a good point! The firmware could run through a process like this: - Lower the desk until it stops - Set a preset (fortunately, presets are the only place...

It looks like the difference in behavior is because `ast.Node.String` receivers use `Token.Value` to format their values, while `printer.PrintTokens` uses `Token.Origin`. `Token.Value` seems to have the newlines stripped out. I...

I have built a Helm chart for Headscale if anybody is interested! It has autogenerated documentation and uses the bjw-s common library (formerly the k8s-at-home common library), so it is...

> I goofed up the 1.0.8b release. Could you try out 1.0.9b? Thanks for the update! I skipped over 1.0.8b and I have 1.0.9b now. I'll check it out and...

The version of Composer in `clevyr/prestissimo` is v1.10.23, which does still support the `--ignore-platform-reqs` flag. There may have been a version issue back in June, but this is definitely fixed...

I'm creating a Helm chart for Lemmy Kubernetes deployments, and envs would be useful for setting default chart values. Would you consider reopening this issue?

Got it! Essentially, I would like to generate some of the config values, but using hjson might make it a bit more challenging. I can still generate the file, though,...

This would be amazing. There's also a PR to add this in Masterminds/sprig#360