CauhxMilloy

Results 6 issues of CauhxMilloy

**Is your feature request related to a problem? Please describe.** Not really a "problem", just some quality of life improvements. This is a follow up from some discussion on https://github.com/googleforgames/agones/pull/3252,...

kind/feature
stale
obsolete

* Adding `CompactConstantDefinitions` boolean flag to `tables/tables.go`. * Can be set via tables json file (`--add_tables` / `--tables` command line or `tables` / `addTables` json config option). * Defaulting to...

The built-in functionality (exposed Skylark methods on `ctx`) for expanding environment variables leaves a lot of implementation to do in `bzl` files. This PR adds in that missing functionality for...

Currently, `batslib_count_lines` is written to try and ignore the last newline to be equivalent to it not being there. This leads `''` and `'\n'` as both being "0 line". Similarly,...

Adding support for "golden files". Golden files are (often text) files that are checked into a repo and are used in testing for asserting strings against their content. They have...

* Updating `batslib_count_lines` to automatically detect trailing newlines and count them if present. * This works on the concept that a string has a trailing newline if it was intended...