Alek Storm
Alek Storm
With `TZ=US/Central`: ```ruby Chronic.parse('last weekday', now: Time.local(2018, 3, 5)) # Monday => 2018-03-02 11:00:00 -0600 # previous Friday (expected) Chronic.parse('last weekday', now: Time.local(2018, 3, 12)) # Monday => 2018-03-10 11:00:00...
Buildkite annotations, which this plugin creates, are limited to 100KB, and this plugin has a sophisticated algorithm for truncating the annotation to only the number of failures that would generate...
`Association` is a bit of a long name, but there isn't an immediately apparent way to shorten it. Making `Bounds` an inner class of `Association` doesn't help matters, but it...
Removed the special-case check for no positional arguments, since it's handled by that for "Too many positional arguments".
Each commit moves or renames a file; though logically separate, I've grouped them under this pull request for convenience.
Example input model: ```ts interface MyModel { id: `myModel_${string}`; } ``` Desired output type for field `id` is a plain `string` (maybe in the future, we can also generate a...