Apollo
Apollo
### This is autogenerated. Please review and update as needed. ## Describe the bug Trying to query specific values from a work-item using the az boards cli with the `--query`...
**Describe the solution you'd like** A parameter to add labels to a pull request when creating it with the `az repos pr create` command. Example: ```bash az repos pr create...
My world directory was inside another volume and I needed to use a different path than `/world`. This change allowed me to manipulate this path. Changes: - Added `WORLD_DIRECTORY` environment...
From this documentation: https://prometheus.io/docs/practices/naming/#metric-names > Should have a (single-word) application prefix relevant to the domain the metric belongs to. I'm suggesting to add a `minecraft_` prefix to every metric to...
Syntax highliting does not cover the multi line string. Sample code: ```go {{ $longString := ` This is a multiline string` }} ``` Screenshot: 
# Changes - Added back tick in `autoClosingPairs` and `surroundingPairs` - Made the back tick work with multiline string Linked issue: #29