Christian Gregg
Christian Gregg
* Rename `DatePicker` to `Datepicker` * Remove `Timepicker#initial_time` + `Timepicker#placeholder`, inject them in initializer instead. * Rename `#date_picker` to `#datepicker` * Add `#timepicker` helpers
November 2021 Slack [Changelog](https://api.slack.com/changelog#changelog_date_2021-11) includes an additional `focus_on_load` parameter. We should add support to these blocks for this parameter: - [ ] Checkbox groups - [ ] Date picker element...
A feature that might be useful. Adding support for application only authentication allows for a larger amount of requests to be made. And all it need (i think), is to...
Currently, if a remote sideload request fails with any response body containing a `errors` key the `GraphitiAPI` adapter will raise an `Errors::Remote` Exception. This exception contains a message as extracted...
Originally part of #333, splitting into a new issue to allow for more focused conversation. From https://github.com/graphiti-api/graphiti/issues/333#issue-828507665 > (...) should be any scope for "best-effort" sideloading to be enabled, where...
Adds "RailsBootcheck" to the Rails buildpack. RailsBootcheck attempts to load your rails application and will fail the the build of your application if it is unable to load. This can...
Hi, the buildpack currently does some fingerprinting to notice whether the ruby app being deployed is a rails app by attempting to run `rails runner`. If the application _is_ a...
# Summary This updates usages of `list-all` and `latest-stable` plugin callbacks to dump their stderr to `asdf`'s stderr, so that plugins can provide more context around why plugin installation may...
# Summary This adds a `--ref` flag to the `asdf plugin add` sub-command, passing it through to `plugins.Add` and eventually the clone of the plugin. This is especially useful when...
Sometimes GitHub can be having a bad time. `curl` implements a default exponential backoff retry, which should help mitigate any partial failures that GitHub might experience and allow builds to...