I hereby claim:
- I am tahb on github.
- I am thaw (https://keybase.io/thaw) on keybase.
- I have a public key whose fingerprint is CDA5 9B6B 00F9 7DB7 EC54 61C1 B811 EC7C E237 0D48
To claim this, I am signing this object:
| # <project name> - Mid-Sprint Review | |
| 2020-09-30 | |
| - Meeting objectives | |
| - Review sprint goals | |
| - Review Trello | |
| - Update sprint goals | |
| ## Meeting objectives |
| # <project name> Pre-sprint planning | |
| 2020-03-04 | |
| - How have we done against our previous sprint goals? | |
| - Taking stock (person by person) | |
| - What should our new sprint goals be? | |
| - What is needed to achieve those goals? | |
| ## How have we done against our previous sprint goals? |
| # <project name> Sprint Planning - Sprint x | |
| 2020-09-23 | |
| Link to trello: | |
| ## Agenda | |
| - How is everyone? | |
| - Project Goals | |
| - Goals for this sprint | |
| - Planning the sprint |
I hereby claim:
To claim this, I am signing this object:
| Rails.application.config.action_view.default_form_builder = GOVUKDesignSystemFormBuilder::FormBuilder | |
| # Don't use XHR when submitting forms | |
| Rails.application.config.action_view.form_with_generates_remote_forms = false | |
| # Use activerecord.attributes.model.attribute_name for label scope | |
| module GOVUKDesignSystemFormBuilder | |
| module Builder | |
| def govuk_collection_radio_buttons(attribute_name, collection, value_method, text_method, hint_method = nil, hint_text: nil, legend: {}, inline: false, small: false, bold_labels: false, checked: false, classes: nil, &block) | |
| Elements::Radios::Collection.new( |
| --- | |
| hmt: | |
| name: HM Treasury | |
| reference: GB-GOV-2 | |
| type: 10 | |
| beis: | |
| name: Department for Business, Energy and Industrial Strategy | |
| reference: GB-GOV-13 | |
| type: 10 |
| # Install dependencies into a seperate and isolated Docker stage | |
| # that is thrown away apart from any subsequent COPY commands | |
| FROM mkenney/npm:latest AS dependencies | |
| ENV INSTALL_PATH /deps | |
| RUN mkdir -p $INSTALL_PATH | |
| WORKDIR $INSTALL_PATH | |
| COPY package.json ./package.json | |
| COPY package-lock.json ./package-lock.json | |
| RUN npm set progress=false && npm config set depth 0 | |
| RUN npm install --only=production |
| AllCops: | |
| DisplayCopNames: true | |
| TargetRubyVersion: 2.3 | |
| Style/StringLiterals: | |
| Exclude: | |
| - bin/setup | |
| - config/application.rb | |
| - db/schema.rb |
| #include <stdio.h> | |
| int main(void) | |
| { | |
| int i; | |
| for(i=1; i<=100; ++i) | |
| { | |
| if (i % 3 == 0) | |
| printf("Fizz"); | |
| if (i % 5 == 0) |
| # | |
| # A simple theme that displays relevant, contextual information. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <sorin.ionescu@gmail.com> | |
| # | |
| # Screenshots: | |
| # http://i.imgur.com/nrGV6pg.png | |
| # |